Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#26757 - [wine] alsa-lib package

Attached to Project: Community Packages
Opened by Mick (earnon) - Saturday, 05 November 2011, 12:02 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 09 November 2011, 14:35 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Florian Pritz (bluewind)
Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The 'wine' binarie doesn't need 'alsa-lib' package.


Additional info:
* package version(s): 1.3.32-1


Steps to reproduce:
In a terminal, use the next command

[root@host ~]# pacman -Ql wine | grep -c 'bin/[a-z]'
24

[root@host ~]# file $(pacman -Ql wine | grep 'bin/[a-z]' | cut -d' ' -f2) | grep -E '(mixer|sound)'
nothing

[root@host ~]# ldd $(pacman -Ql wine | grep 'bin/[a-z]' | cut -d' ' -f2) 2>/dev/null | grep -E '(mixer|sound)'
nothing

Different test without alsa-lib package
[root@host ~]# wine regedit.exe
[root@host ~]# wine winamp5622_lite.exe
[root@host ~/.wine/drive_c/Program Files/Winamp]# wine winamp.exe
=> all commands/softwares works properly...
Just winamp, after choice and launch a music file (mp3) return an error with winealsa.drv and libasound.so.2 in console

After install alsa-lib (and add a sound card on the virtualize machine)
[root@host ~]# winecfg //configure the Audio (Output device)
[root@host ~/.wine/drive_c/Program Files/Winamp]# wine winamp.exe
=> works properly...same result (no error) after choice a mp3 file and click on the play button


-----
Alsa-lib is just a feature of the wine project, not necessary to install this package for launch some software who don't need sound.
Possibility to add this in optional depend.
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Wednesday, 09 November 2011, 14:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  You are correct. Next wine build will have this as makedep/optdep

Loading...