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

Eric Bélanger eric at archlinux.org
Sun Apr 19 22:51:02 UTC 2009


    Date: Sunday, April 19, 2009 @ 18:51:02
  Author: eric
Revision: 36082

upgpkg: ffmpeg 0.5-1
    Upstream update - switch to stable 0.5 version, Built against x264 20090416

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-19 22:14:58 UTC (rev 36081)
+++ PKGBUILD	2009-04-19 22:51:02 UTC (rev 36082)
@@ -3,19 +3,21 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20090217
+pkgver=0.5
 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.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20090216' 'libtheora')
+depends=('lame' 'sdl' 'libvorbis' 'faad2>=2.7' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20090416' 'libtheora')
+options=('force')
 #remake snapshot with: svn export svn://svn.mplayerhq.hu/ffmpeg/trunk@14236
-source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}-17395.tar.bz2)
-md5sums=('009b3cd4d406026f589e41e6d76b0b7d')
+#source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-${pkgver}-17395.tar.bz2)
+source=(http://ffmpeg.mplayerhq.hu/releases/ffmpeg-${pkgver}.tar.bz2)
+md5sums=('be8503f15c3b81ba00eb8379ca8dcf33')
 
 build() {
-  cd "$srcdir/$pkgname" || return 1
+  cd "$srcdir/$pkgname-$pkgver" || return 1
 
   ./configure \
   --prefix=/usr \
@@ -39,10 +41,10 @@
   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
+  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
+  strip --strip-debug "$pkgdir"/usr/lib/*.a || return 1
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list