Date: Tuesday, June 8, 2010 @ 11:59:46 Author: ibiru Revision: 82100 upgpkg: ffmpeg 23536-1 x264 20100607 rebuild, bump to the latest revision
Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-08 15:59:24 UTC (rev 82099) +++ PKGBUILD 2010-06-08 15:59:46 UTC (rev 82100) @@ -4,42 +4,43 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=23328 +pkgver=23536 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>=20100410' 'libtheora' 'opencore-amr>=0.1.2' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger>=1.0.9') +depends=('bzip2' 'lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'x264' 'libtheora' 'opencore-amr' 'alsa-lib' 'libvdpau' 'libxfixes' 'schroedinger') makedepends=('yasm') -#remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23328 +#remake snapshot with: svn export svn://svn.ffmpeg.org/ffmpeg/trunk/@23536 source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}.tar.xz) #source=(http://ffmpeg.org/releases//releases/ffmpeg-${pkgver}.tar.bz2) -sha256sums=('0b9a9452106ee544bb095b1c61870f7b1c1176833220d12ffc52ba5fbf23c18a') +md5sums=('64783a004c1f4c99b952cd76f236b8be') build() { cd "$srcdir/$pkgname" || return 1 ./configure \ - --prefix=/usr \ - --enable-gpl \ - --enable-libmp3lame \ - --enable-libvorbis \ - --enable-libfaac \ - --enable-libfaad \ - --enable-libxvid \ - --enable-libx264 \ - --enable-libtheora \ - --enable-postproc \ - --enable-shared \ - --enable-pthreads \ - --enable-x11grab \ - --enable-libopencore_amrnb \ - --enable-libopencore_amrwb \ - --enable-libschroedinger \ - --enable-version3 \ - --enable-nonfree \ - --enable-runtime-cpudetect || return 1 # libfaac is nonfree + --prefix=/usr \ + --enable-gpl \ + --enable-libmp3lame \ + --enable-libvorbis \ + --enable-libfaac \ + --enable-libfaad \ + --enable-libxvid \ + --enable-libx264 \ + --enable-libtheora \ + --enable-postproc \ + --enable-shared \ + --enable-pthreads \ + --enable-x11grab \ + --enable-libopencore_amrnb \ + --enable-libopencore_amrwb \ + --enable-libschroedinger \ + --enable-version3 \ + --enable-nonfree \ + --enable-runtime-cpudetect \ + --disable-debug || return 1 # libfaac is nonfree make || return 1 make tools/qt-faststart || return 1 @@ -47,9 +48,6 @@ make DESTDIR="$pkgdir" install install-man || return 1 install -D -m755 tools/qt-faststart "$pkgdir/usr/bin/qt-faststart" || return 1 - - # since makepkg currently declines to strip .a files, do this for now - strip --strip-debug "$pkgdir"/usr/lib/*.a || return 1 } # vim:set ts=2 sw=2 et:
