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

Paul Mattal paul at archlinux.org
Tue Jul 15 23:33:24 UTC 2008


    Date: Tuesday, July 15, 2008 @ 19:33:23
  Author: paul
Revision: 5409

upgpkg: ffmpeg 20080715-1
    update to 14236 snapshot, addresses #10874

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-15 23:15:35 UTC (rev 5408)
+++ PKGBUILD	2008-07-15 23:33:23 UTC (rev 5409)
@@ -3,16 +3,16 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=ffmpeg
-pkgver=20080625
+pkgver=20080715
 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' 'faac' 'xvidcore' 'zlib' 'imlib2' 'x264>=20080625' 'libtheora')
-source=(http://ffmpeg.mplayerhq.hu/ffmpeg-export-snapshot.tar.bz2)
-source=(ftp://ftp.archlinux.org/other/ffmpeg/ffmpeg-20080625-13984.tar.bz2)
-md5sums=('ed92592b2024a5ad8aa484e2c87dfd61')
+#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')
 
 build() {
   cd "$srcdir/$pkgname" || return 1
@@ -40,6 +40,9 @@
 
   make DESTDIR="$pkgdir" install || return 1
   make DESTDIR="$pkgdir" install-man || return 1
+
+  # since pacman currently declines to strip libavcodec.a, do this for now
+  strip $startdir/pkg/usr/lib/libavcodec.a || return 1
 }
 
 # vim:set ts=2 sw=2 et:





More information about the arch-commits mailing list