Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Tue, 05 Dec 2017 22:36:29
Message-Id: 1512513378.68b9abf66d23fcaeafc5820af28621e94224b890.chewi@gentoo
1 commit: 68b9abf66d23fcaeafc5820af28621e94224b890
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 22:35:50 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 22:36:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b9abf6
7
8 media-tv/tvheadend: Add libressl support via USE flag
9
10 Closes: https://bugs.gentoo.org/639940
11 Package-Manager: Portage-2.3.16, Repoman-2.3.6
12
13 media-tv/tvheadend/tvheadend-4.2.4.ebuild | 5 +++--
14 media-tv/tvheadend/tvheadend-9999.ebuild | 5 +++--
15 2 files changed, 6 insertions(+), 4 deletions(-)
16
17 diff --git a/media-tv/tvheadend/tvheadend-4.2.4.ebuild b/media-tv/tvheadend/tvheadend-4.2.4.ebuild
18 index d56276ff4fc..99676db4937 100644
19 --- a/media-tv/tvheadend/tvheadend-4.2.4.ebuild
20 +++ b/media-tv/tvheadend/tvheadend-4.2.4.ebuild
21 @@ -13,16 +13,17 @@ LICENSE="GPL-3"
22 SLOT="0"
23 KEYWORDS="~amd64 ~arm ~x86"
24
25 -IUSE="+capmt +constcw +cwc dbus debug dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv satip systemd +timeshift uriparser xmltv zeroconf zlib"
26 +IUSE="+capmt +constcw +cwc dbus debug dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl satip systemd +timeshift uriparser xmltv zeroconf zlib"
27
28 RDEPEND="
29 - dev-libs/openssl:=
30 virtual/libiconv
31 dbus? ( sys-apps/dbus )
32 dvbcsa? ( media-libs/libdvbcsa )
33 dvben50221? ( media-tv/linuxtv-dvb-apps )
34 ffmpeg? ( media-video/ffmpeg:0/55.57.57 )
35 hdhomerun? ( media-libs/libhdhomerun )
36 + !libressl? ( dev-libs/openssl:= )
37 + libressl? ( dev-libs/libressl:= )
38 uriparser? ( dev-libs/uriparser )
39 zeroconf? ( net-dns/avahi )
40 zlib? ( sys-libs/zlib )"
41
42 diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
43 index b3eb58292b3..55773cf0ac9 100644
44 --- a/media-tv/tvheadend/tvheadend-9999.ebuild
45 +++ b/media-tv/tvheadend/tvheadend-9999.ebuild
46 @@ -13,16 +13,17 @@ LICENSE="GPL-3"
47 SLOT="0"
48 KEYWORDS=""
49
50 -IUSE="+capmt +constcw +cwc dbus debug dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib"
51 +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"
52
53 RDEPEND="
54 - dev-libs/openssl:=
55 virtual/libiconv
56 dbus? ( sys-apps/dbus )
57 dvbcsa? ( media-libs/libdvbcsa )
58 dvben50221? ( media-tv/linuxtv-dvb-apps )
59 ffmpeg? ( media-video/ffmpeg:0/55.57.57[opus?,vpx?,x264?,x265?] )
60 hdhomerun? ( media-libs/libhdhomerun )
61 + !libressl? ( dev-libs/openssl:= )
62 + libressl? ( dev-libs/libressl:= )
63 uriparser? ( dev-libs/uriparser )
64 zeroconf? ( net-dns/avahi )
65 zlib? ( sys-libs/zlib )"