summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-tv/tvheadend: Update hdhomerun patch for 9999James Le Cuirot2019-01-202-1/+37
| | | | | | Closes: https://bugs.gentoo.org/675916 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/tvheadend: Drop old 4.2.7James Le Cuirot2019-01-202-121/+0
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/tvheadend: Version bump to 4.2.8, loosen ffmpeg dependencyJames Le Cuirot2019-01-203-1/+122
| | | | | | | | It builds against ffmpeg 4 now. Closes: https://bugs.gentoo.org/673062 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/tvheadend: Adjusted slot dependency on dev-libs/opensslLars Wendler2019-01-072-4/+4
| | | | | | | | source-based packages should never depend on any other openssl slot than slot 0. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* media-tv/tvheadend: Drop old 4.2.6James Le Cuirot2018-11-104-346/+0
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* media-tv/tvheadend: Version bump to 4.2.7, EAPI 7James Le Cuirot2018-11-103-3/+126
| | | | | | Closes: https://bugs.gentoo.org/670228 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* */*: Remove redundant descriptions of 'opus' flagMichał Górny2018-10-201-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-tv/tvheadend: Drop old 4.2.4James Le Cuirot2018-09-022-119/+0
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* media-tv/tvheadend: Drop capmt, constcw, cwc USE flags from 9999James Le Cuirot2018-09-021-9/+9
| | | | | | | | These are all served by libdvbcsa with no further dependencies so we might as well put them all behind a common dvbcsa flag. Otherwise we would have had to add yet another flag called cccam. Package-Manager: Portage-2.3.48, Repoman-2.3.10
* media-tv/tvheadend: Version bump to 4.2.6James Le Cuirot2018-09-024-0/+346
| | | | | Closes: https://bugs.gentoo.org/665086 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* media-tv/tvheadend: Fix systemd service unitJames Le Cuirot2018-09-021-6/+9
| | | | | | | I haven't tested this as I don't use systemd. Closes: https://bugs.gentoo.org/654346 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* media-tv/tvheadend: Change init script to non-fatal "use net"James Le Cuirot2018-09-021-1/+1
| | | | | | | We don't want network failure to cause missed recordings. Closes: https://bugs.gentoo.org/633774 Package-Manager: Portage-2.3.48, Repoman-2.3.10
* media-tv/tvheadend: Take over as maintainerJames Le Cuirot2018-04-111-1/+4
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* media-tv/tvheadend: drop to maintainer-neededSam Jorna2018-04-101-4/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* media-tv/tvheadend: libdvben50221 is now effectively bundledJames Le Cuirot2017-12-171-5/+3
| | | | | | | | | | The dependency on the no-longer-maintained linuxtv-dvb-apps can now be dropped. How ironic when I did the first bump in years just a few weeks ago. With this dependency gone, we may as well enable DDCI by default. Package-Manager: Portage-2.3.19, Repoman-2.3.6
* media-tv/tvheadend: add ddci USE flag (support for DDCI hardware)Daniel Scheller2017-12-172-2/+7
| | | | | | | | | | | --enable-ddci enables the recently added support for the Digital Devices CI hardware (Octopus CI, DuoFlex CI), for which the driver exposes their functionality via a /dev/dvb/adapterX/secY (recent kernels) or ciY (dddvb vendor driver package, both supported equally) dev node. This support will be part of the tvheadend 4.4 release. Repoman 2.3.3 (portage-2.3.13) Closes: https://github.com/gentoo/gentoo/pull/6399
* media-tv/tvheadend: Add libressl support via USE flagJames Le Cuirot2017-12-052-4/+6
| | | | | Closes: https://bugs.gentoo.org/639940 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-tv/tvheadend: Drop old 4.0.9James Le Cuirot2017-12-044-147/+0
| | | | | | | Closes: https://bugs.gentoo.org/595032 Closes: https://bugs.gentoo.org/596930 Closes: https://bugs.gentoo.org/633966 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-tv/tvheadend: Version bump to 4.2.4 and 9999 updateJames Le Cuirot2017-12-048-34/+253
| | | | | | | | | | | | | | | | | | | * Add support for dvbcsa via USE flag * Add support for dvben50221 via USE flag * Drop support for libav (fails version checks, missing symbols) * Source DTV scan tables from new media-tv/dtv-scan-tables package * Set tvheadend user HOME to /etc/tvheadend to allow for XMLTV data * Tighten up the systemd service unit * Add debug USE flag for trace support * Fix inotify kernel config check * Add ffmpeg sub-dependencies and associated USE flags (9999 only) Closes: https://bugs.gentoo.org/579048 Closes: https://bugs.gentoo.org/579986 Closes: https://bugs.gentoo.org/586448 Closes: https://bugs.gentoo.org/588210 Closes: https://bugs.gentoo.org/626238 Package-Manager: Portage-2.3.16, Repoman-2.3.6
* media-tv/tvheadend: Export CC during configure to fix cross-compilingJames Le Cuirot2017-11-172-0/+2
| | | | | | CC isn't only used by the Makefile. Package-Manager: Portage-2.3.14, Repoman-2.3.6
* media-tv/tvheadend: use HTTPS for GitHub and SRC_URIDavid Hicks2017-07-302-4/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-tv/tvheadend: Drop old ebuilds using obsolete avahi USE flag namingPacho Ramos2016-12-054-338/+0
| | | | Package-Manager: portage-2.3.2
* media-tv/tvheadend: Use zeroconf instead of avahi USE flag (#477620)Pacho Ramos2016-10-022-7/+7
| | | | Package-Manager: portage-2.3.1
* media-tv/tvheadend: Update ffmpeg static disable optionSven Wegener2016-08-021-1/+1
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-tv/tvheadend: Require >=ffmpeg-3 for live ebuildSven Wegener2016-08-021-1/+1
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-tv/tvheadend: Merge ffmpeg atomsSven Wegener2016-08-024-16/+4
| | | | | Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-tv/tvheadend: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* media-tv/tvheadend: bump to 4.0.9Sam Jorna2016-05-083-0/+148
| | | | | | | Bumps to v4.0.9, additionally fixes build issue against hdhomerun. Gentoo-bug: 578816 Package-Manager: portage-2.2.28
* media-tv/tvheadend: restrict build with ffmpeg-3Sam Jorna2016-04-031-2/+7
| | | | | | | | Does not build with ffmpeg-3 as per upstream. Gentoo-bug: 574990 Bug: https://tvheadend.org/issues/3597 Package-Manager: portage-2.2.28
* media-tv/tvheadend: restrict build with ffmpeg-3Sam Jorna2016-04-031-2/+7
| | | | | | | | Does not build with ffmpeg-3 as per upstream. Gentoo-bug: 574990 Bug: https://tvheadend.org/issues/3597 Package-Manager: portage-2.2.28
* media-tv/tvheadend: restrict build with ffmpeg-3Sam Jorna2016-04-031-1/+6
| | | | | | | | Does not build with ffmpeg-3 as per upstream. Gentoo-bug: 574990 Bug: https://tvheadend.org/issues/3597 Package-Manager: portage-2.2.28
* media-tv/tvheadend: update metadataSam Jorna2016-03-151-6/+1
| | | | Package-Manager: portage-2.2.28
* Fix missing DIST entry in Manifest, and update copyright year (as trivial ↵Robin H. Johnson2016-01-242-1/+2
| | | | | | change to ensure manifest update propogates). Package-Manager: portage-2.2.24
* Merge the GLEP 67 transition changesMichał Górny2016-01-251-3/+6
|\
| * Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
| |
| * Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | | | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
| * Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | | | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* | media-tv/tvheadend: Fix IMDb URL, bug #536072Sven Wegener2016-01-241-0/+4
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Version bump, bug #572576Sven Wegener2016-01-241-0/+117
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Convert to git-r3.eclassSven Wegener2016-01-241-1/+1
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Disable building bundled librariesSven Wegener2016-01-241-0/+2
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Forward port additional USE flagsSven Wegener2016-01-241-1/+13
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Forward port the libav USE flagSven Wegener2016-01-241-2/+5
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Update dependency syntax of live ebuildSven Wegener2016-01-241-4/+6
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Lower openssl dependency restrictionSven Wegener2016-01-241-1/+1
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Move headers to being DEPEND-onlySven Wegener2016-01-241-2/+2
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Move xmltv to being RDEPEND-onlySven Wegener2016-01-241-2/+4
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Fixup DEPEND settingSven Wegener2016-01-241-1/+1
| | | | | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org>
* | media-tv/tvheadend: Remove curl dependencySven Wegener2016-01-241-1/+0
| | | | | | | | | | | | There's no single call to curl or libcurl in the code. Signed-off-by: Sven Wegener <swegener@gentoo.org>