summaryrefslogtreecommitdiff
path: root/community/ffmpeg-compat/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-12 15:49:56 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-12 15:49:56 +0100
commitf9ccebc80482f10f4f97da46d01eade35f4d89a3 (patch)
tree7a8cc76c959d21546aef2061416d298e6466ceb4 /community/ffmpeg-compat/PKGBUILD
parent0d8a4ef4bd5b907e4fc86a7ed9fe63262b4b1bb8 (diff)
Rebuild ffmpeg-compat without unneeded dependencies.
Diffstat (limited to 'community/ffmpeg-compat/PKGBUILD')
-rw-r--r--community/ffmpeg-compat/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD
index 8805a74c2..dc3df46e9 100644
--- a/community/ffmpeg-compat/PKGBUILD
+++ b/community/ffmpeg-compat/PKGBUILD
@@ -6,13 +6,17 @@
pkgname=ffmpeg-compat
pkgver=20120509
-pkgrel=2
+pkgrel=2.1
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
arch=('i686' 'x86_64' 'mips64el')
url="http://ffmpeg.org/"
license=('GPL')
-depends=(alsa-lib bzip2 gsm lame libpulse libtheora libva libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib)
-makedepends=('yasm' 'git' 'libvdpau')
+depends=(alsa-lib bzip2 gsm lame libpulse libtheora libvorbis libvpx opencore-amr openjpeg rtmpdump schroedinger sdl speex x264 xvidcore zlib)
+makedepends=('git')
+if [ "$CARCH" != "mips64el" ]; then
+ depends+=(libva)
+ makedepends+=('yasm' 'libvdpau')
+fi
#git clone git://git.videolan.org/ffmpeg.git
source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-$pkgver.tar.xz)
md5sums=('a35359e424608f369d380f03e4dc9966')