diff options
Diffstat (limited to 'extra/pulseaudio/PKGBUILD')
-rw-r--r-- | extra/pulseaudio/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/pulseaudio/PKGBUILD b/extra/pulseaudio/PKGBUILD index 7bb41eae2..b00479618 100644 --- a/extra/pulseaudio/PKGBUILD +++ b/extra/pulseaudio/PKGBUILD @@ -9,13 +9,14 @@ pkgname=(pulseaudio libpulse) pkgdesc="A featureful, general-purpose sound server" pkgver=4.0 pkgrel=6 -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.freedesktop.org/wiki/Software/PulseAudio" license=(LGPL AGPL3) makedepends=(libasyncns libcap attr libxtst libsm libsamplerate libtool rtkit speex tdb systemd dbus avahi bluez bluez-libs gconf intltool jack sbc - lirc-utils openssl fftw orc json-c gtk3 webrtc-audio-processing + openssl fftw orc json-c gtk3 webrtc-audio-processing check git) +[ "$CARCH" != "mips64el" ] && makedepends+=(lirc-utils) options=(!emptydirs) #source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz source=($pkgbase-$pkgver::git://anongit.freedesktop.org/pulseaudio/pulseaudio#commit=09e88de @@ -56,9 +57,9 @@ package_pulseaudio() { 'bluez-libs: bluetooth support' 'gconf: configuration through gconf (paprefs)' 'jack: jack support' - 'lirc-utils: infra-red support' 'openssl: RAOP support' 'python-pyqt: Equalizer GUI (qpaeq)') +[ "$CARCH" = "mips64el" ] || optdepends+=('lirc-utils: infra-red support') backup=(etc/pulse/{daemon.conf,default.pa,system.pa}) install=pulseaudio.install |