Date: Tuesday, June 15, 2010 @ 17:22:06 Author: ibiru Revision: 82699
upgpkg: ffmpeg 23619-1 add libvpx support Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-15 21:21:31 UTC (rev 82698) +++ PKGBUILD 2010-06-15 21:22:06 UTC (rev 82699) @@ -4,18 +4,18 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=23536 +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' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger') +depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx') makedepends=('yasm') -#remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23536 +#remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23619 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz) #source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2) -md5sums=('64783a004c1f4c99b952cd76f236b8be') +md5sums=('8326d9d504d340c390337fe9a2d302e4') build() { cd "$srcdir/$pkgname" || return 1 @@ -29,6 +29,7 @@ --enable-libfaad \ --enable-libxvid \ --enable-libx264 \ + --enable-libvpx \ --enable-libtheora \ --enable-postproc \ --enable-shared \
