Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ffmpeg/
Date: Fri, 07 Aug 2020 06:01:29
Message-Id: 1596778862.8458d232c433916d271c34f97d59b1f80c5fb338.mgorny@gentoo
1 commit: 8458d232c433916d271c34f97d59b1f80c5fb338
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 7 05:41:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 7 05:41:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8458d232
7
8 virtual/ffmpeg: Remove stale USE=libav
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 virtual/ffmpeg/ffmpeg-9-r2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/virtual/ffmpeg/ffmpeg-9-r2.ebuild b/virtual/ffmpeg/ffmpeg-9-r2.ebuild
16 index ffcd5fe138b..2abb4da05df 100644
17 --- a/virtual/ffmpeg/ffmpeg-9-r2.ebuild
18 +++ b/virtual/ffmpeg/ffmpeg-9-r2.ebuild
19 @@ -14,9 +14,8 @@ DESCRIPTION="Virtual package for FFmpeg executable implementation"
20
21 SLOT="0"
22 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
23 -IUSE="X +encode gsm jpeg2k libav mp3 opus sdl speex theora threads truetype vaapi vdpau x264"
24 +IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi vdpau x264"
25
26 RDEPEND="
27 - libav? ( >=media-video/libav-9.12[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] )
28 - !libav? ( >=media-video/ffmpeg-1.2.6-r1:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] )
29 + >=media-video/ffmpeg-1.2.6-r1:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
30 "