Date: Monday, June 28, 2010 @ 20:13:50 Author: ibiru Revision: 84304 upgpkg: ffmpeg 23619-1 downgrade to fix mpd crashes
Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-28 22:46:33 UTC (rev 84303) +++ PKGBUILD 2010-06-29 00:13:50 UTC (rev 84304) @@ -4,18 +4,19 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=23792 +pkgver=23619 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') url="http://ffmpeg.org/" license=('GPL') -depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg') +depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg' 'faad2') makedepends=('yasm') #remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23619 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz) +options=('force') #source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2) -md5sums=('ae746d08502b11bc1d91dd8b2fc0f8e1') +md5sums=('8326d9d504d340c390337fe9a2d302e4') build() { cd "$srcdir/$pkgname" || return 1 @@ -41,6 +42,7 @@ --enable-version3 \ --enable-nonfree \ --enable-runtime-cpudetect \ + --enable-libfaad \ --disable-debug || return 1 # libfaac is nonfree make || return 1
