[arch-commits] Commit in ffmpeg/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Feb 22 02:22:39 UTC 2009


    Date: Saturday, February 21, 2009 @ 21:22:39
  Author: eric
Revision: 27456

upgpkg: ffmpeg 20090217-1
    Upstream update, Rebuilt against faad2 2.7, Rebuilt against x264 20090216, Added qt-faststart utility (close FS#13298)

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-22 02:15:09 UTC (rev 27455)
+++ PKGBUILD	2009-02-22 02:22:39 UTC (rev 27456)
@@ -3,16 +3,16 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20081220
+pkgver=20090217
 pkgrel=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=(i686 x86_64)
 url="http://ffmpeg.mplayerhq.hu/"
 license=('GPL')
-depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.6.1' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20090108' 'libtheora')
+depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20090216' 'libtheora')
 #remake snapshot with: svn export svn://svn.mplayerhq.hu/ffmpeg/trunk@14236
-source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}-16503.tar.bz2)
-md5sums=('3df85782e9fbbb4a40c6b807baaf6808')
+source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}-17395.tar.bz2)
+md5sums=('009b3cd4d406026f589e41e6d76b0b7d')
 
 build() {
   cd "$srcdir/$pkgname" || return 1
@@ -35,9 +35,11 @@
   || return 1
 
   make || return 1
+  make tools/qt-faststart || return 1
   make doc/ff{mpeg,play,server}.1 || return 1
 
   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 $startdir/pkg/usr/lib/*.a || return 1




More information about the arch-commits mailing list