From 46b42af633f895b35ddad5eccdba22dad451bc83 Mon Sep 17 00:00:00 2001 From: Daniel Scheller Date: Sat, 2 Dec 2017 13:25:09 +0100 Subject: media-tv/tvheadend: add ddci USE flag (support for DDCI hardware) --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/metadata.xml | 1 + media-tv/tvheadend/tvheadend-9999.ebuild | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'media-tv/tvheadend') diff --git a/media-tv/tvheadend/metadata.xml b/media-tv/tvheadend/metadata.xml index ad28ad1f4b6f..0b905954f504 100644 --- a/media-tv/tvheadend/metadata.xml +++ b/media-tv/tvheadend/metadata.xml @@ -9,6 +9,7 @@ Enable support for capmt (dvbapi) protocol Enable support for the constcw protocol Enable support for the cwc (newcamd) protocol + Enable support for DDCI hardware Enable decryption of the DVB Common Scrambling Algorithm Enable support for hardware CAM Enable support for the HDHomeRun device diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index 55773cf0ac91..952ade3e8533 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="+capmt +constcw +cwc dbus debug 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 dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib" RDEPEND=" virtual/libiconv @@ -47,7 +47,10 @@ RDEPEND+=" dvb? ( media-tv/dtv-scan-tables ) xmltv? ( media-tv/xmltv )" -REQUIRED_USE="dvbcsa? ( || ( capmt constcw cwc dvben50221 ) )" +REQUIRED_USE=" + dvbcsa? ( || ( capmt constcw cwc dvben50221 ) ) + ddci? ( dvb dvben50221 ) +" # Some patches from: # https://github.com/rpmfusion/tvheadend @@ -92,6 +95,7 @@ src_configure() { $(use_enable cwc) \ $(use_enable dbus dbus_1) \ $(use_enable debug trace) \ + $(use_enable ddci) \ $(use_enable dvb linuxdvb) \ $(use_enable dvbcsa) \ $(use_enable dvben50221) \ -- cgit v1.2.3-65-gdbad