From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAC27138335 for ; Sat, 10 Nov 2018 15:22:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89B84E0AC9; Sat, 10 Nov 2018 15:22:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 497A2E0AC9 for ; Sat, 10 Nov 2018 15:22:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A6C6335CF2 for ; Sat, 10 Nov 2018 15:22:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B0E458 for ; Sat, 10 Nov 2018 15:22:05 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1541863309.69a42800d4e4089e4ef83e0b5790b30f759c99b5.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/tvheadend/Manifest media-tv/tvheadend/tvheadend-4.2.7.ebuild media-tv/tvheadend/tvheadend-9999.ebuild X-VCS-Directories: media-tv/tvheadend/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 69a42800d4e4089e4ef83e0b5790b30f759c99b5 X-VCS-Branch: master Date: Sat, 10 Nov 2018 15:22:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 97bc1fd6-b6cb-4a5b-b792-431dc15a137b X-Archives-Hash: 1ec023c797bd5edefe20bedcfb709f3a commit: 69a42800d4e4089e4ef83e0b5790b30f759c99b5 Author: James Le Cuirot gentoo org> AuthorDate: Sat Nov 10 15:10:14 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Nov 10 15:21:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a42800 media-tv/tvheadend: Version bump to 4.2.7, EAPI 7 Closes: https://bugs.gentoo.org/670228 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> media-tv/tvheadend/Manifest | 1 + ...vheadend-9999.ebuild => tvheadend-4.2.7.ebuild} | 59 +++++++--------------- media-tv/tvheadend/tvheadend-9999.ebuild | 8 +-- 3 files changed, 24 insertions(+), 44 deletions(-) diff --git a/media-tv/tvheadend/Manifest b/media-tv/tvheadend/Manifest index 6c7435bed2c..4f11f8ea5bd 100644 --- a/media-tv/tvheadend/Manifest +++ b/media-tv/tvheadend/Manifest @@ -1 +1,2 @@ DIST tvheadend-4.2.6.tar.gz 21528720 BLAKE2B 358373bc19bd4c27ddb597bb14e29e2f451d4a1efd075f40c0324d692b5fdcac0d23f2f626ba9d0ca235f7d0c91930c5bf2438d0b6537af187a9fb3fcf36c419 SHA512 6291b0ba1d9af11d5295bf6804988835e746db2d3ebbd465a22e293a1108225c8c361762b78213c881cd15d7dedd16092f28a97c9e5b38f44920848bfbaf9709 +DIST tvheadend-4.2.7.tar.gz 21815613 BLAKE2B 2a90801189901c8129209d9157fbca826e5e46c2641aa08676a44f3076f4dd82c7732e188e87835ce22b19aedea96b8c816733998241a213904c9f9aff1a2537 SHA512 14dd4f452a785359614e2dfe3c210543e0bddf011b8bb994a282cfcff3f3e2573e48636e4c778c7fea39c01318053211e674911fcec3ad5f7b536bdd9e5f5aa9 diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-4.2.7.ebuild similarity index 61% copy from media-tv/tvheadend/tvheadend-9999.ebuild copy to media-tv/tvheadend/tvheadend-4.2.7.ebuild index 8ee4fdaf118..e72ceb2f7e3 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-4.2.7.ebuild @@ -1,25 +1,30 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit git-r3 linux-info systemd toolchain-funcs user +inherit linux-info systemd toolchain-funcs user DESCRIPTION="Tvheadend is a TV streaming server and digital video recorder" HOMEPAGE="https://tvheadend.org/" -EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~x86" -IUSE="dbus debug +ddci dvbcsa +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib" +IUSE="+capmt +constcw +cwc dbus debug dvbcsa dvben50221 +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl satip systemd +timeshift uriparser xmltv zeroconf zlib" + +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig" RDEPEND=" virtual/libiconv dbus? ( sys-apps/dbus ) dvbcsa? ( media-libs/libdvbcsa ) - ffmpeg? ( media-video/ffmpeg:0/55.57.57[opus?,vpx?,x264?,x265?] ) + dvben50221? ( media-tv/linuxtv-dvb-apps ) + ffmpeg? ( media-video/ffmpeg:0/55.57.57 ) hdhomerun? ( media-libs/libhdhomerun ) !libressl? ( dev-libs/openssl:= ) libressl? ( dev-libs/libressl:= ) @@ -27,28 +32,15 @@ RDEPEND=" zeroconf? ( net-dns/avahi ) zlib? ( sys-libs/zlib )" -# ffmpeg sub-dependencies needed for headers only. Check under -# src/transcoding/codec/codecs/libs for include statements. - DEPEND=" ${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - dvb? ( virtual/linuxtv-dvb-headers ) - ffmpeg? ( - opus? ( media-libs/opus ) - vpx? ( media-libs/libvpx ) - x264? ( media-libs/x264 ) - x265? ( media-libs/x265 ) - )" + dvb? ( virtual/linuxtv-dvb-headers )" RDEPEND+=" dvb? ( media-tv/dtv-scan-tables ) xmltv? ( media-tv/xmltv )" -REQUIRED_USE=" - ddci? ( dvb ) -" +REQUIRED_USE="dvbcsa? ( || ( capmt constcw cwc dvben50221 ) )" # Some patches from: # https://github.com/rpmfusion/tvheadend @@ -68,13 +60,6 @@ pkg_setup() { enewuser tvheadend -1 -1 /etc/tvheadend video } -# We unconditionally enable codecs that do not require additional -# dependencies when building tvheadend. If support is missing from -# ffmpeg at runtime then tvheadend will simply disable these codecs. - -# It is not necessary to specific all the --disable-*-static options as -# most of them only take effect when --enable-ffmpeg_static is given. - src_configure() { CC="$(tc-getCC)" \ PKG_CONFIG="${CHOST}-pkg-config" \ @@ -84,33 +69,25 @@ src_configure() { --disable-dvbscan \ --disable-ffmpeg_static \ --disable-hdhomerun_static \ - --enable-libfdkaac \ - --enable-libtheora \ - --enable-libvorbis \ --nowerror \ + $(use_enable capmt) \ + $(use_enable constcw) \ + $(use_enable cwc) \ $(use_enable dbus dbus_1) \ $(use_enable debug trace) \ - $(use_enable ddci) \ $(use_enable dvb linuxdvb) \ $(use_enable dvbcsa) \ - $(use_enable dvbcsa capmt) \ - $(use_enable dvbcsa cccam) \ - $(use_enable dvbcsa constcw) \ - $(use_enable dvbcsa cwc) \ + $(use_enable dvben50221) \ $(use_enable ffmpeg libav) \ $(use_enable hdhomerun hdhomerun_client) \ $(use_enable imagecache) \ $(use_enable inotify) \ $(use_enable iptv) \ - $(use_enable opus libopus) \ $(use_enable satip satip_server) \ $(use_enable satip satip_client) \ $(use_enable systemd libsystemd_daemon) \ $(use_enable timeshift) \ $(use_enable uriparser) \ - $(use_enable vpx libvpx) \ - $(use_enable x264 libx264) \ - $(use_enable x265 libx265) \ $(use_enable zeroconf avahi) \ $(use_enable zlib) } diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index 8ee4fdaf118..96ff9acc83c 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit git-r3 linux-info systemd toolchain-funcs user @@ -15,6 +15,10 @@ KEYWORDS="" IUSE="dbus debug +ddci dvbcsa +dvb +ffmpeg hdhomerun +imagecache +inotify iptv libressl opus satip systemd +timeshift uriparser vpx x264 x265 xmltv zeroconf zlib" +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig" + RDEPEND=" virtual/libiconv dbus? ( sys-apps/dbus ) @@ -32,8 +36,6 @@ RDEPEND=" DEPEND=" ${RDEPEND} - sys-devel/gettext - virtual/pkgconfig dvb? ( virtual/linuxtv-dvb-headers ) ffmpeg? ( opus? ( media-libs/opus )