From fec93d0de6391b96505bf82a3beab2792012d9ae Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 15 Jul 2012 02:48:08 -0500 Subject: Fix xmms2 to work without oss --- community/xmms2/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index 805aa46fd..2d609f104 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -12,8 +12,9 @@ backup=('etc/conf.d/xmms2d.conf') depends=('sqlite' 'libmad') makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib' 'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout' - 'libvorbis' 'libxml2' 'mpg123' 'oss' 'perl' 'pulseaudio' 'pyrex' + 'libvorbis' 'libxml2' 'mpg123' 'perl' 'pulseaudio' 'pyrex' 'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 'libgme' 'avahi') +[ "$CARCH" = "mips64el" ] || makedepends+=('oss') optdepends=('alsa-lib: ALSA audio output' 'avahi: announce xmms2d via bonjour/mDNS/zeroconf' 'boost: C++ language bindings' @@ -33,9 +34,9 @@ optdepends=('alsa-lib: ALSA audio output' 'libshout: Icecast audio output' 'libvorbis: Ogg Vorbis support' 'libxml2: XSPF and podcast support' - 'mpg123: alternative MP3 plugin' - 'oss: OSS audio output' - 'perl: Perl language bindings' + 'mpg123: alternative MP3 plugin') +[ "$CARCH" = "mips64el" ] || optdepends+=('oss: OSS audio output') +optdepends+=('perl: Perl language bindings' 'pulseaudio: PulseAudio audio output' 'pyrex: Python language bindings' 'ruby: Ruby language bindings' -- cgit v1.2.3-54-g00ecf