summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-2/+6
| | | | | | | | | | | --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-051-2/+3
| | | | | Closes: https://bugs.gentoo.org/639940 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-041-26/+64
| | | | | | | | | | | | | | | | | | | * 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-171-0/+1
| | | | | | 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-301-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* media-tv/tvheadend: Use zeroconf instead of avahi USE flag (#477620)Pacho Ramos2016-10-021-4/+4
| | | | 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: 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: Remove ccache USE flagSven Wegener2016-01-241-4/+3
| | | | | | | | We have the ccache portage feature for that. Also the USE flag didn't do anything, because we are forcing CC during make, overriding the ccache command the configure script added to CC. Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-tv/tvheadend: Remove iconv patch and USE flagSven Wegener2016-01-241-0/+1
| | | | | | | | The patch is wrong. The configure check only checks whether we need to link against libiconv for the iconv functions. iconv support is always activated and we need to unconditionally depend on virtual/libiconv. Signed-off-by: Sven Wegener <swegener@gentoo.org>
* media-tv/tvheadend: bump to -4.0.6, patch to fixing issues re IUSE iconvIan Delaney2015-10-131-2/+2
| | | | | | | | | | patch submitted thanks to Olliver Schinagl, ebuild prepared by new designated proxy maintainer 'wraeth' submitted via gentoo bug, old versions removed on request of maintainer. Gnetoo bug: #551884 Package-Manager: portage-2.2.20.1
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+83
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed