summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-25 03:30:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-12-25 03:30:52 -0500
commit6a30a4c3c674287b8358a55eda1fef7694a6cba6 (patch)
treece3a590b3c5471563f91b96e26cb9421bd0383a8 /community
parent61b2c6564f458d7a2a25ee1d4864a1b2f88f4bad (diff)
Fix makedepends in jack2
Diffstat (limited to 'community')
-rw-r--r--community/jack2/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/jack2/PKGBUILD b/community/jack2/PKGBUILD
index d3e1155a9..26d285379 100644
--- a/community/jack2/PKGBUILD
+++ b/community/jack2/PKGBUILD
@@ -14,9 +14,8 @@ arch=('i686' 'x86_64' 'mips64el')
url="http://jackaudio.org/"
backup=(etc/security/limits.d/99-audio.conf)
license=('GPL')
-makedepends=('python2' 'celt'
+makedepends=('python2' 'libffado' 'celt'
'libsamplerate' 'dbus-core')
-[ "$CARCH" != "mips64el" ] && makedepends+=('libffado')
source=("https://dl.dropbox.com/u/28869550/jack-1.9.9.5.tar.bz2"
'99-audio.conf'
'40-hpet-permissions.rules')