summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Sarnie <sarnex@gentoo.org>2018-07-15 11:18:28 -0400
committerNick Sarnie <sarnex@gentoo.org>2018-07-15 11:23:27 -0400
commitc4d92d9667b6f74dbcf20600d8ec02a3f54e0b61 (patch)
tree27d778e220df0d713c64bd956458f96c4f77b43c /app-emulation/wine-any/wine-any-3.12.ebuild
parentapp-emulation/wine-staging: Sync with ::wine (diff)
downloadgentoo-c4d92d9667b6f74dbcf20600d8ec02a3f54e0b61.tar.gz
gentoo-c4d92d9667b6f74dbcf20600d8ec02a3f54e0b61.tar.bz2
gentoo-c4d92d9667b6f74dbcf20600d8ec02a3f54e0b61.zip
app-emulation/wine-any: Sync with ::wine
Add ffmpeg USE Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'app-emulation/wine-any/wine-any-3.12.ebuild')
-rw-r--r--app-emulation/wine-any/wine-any-3.12.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/wine-any/wine-any-3.12.ebuild b/app-emulation/wine-any/wine-any-3.12.ebuild
index e713de98aba4..d1e7371c75a3 100644
--- a/app-emulation/wine-any/wine-any-3.12.ebuild
+++ b/app-emulation/wine-any/wine-any-3.12.ebuild
@@ -48,7 +48,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags d3d9 dos elibc_glibc +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 d3d9 dos elibc_glibc 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"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -80,6 +80,7 @@ COMMON_DEPEND="
x11-libs/libXext[${MULTILIB_USEDEP}]
x11-libs/libxcb[${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}] )
@@ -458,6 +459,7 @@ multilib_src_configure() {
$(use_with cups)
$(use_with ncurses curses)
$(use_with udisks dbus)
+ $(use_with ffmpeg)
$(use_with fontconfig)
$(use_with ssl gnutls)
$(use_enable gecko mshtml)