Date: Monday, March 28, 2011 @ 14:31:58 Author: ibiru Revision: 117099
upgpkg: ffmpeg 20110327-1 x264 rebuild and bump to latest revision. it should have -mt included Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-28 18:20:47 UTC (rev 117098) +++ PKGBUILD 2011-03-28 18:31:58 UTC (rev 117099) @@ -4,19 +4,17 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=20110121 -pkgrel=2 +pkgver=20110327 +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') makedepends=('yasm' 'git') -#git clone git://git.ffmpeg.org/ffmpeg.git -source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz) -options=('force') -#source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2) -md5sums=('73080643ae7702d4164da92b9e6fedb6') +#git clone git://git.videolan.org/ffmpeg.git +source=(ftp://ftp.archlinux.org/other/ffmpeg/${pkgname}-${pkgver}.tar.xz) +md5sums=('05ec9b02a8498ae576907710bf0f3421') build() { cd "$srcdir/$pkgname"
