Date: Friday, January 21, 2011 @ 08:14:01 Author: ibiru Revision: 107117
upgpkg: ffmpeg 20110121-1 previous snapshot had h264 lossless broken, use git since svn is now readonly Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-01-21 11:16:54 UTC (rev 107116) +++ PKGBUILD 2011-01-21 13:14:01 UTC (rev 107117) @@ -4,7 +4,7 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=26387 +pkgver=20110121 pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') @@ -12,11 +12,11 @@ license=('GPL') depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger' 'libvpx' 'libva' 'openjpeg') makedepends=('yasm') -#remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@25472 +#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=('02be9ac7cd09ca20d928740357c3f488') +md5sums=('73080643ae7702d4164da92b9e6fedb6') build() { cd "$srcdir/$pkgname"
