From 46b09e45f8e5ebd5520dde4ab46acd12d8288138 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Wed, 6 Jun 2012 22:49:45 +0200 Subject: Build deadbeef without yasm, we don't want x86 binaries on mips64el. --- community/deadbeef/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community') 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' -- cgit v1.2.3-54-g00ecf