summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Demers2017-04-16 15:10:38 -0400
committerAlexandre Demers2017-04-16 15:11:57 -0400
commit7272c903fc22d23f43e79727bec4a6757132682a (patch)
tree429541c5fe72c680db7033139bc5f19d3242a0a6 /PKGBUILD
parent2ea5ef632af282fe8d77cf16d74d3f6c20a136fb (diff)
downloadaur-7272c903fc22d23f43e79727bec4a6757132682a.tar.gz
Updated to 3.3, fixed build options
Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com> Removed --enable-x11grab and added --enable-libxcb.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecb07cd426fe..e6cdcb7c46bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgbasename=ffmpeg
pkgname=lib32-$_pkgbasename
-pkgver=3.2.4
+pkgver=3.3
pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (32 bit)"
@@ -31,7 +31,7 @@ depends=("$_pkgbasename"
'lib32-libva'
'lib32-libvdpau'
'lib32-libwebp'
- 'lib32-opencore-amr'
+ 'lib32-opencore-amr'
'lib32-openjpeg'
'lib32-openjpeg2'
'lib32-opus'
@@ -58,7 +58,7 @@ source=(
)
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
sha256sums=(
- 'c0fa3593a2e9e96ace3c1757900094437ad96d1d6ca19f057c378b5f394496a4'
+ '21e08647c9e740a4d3b85bf455b31d079fe0faba9555fa9329230e8541cf6bdc'
'SKIP'
)
@@ -102,10 +102,10 @@ build() {
--enable-libvpx \
--enable-libwebp \
--enable-libx264 \
+ --enable-libxcb \
--enable-libxvid \
--enable-shared \
- --enable-version3 \
- --enable-x11grab
+ --enable-version3
# --enable-libdcadec \
# --enable-libx265 \