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

Eric Bélanger eric at archlinux.org
Sun Jan 11 23:04:11 UTC 2009


    Date: Sunday, January 11, 2009 @ 18:04:11
  Author: eric
Revision: 24006

upgpkg: ffmpeg 20081220-1
    upstream update, built against x264 20090108, removed a52dec depends as the liba52 wrapper was removed upstream

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 22:55:28 UTC (rev 24005)
+++ PKGBUILD	2009-01-11 23:04:11 UTC (rev 24006)
@@ -3,16 +3,16 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20080715
-pkgrel=3
+pkgver=20081220
+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=('LGPL')
-depends=('lame' 'sdl' 'libvorbis' 'a52dec' 'faad2>=2.6.1' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20080625' 'libtheora')
+depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.6.1' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20090108' 'libtheora')
 #remake snapshot with: svn export svn://svn.mplayerhq.hu/ffmpeg/trunk@14236
-source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-20080715-14236.tar.bz2)
-md5sums=('899ee3dd56a779b1152e48a94fde69f0')
+source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}-16503.tar.bz2)
+md5sums=('3df85782e9fbbb4a40c6b807baaf6808')
 
 build() {
   cd "$srcdir/$pkgname" || return 1
@@ -24,7 +24,6 @@
   --enable-libvorbis \
   --enable-libfaac \
   --enable-libfaad \
-  --enable-liba52 \
   --enable-libxvid \
   --enable-libx264 \
   --enable-libtheora \
@@ -35,11 +34,10 @@
   --enable-swscale \
   || return 1
 
-  make -j 2 || return 1
+  make || return 1
   make doc/ff{mpeg,play,server}.1 || return 1
 
-  make DESTDIR="$pkgdir" install || return 1
-  make DESTDIR="$pkgdir" install-man || return 1
+  make DESTDIR="$pkgdir" install install-man || 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