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

Paul Mattal paul at archlinux.org
Wed Jul 16 02:07:25 UTC 2008


    Date: Tuesday, July 15, 2008 @ 22:07:25
  Author: paul
Revision: 5450

upgpkg: ffmpeg 20080715-2
    better stripping logic, to make things smaller

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-16 01:37:12 UTC (rev 5449)
+++ PKGBUILD	2008-07-16 02:07:25 UTC (rev 5450)
@@ -4,7 +4,7 @@
 
 pkgname=ffmpeg
 pkgver=20080715
-pkgrel=1
+pkgrel=2
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=(i686 x86_64)
 url="http://ffmpeg.mplayerhq.hu/"
@@ -41,8 +41,8 @@
   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
+  # since makepkg currently declines to strip .a files, do this for now
+  strip --strip-debug $startdir/pkg/usr/lib/*.a || return 1
 }
 
 # vim:set ts=2 sw=2 et:





More information about the arch-commits mailing list