Enable faudio

This commit is contained in:
survolog (Andrey Grigorev) 2019-11-03 15:27:14 +03:00
parent 3e917157d4
commit f47fd862ac

View file

@ -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