From f47fd862ac38515deed2918f1e865cac1e099cf5 Mon Sep 17 00:00:00 2001 From: "survolog (Andrey Grigorev)" Date: Sun, 3 Nov 2019 15:27:14 +0300 Subject: [PATCH] Enable faudio --- wine.spec | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/wine.spec b/wine.spec index 23f1b8f..743e6a2 100644 --- a/wine.spec +++ b/wine.spec @@ -45,7 +45,7 @@ Summary: WINE Is Not An Emulator - runs MS Windows programs Name: %{wine} Version: %{version} -Release: 1 +Release: 3 Epoch: 2 License: LGPLv2+ Group: Emulators @@ -95,9 +95,9 @@ Patch3: wine-4.0-fix-openal-opencl-headers-detection.patch Patch4: wine-staging-4.5-mock-urpm-broken-pipe.patch Patch5: wine-nine-standalone-0.3-ru-localization.patch -#if %%{with unstable} -#BuildRequires: faudio-devel -#endif +%if %{with unstable} +BuildRequires: faudio-devel +%endif # This is needed to build wine-nine-standalone %ifarch x86_64 BuildRequires: %{wine64}-devel @@ -273,9 +273,9 @@ native Unix executables. %package -n %{wine32} Summary: 32-bit support for %{wine} and %{wine64} packages Group: Emulators -#if %%{with unstable} -#Requires: libfaudio0 -#endif +%if %{with unstable} +Requires: libfaudio0 +%endif # This is not an EVR-specific requirement, as otherwise on x86_64 urpmi could # resolve the dependency to wine64 even on upgrades, and therefore replace # wine+wine32 installation with a wine32+wine64 installation. - Anssi @@ -398,9 +398,9 @@ to develop programs running on Wine. %package -n %{wine64} Summary: WINE Is Not An Emulator - runs MS Windows programs Group: Emulators -#if %%{with unstable} -#Requires: lib64faudio0 -#endif +%if %{with unstable} +Requires: lib64faudio0 +%endif # wine dlopen's these, so let's add the dependencies ourself Requires: lib64asound2 Requires: lib64d3dtracker1 @@ -661,10 +661,10 @@ autoreconf -vfi --enable-win64 \ %endif --without-hal \ - --with-xattr \ --with-gstreamer \ --without-oss \ %if %{with unstable} + --with-xattr \ --without-pulse %endif