summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-15 02:48:08 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-15 02:48:08 -0500
commitfec93d0de6391b96505bf82a3beab2792012d9ae (patch)
tree05e0839677dec49be3f35884eb22d8bc19bad7e4
parent3a4cdd4458cd104570eb4234fd6a0f5c9894859c (diff)
Fix xmms2 to work without oss
-rw-r--r--community/xmms2/PKGBUILD9
1 files 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'