summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-02-28 05:56:05 -0500
committerIonen Wolkens <ionen@gentoo.org>2022-02-28 06:26:25 -0500
commit976c56bc20456ecd63ea64a046c7940dedbf26c8 (patch)
tree41227bccf2360b06090fae0635bf965679b97441 /app-emulation
parentapp-emulation/ruffle: sync live (diff)
downloadgentoo-976c56bc20456ecd63ea64a046c7940dedbf26c8.tar.gz
gentoo-976c56bc20456ecd63ea64a046c7940dedbf26c8.tar.bz2
gentoo-976c56bc20456ecd63ea64a046c7940dedbf26c8.zip
app-emulation/vice: depend on <ffmpeg-5
However, if left unresolved by upstream for too long, masking the USE sound like a better long term solution (this feature is not really essential). Albeit flag is disabled by default and shouldn't affect many. Bug: https://bugs.gentoo.org/834359 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/vice-3.6.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/vice/vice-3.6.1.ebuild b/app-emulation/vice/vice-3.6.1.ebuild
index 08ab94f0564e..dcefe70a8de1 100644
--- a/app-emulation/vice/vice-3.6.1.ebuild
+++ b/app-emulation/vice/vice-3.6.1.ebuild
@@ -22,6 +22,7 @@ REQUIRED_USE="
gtk? ( zlib )"
# ffmpeg/lame are loaded by dlopen(), keeping := to rebuild with same headers
+# see bug #834359 for the ffmpeg upper bound
RDEPEND="
virtual/libintl
alsa? ( media-libs/alsa-lib )
@@ -29,7 +30,7 @@ RDEPEND="
net-libs/libpcap
sys-libs/libcap
)
- ffmpeg? ( media-video/ffmpeg:= )
+ ffmpeg? ( <media-video/ffmpeg-5:= )
flac? ( media-libs/flac )
gif? ( media-libs/giflib:= )
gtk? (