commit:     c41d336317b5a48bf1b62b797e050978f4480487
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 22:52:45 2017 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 22:53:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c41d3363

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

 media-tv/tvheadend/tvheadend-9999.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild 
b/media-tv/tvheadend/tvheadend-9999.ebuild
index 952ade3e853..04ecda4fb1b 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) \

Reply via email to