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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Oct 15 09:03:34 UTC 2014


    Date: Wednesday, October 15, 2014 @ 11:03:34
  Author: bpiotrowski
Revision: 224385

upgpkg: ffmpeg 1:2.4.2-2

use makepkg's stripping instead of ffmpeg's one

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-15 09:03:31 UTC (rev 224384)
+++ PKGBUILD	2014-10-15 09:03:34 UTC (rev 224385)
@@ -1,4 +1,4 @@
-#b $Id$
+# $Id$
 # Maintainer:  Ionut Biru <ibiru at archlinux.org>
 # Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
@@ -6,7 +6,7 @@
 
 pkgname=ffmpeg
 pkgver=2.4.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -30,6 +30,7 @@
     --prefix=/usr \
     --disable-debug \
     --disable-static \
+    --disable-stripping \
     --enable-avisynth \
     --enable-avresample \
     --enable-fontconfig \
@@ -62,7 +63,7 @@
     --enable-swresample \
     --enable-vdpau \
     --enable-version3 \
-    --enable-x11grab
+    --enable-x11grab \
 
   make
   make tools/qt-faststart



More information about the arch-commits mailing list