summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-04-14 13:00:49 +0200
committerkfg2017-04-14 13:00:49 +0200
commit4be8b9cc36dc2c80fe33c8f2277cbfb44856dfcc (patch)
tree3643f34144279b6535f87cb940edf6a269fd4f9c
parent5a0968363a8789760e684e5d5117432aa09fc806 (diff)
downloadaur-4be8b9cc36dc2c80fe33c8f2277cbfb44856dfcc.tar.gz
keep EXEs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad2cb33245e7..28ee641211ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 13 21:01:49 UTC 2017
+# Fri Apr 14 11:00:33 UTC 2017
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://ffmpeg.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8634aadf936b..28d9a282f0bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-ffmpeg
pkgver=3.3
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
arch=('any')
@@ -71,8 +71,7 @@ build() {
--enable-zlib \
--enable-shared \
--enable-version3 \
- --disable-doc \
- --disable-programs
+ --disable-doc
make
done
@@ -83,6 +82,7 @@ package() {
cd "${srcdir}"/build-${_arch}
make DESTDIR="$pkgdir" install
+ ${_arch}-strip -s "${pkgdir}"/usr/${_arch}/bin/*.exe
${_arch}-strip --strip-unneeded "${pkgdir}"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "${pkgdir}"/usr/${_arch}/lib/*.a