[arch-commits] Commit in ffmpeg/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Jul 16 02:44:24 UTC 2008


    Date: Tuesday, July 15, 2008 @ 22:44:24
  Author: eric
Revision: 5454

Merged revisions 5430-5453 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/ffmpeg/trunk

........
  r5450 | paul | 2008-07-15 22:07:25 -0400 (Tue, 15 Jul 2008) | 2 lines
  
  upgpkg: ffmpeg 20080715-2
      better stripping logic, to make things smaller
........

Modified:
  ffmpeg/repos/testing-x86_64/	(properties)
  ffmpeg/repos/testing-x86_64/PKGBUILD

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


Property changes on: ffmpeg/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /ffmpeg/trunk:1-5429
   + /ffmpeg/trunk:1-5453

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-07-16 02:10:42 UTC (rev 5453)
+++ testing-x86_64/PKGBUILD	2008-07-16 02:44:24 UTC (rev 5454)
@@ -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