SHA256
1
0
forked from pool/wine

- explicitly require alsa-plugins-pulse and alsa-plugins

for the x86 -32bit package, otherwise there would be no sound.
  bnc#857621

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=209
This commit is contained in:
Marcus Meissner 2014-01-07 08:11:23 +00:00 committed by Git OBS Bridge
parent 0bf514a66b
commit 8022362a4b
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 7 08:09:39 UTC 2014 - meissner@suse.com
- explicitly require alsa-plugins-pulse and alsa-plugins
for the x86 -32bit package, otherwise there would be no sound.
bnc#857621
-------------------------------------------------------------------
Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com

View File

@ -79,6 +79,8 @@ Recommends: wine-mp3
# not packaged in distro...
Recommends: wine-mono
Recommends: dosbox
Requires: alsa-plugins
Requires: alsa-plugins-pulse
Requires: samba-winbind
Conflicts: wine-gecko < 1.3
%ifarch x86_64
@ -154,6 +156,8 @@ echo " +^/usr/bin/wine-preloader\$" >> %SOURCE7
echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7
grep SONAME_ config.log
grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7
echo " requires \"alsa-plugins-pulse-32bit\"" >> %SOURCE7
echo " requires \"alsa-plugins-32bit\"" >> %SOURCE7
echo "%name-devel" >> %SOURCE7
echo " +^/usr/lib/wine/.*def" >> %SOURCE7
cat %SOURCE7