diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-12-04 22:11:05 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-12-04 22:20:07 +0000 |
commit | f3544384630a818ea97571db41ee93919ad9c719 (patch) | |
tree | 0d3ce3a0d1093821041df346a5493805f035abe1 /media-tv/tvheadend/metadata.xml | |
parent | media-sound/rosegarden: Bump to EAPI 6 (diff) | |
download | gentoo-f3544384630a818ea97571db41ee93919ad9c719.tar.gz gentoo-f3544384630a818ea97571db41ee93919ad9c719.tar.bz2 gentoo-f3544384630a818ea97571db41ee93919ad9c719.zip |
media-tv/tvheadend: Version bump to 4.2.4 and 9999 update
* 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
Diffstat (limited to 'media-tv/tvheadend/metadata.xml')
-rw-r--r-- | media-tv/tvheadend/metadata.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/media-tv/tvheadend/metadata.xml b/media-tv/tvheadend/metadata.xml index 9d99f1238417..f8bdade22686 100644 --- a/media-tv/tvheadend/metadata.xml +++ b/media-tv/tvheadend/metadata.xml @@ -9,14 +9,20 @@ <flag name="capmt">Enable support for capmt (dvbapi) protocol</flag> <flag name="constcw">Enable support for the constcw protocol</flag> <flag name="cwc">Enable support for the cwc (newcamd) protocol</flag> + <flag name="dvbcsa">Enable decryption of the DVB Common Scrambling Algorithm</flag> + <flag name="dvbscan">Use scan tables from dtv-scan-tables git repository</flag> + <flag name="dvben50221">Enable support for hardware CAM</flag> <flag name="hdhomerun">Enable support for the HDHomeRun device</flag> + <flag name="imagecache">Enable support for image caching</flag> <flag name="iptv">Enable support for Internet Protocol TV</flag> + <flag name="opus">Enable transcoding with the Opus audio codec</flag> <flag name="satip">Enable support for IP-based Satellite TV</flag> <flag name="timeshift">Enable TimeShift support</flag> - <flag name="xmltv">Use <pkg>media-tv/xmltv</pkg></flag> - <flag name="dvbscan">Use <pkg>media-tv/linuxtv-dvb-apps</pkg></flag> - <flag name="imagecache">Enable support for image caching</flag> <flag name="uriparser">Use <pkg>dev-libs/uriparser</pkg></flag> + <flag name="vpx">Enable transcoding with the VP8/VP9 video codecs</flag> + <flag name="x264">Enable transcoding with the H.264 video codec</flag> + <flag name="x265">Enable transcoding with the HEVC video codec</flag> + <flag name="xmltv">Use <pkg>media-tv/xmltv</pkg></flag> </use> <upstream> <remote-id type="github">tvheadend/tvheadend</remote-id> |