diff options
Diffstat (limited to 'community/xmms2/PKGBUILD')
-rw-r--r-- | community/xmms2/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index 571ed19af..1a5740fcb 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -5,7 +5,7 @@ pkgname=xmms2 pkgver=0.8DrO_o pkgrel=23 pkgdesc="complete rewrite of the popular music player" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://xmms2.org/" license=('LGPL') backup=('etc/conf.d/xmms2d.conf') @@ -15,6 +15,7 @@ makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib' 'libdiscid' 'libcdio-paranoia' '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' @@ -36,6 +37,7 @@ optdepends=('alsa-lib: ALSA audio output' 'libshout: Icecast audio output' 'libvorbis: Ogg Vorbis support' 'libxml2: XSPF and podcast support' + 'perl: Perl language bindings' 'mpg123: alternative MP3 plugin' 'perl: Perl language bindings' 'pulseaudio: PulseAudio audio output' @@ -44,6 +46,7 @@ optdepends=('alsa-lib: ALSA audio output' 'smbclient: direct CIFS/SMB access' 'speex: Speex support' 'wavpack: WavPack support') +[ "$CARCH" = "mips64el" ] || optdepends+=('oss: OSS audio output') # 'sidplay: to play a Commodore 64 music files AKA zaks' # we do not have sidplay 2 series in repos; also it's # somehow connected with resid i guess(not in repos also) |