app-emulation/wine-staging: Sync with ::wine
authorNick Sarnie <sarnex@gentoo.org>
Tue, 31 Mar 2020 00:45:41 +0000 (20:45 -0400)
committerNick Sarnie <sarnex@gentoo.org>
Tue, 31 Mar 2020 00:47:41 +0000 (20:47 -0400)
Add unwind USE

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
app-emulation/wine-staging/metadata.xml
app-emulation/wine-staging/wine-staging-5.5.ebuild
app-emulation/wine-staging/wine-staging-9999.ebuild

index ebbe6f231533593b58bae78db91e96bcb5d255bf..47f226562ce0d752a8c4fb3d889b7264959cbb74 100644 (file)
@@ -44,6 +44,7 @@ This variant of the Wine packaging includes the Wine-Staging patchset.
                <flag name="staging">Apply Wine-Staging patches for advanced feature support that haven't made it into upstream Wine yet</flag>
                <flag name="themes">Support GTK+:3 window theming through Wine-Staging</flag>
                <flag name="udev">Use <pkg>virtual/libudev</pkg> to provide plug and play support</flag>
+               <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> to unwind the stack</flag>
                <flag name="vkd3d">Use <pkg>app-emulation/vkd3d</pkg> to provide Direct3D 12 support</flag>
                <flag name="vulkan">Enable Vulkan drivers</flag>
        </use>
index 81084a55cb34a68a1607ba9c5a408974809363c8..c4c429fb8c2360573c8a037d5265203f01e2e4ce 100644 (file)
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gcrypt +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 +gcrypt +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 +unwind v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
        X? ( truetype )
        elibc_glibc? ( threads )
@@ -112,6 +112,7 @@ COMMON_DEPEND="
        truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
        udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
        udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
+       unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
        v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
        vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
        vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
@@ -473,6 +474,7 @@ multilib_src_configure() {
                $(use_enable test tests)
                $(use_with truetype freetype)
                $(use_with udev)
+               $(use_with unwind)
                $(use_with v4l v4l2)
                $(use_with vkd3d)
                $(use_with vulkan)
index 81084a55cb34a68a1607ba9c5a408974809363c8..c4c429fb8c2360573c8a037d5265203f01e2e4ce 100644 (file)
@@ -44,7 +44,7 @@ fi
 
 LICENSE="LGPL-2.1"
 SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +faudio +fontconfig +gcrypt +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 +gcrypt +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 +unwind v4l vaapi vkd3d vulkan +X +xcomposite xinerama +xml"
 REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
        X? ( truetype )
        elibc_glibc? ( threads )
@@ -112,6 +112,7 @@ COMMON_DEPEND="
        truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
        udev? ( virtual/libudev:=[${MULTILIB_USEDEP}] )
        udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
+       unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] )
        v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
        vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
        vkd3d? ( app-emulation/vkd3d[${MULTILIB_USEDEP}] )
@@ -473,6 +474,7 @@ multilib_src_configure() {
                $(use_enable test tests)
                $(use_with truetype freetype)
                $(use_with udev)
+               $(use_with unwind)
                $(use_with v4l v4l2)
                $(use_with vkd3d)
                $(use_with vulkan)