summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-12-17 22:52:45 +0000
committerJames Le Cuirot <chewi@gentoo.org>2017-12-17 22:53:34 +0000
commitc41d336317b5a48bf1b62b797e050978f4480487 (patch)
tree998fe045022c680a59890a4d3ef9e8d9b857e862
parentmedia-tv/tvheadend: add ddci USE flag (support for DDCI hardware) (diff)
downloadgentoo-c41d336317b5a48bf1b62b797e050978f4480487.tar.gz
gentoo-c41d336317b5a48bf1b62b797e050978f4480487.tar.bz2
gentoo-c41d336317b5a48bf1b62b797e050978f4480487.zip
media-tv/tvheadend: libdvben50221 is now effectively bundled
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
-rw-r--r--media-tv/tvheadend/tvheadend-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
index 952ade3e8533..04ecda4fb1b5 100644
--- a/media-tv/tvheadend/tvheadend-9999.ebuild
+++ b/media-tv/tvheadend/tvheadend-9999.ebuild
@@ -13,13 +13,12 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="+capmt +constcw +cwc dbus debug ddci dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib"
+IUSE="+capmt +constcw +cwc dbus debug +ddci dvbcsa +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib"
RDEPEND="
virtual/libiconv
dbus? ( sys-apps/dbus )
dvbcsa? ( media-libs/libdvbcsa )
- dvben50221? ( media-tv/linuxtv-dvb-apps )
ffmpeg? ( media-video/ffmpeg:0/55.57.57[opus?,vpx?,x264?,x265?] )
hdhomerun? ( media-libs/libhdhomerun )
!libressl? ( dev-libs/openssl:= )
@@ -48,8 +47,8 @@ RDEPEND+="
xmltv? ( media-tv/xmltv )"
REQUIRED_USE="
- dvbcsa? ( || ( capmt constcw cwc dvben50221 ) )
- ddci? ( dvb dvben50221 )
+ dvbcsa? ( || ( capmt constcw cwc ) )
+ ddci? ( dvb )
"
# Some patches from:
@@ -98,7 +97,6 @@ src_configure() {
$(use_enable ddci) \
$(use_enable dvb linuxdvb) \
$(use_enable dvbcsa) \
- $(use_enable dvben50221) \
$(use_enable ffmpeg libav) \
$(use_enable hdhomerun hdhomerun_client) \
$(use_enable imagecache) \