Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Mon, 19 Aug 2019 16:41:21
Message-Id: 1566232858.0637b57d55967a8777e29fbcdee3ab36e4b846f0.aballier@gentoo
1 commit: 0637b57d55967a8777e29fbcdee3ab36e4b846f0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 14:27:12 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 16:40:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0637b57d
7
8 media-video/ffmpeg: update to eapi7.
9
10 Split BDEPEND.
11 Bump dav1d dep.
12
13 Package-Manager: Portage-2.3.71, Repoman-2.3.17
14 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
15
16 media-video/ffmpeg/ffmpeg-9999.ebuild | 10 ++++++----
17 1 file changed, 6 insertions(+), 4 deletions(-)
18
19 diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild
20 index 51034ea1e89..748ed934429 100644
21 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild
22 +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
23 @@ -1,7 +1,7 @@
24 # Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 # Subslot: libavutil major.libavcodec major.libavformat major
31 # Since FFmpeg ships several libraries, subslot is kind of limited here.
32 @@ -170,7 +170,7 @@ RDEPEND="
33 cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] )
34 chromaprint? ( >=media-libs/chromaprint-1.2-r1[${MULTILIB_USEDEP}] )
35 codec2? ( media-libs/codec2[${MULTILIB_USEDEP}] )
36 - dav1d? ( >=media-libs/dav1d-0.2.1:0=[${MULTILIB_USEDEP}] )
37 + dav1d? ( >=media-libs/dav1d-0.4.0:0=[${MULTILIB_USEDEP}] )
38 encode? (
39 amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] )
40 kvazaar? ( >=media-libs/kvazaar-1.2.0[${MULTILIB_USEDEP}] )
41 @@ -272,13 +272,15 @@ RDEPEND="${RDEPEND}
42 "
43
44 DEPEND="${RDEPEND}
45 + ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
46 + v4l? ( sys-kernel/linux-headers )
47 +"
48 +BDEPEND="
49 >=sys-devel/make-3.81
50 doc? ( sys-apps/texinfo )
51 >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
52 - ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
53 cpu_flags_x86_mmx? ( || ( >=dev-lang/nasm-2.13 >=dev-lang/yasm-1.3 ) )
54 test? ( net-misc/wget sys-devel/bc )
55 - v4l? ( sys-kernel/linux-headers )
56 "
57
58 # Code requiring FFmpeg to be built under gpl license