* Fix an annoying problem with xmms's ALSA output driver. Thanks

SuSE!

svn path=/nixpkgs/trunk/; revision=4607
This commit is contained in:
Eelco Dolstra 2006-01-26 23:34:22 +00:00
parent cb27290a7a
commit 69b41650ad
2 changed files with 1478 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,5 +7,8 @@ stdenv.mkDerivation {
md5 = "03a85cfc5e1877a2e1f7be4fa1d3f63c" ;
};
# Patch borrowed from SuSE 10.0 to fix pause/continue on ALSA.
patches = [./alsa.patch];
buildInputs = [alsaLib esound libogg libvorbis glib gtk];
}