summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-06 22:49:45 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-06 22:49:45 +0200
commit46b09e45f8e5ebd5520dde4ab46acd12d8288138 (patch)
tree05d54630ee4acb82c907908d8fc1f87ddcc24f06 /community
parentc0eda36c51cba767bd1ad53bf2a0a5b4521133eb (diff)
Build deadbeef without yasm, we don't want x86 binaries on mips64el.
Diffstat (limited to 'community')
-rw-r--r--community/deadbeef/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/deadbeef/PKGBUILD b/community/deadbeef/PKGBUILD
index 32dcd10e3..a5c1f0526 100644
--- a/community/deadbeef/PKGBUILD
+++ b/community/deadbeef/PKGBUILD
@@ -12,7 +12,8 @@ license=('GPL2')
depends=('gtk2' 'alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 'libsndfile' 'libcdio' 'libcddb'
'ffmpeg' 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 'libzip'
- 'libsamplerate' 'yasm')
+ 'libsamplerate')
+[ "$CARCH" != "mips64el" ] && makedepends+=('yasm')
optdepends=('libsamplerate: for Resampler plugin'
'libvorbis: for Ogg Vorbis playback'
'libmad: for MP1/MP2/MP3 playback'