aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Trukhanov <lahvuun@gmail.com>2019-12-01 13:30:32 +0200
committerNick Sarnie <sarnex@gentoo.org>2019-12-01 08:14:28 -0500
commit6e6733204201bbd5b483ff445133f371379bb051 (patch)
treeffaeabced36f7a4fe3b02afd70659875267716f2 /app-emulation/wine-staging/wine-staging-4.16.ebuild
parentapp-emulation/wine-staging: Bump to 4.21 (diff)
downloadwine-6e6733204201bbd5b483ff445133f371379bb051.tar.gz
wine-6e6733204201bbd5b483ff445133f371379bb051.tar.bz2
wine-6e6733204201bbd5b483ff445133f371379bb051.zip
app-emulation/wine-staging: remove ffmpeg USE-flag from v4.13+
Closes: https://github.com/gentoo-mirror/wine/pull/7 Package-Manager: Portage-2.3.80, Repoman-2.3.19 Manifest-Sign-Key: EE6A5B5CF673AC7CFDEACE807650CA33236F1992 Signed-off-by: Ilya Trukhanov <lahvuun@gmail.com> Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/wine-staging/wine-staging-4.16.ebuild')
-rw-r--r--app-emulation/wine-staging/wine-staging-4.16.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-emulation/wine-staging/wine-staging-4.16.ebuild b/app-emulation/wine-staging/wine-staging-4.16.ebuild
index 1c459ad..5d26b6d 100644
--- a/app-emulation/wine-staging/wine-staging-4.16.ebuild
+++ b/app-emulation/wine-staging/wine-staging-4.16.ebuild
@@ -44,11 +44,10 @@ fi
LICENSE="LGPL-2.1"
SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio ffmpeg +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gecko gphoto2 gsm gssapi gstreamer +jpeg kerberos kernel_FreeBSD +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes samba scanner sdl selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
- ffmpeg? ( staging )
osmesa? ( opengl )
pipelight? ( staging )
test? ( abi_x86_32 )
@@ -73,7 +72,6 @@ COMMON_DEPEND="
capi? ( net-libs/libcapi[${MULTILIB_USEDEP}] )
cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
faudio? ( app-emulation/faudio:=[${MULTILIB_USEDEP}] )
- ffmpeg? ( >=media-video/ffmpeg-4:=[${MULTILIB_USEDEP}] )
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
@@ -443,7 +441,6 @@ multilib_src_configure() {
$(use_with ncurses curses)
$(use_with udisks dbus)
$(use_with faudio)
- $(use_with ffmpeg)
$(use_with fontconfig)
$(use_with ssl gnutls)
$(use_enable gecko mshtml)