--- PKGBUILD.fix 2009-02-19 02:38:34.000000000 -0200 +++ PKGBUILD 2009-02-19 03:00:32.000000000 -0200 @@ -9,7 +9,16 @@ arch=('i686' 'x86_64') url="http://www.alsaplayer.org/" license=('GPL') -depends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack-audio-connection-kit>=0.102.20-2' 'esound' 'gcc-libs') +depends=('gcc-libs') +optdepends=('gtk2: for a GUI interface with GTK+2' + 'libmad: for support MPEG decoding' + 'libmikmod: for support mod, s3m, it, and xm formats' + 'libvorbis: for support vorbis codec ogg' + 'flac: for Free Lossless Audio Codec' + 'libid3tag: needed for FLAC plugin' + 'jack-audio-connection-kit: for JACK audio server output' + 'esound: for output to Enlightened Sound Daemon' + 'audiofile: to support varius audio formats like AIFF, WAVE, .snd/.au') options=('!libtool') source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2 gcc.diff) md5sums=('04f8c2321a37d15f40f9ee21251c6202' '0c1790e4744d9b085208436f5442efe0')