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 <[email protected]> # Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: Tom Newsom <[email protected]> @@ -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
