Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/
Date: Mon, 28 Feb 2022 11:28:28
Message-Id: 1646047585.976c56bc20456ecd63ea64a046c7940dedbf26c8.ionen@gentoo
1 commit: 976c56bc20456ecd63ea64a046c7940dedbf26c8
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 10:56:05 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 11:26:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976c56bc
7
8 app-emulation/vice: depend on <ffmpeg-5
9
10 However, if left unresolved by upstream for too long, masking
11 the USE sound like a better long term solution (this feature
12 is not really essential). Albeit flag is disabled by default
13 and shouldn't affect many.
14
15 Bug: https://bugs.gentoo.org/834359
16 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
17
18 app-emulation/vice/vice-3.6.1.ebuild | 3 ++-
19 1 file changed, 2 insertions(+), 1 deletion(-)
20
21 diff --git a/app-emulation/vice/vice-3.6.1.ebuild b/app-emulation/vice/vice-3.6.1.ebuild
22 index 08ab94f0564e..dcefe70a8de1 100644
23 --- a/app-emulation/vice/vice-3.6.1.ebuild
24 +++ b/app-emulation/vice/vice-3.6.1.ebuild
25 @@ -22,6 +22,7 @@ REQUIRED_USE="
26 gtk? ( zlib )"
27
28 # ffmpeg/lame are loaded by dlopen(), keeping := to rebuild with same headers
29 +# see bug #834359 for the ffmpeg upper bound
30 RDEPEND="
31 virtual/libintl
32 alsa? ( media-libs/alsa-lib )
33 @@ -29,7 +30,7 @@ RDEPEND="
34 net-libs/libpcap
35 sys-libs/libcap
36 )
37 - ffmpeg? ( media-video/ffmpeg:= )
38 + ffmpeg? ( <media-video/ffmpeg-5:= )
39 flac? ( media-libs/flac )
40 gif? ( media-libs/giflib:= )
41 gtk? (