summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Widawsky2020-02-06 09:07:36 -0800
committerBen Widawsky2020-02-06 09:19:32 -0800
commit54f2cfdf039da3ac7080db6ff892a5dda574ce4d (patch)
tree14910925b867b30be027d03f3b8e8baaa21f080c /PKGBUILD
parent4a00edd901b6b0563e06268ec3e71b6c58893cb7 (diff)
downloadaur-54f2cfdf039da3ac7080db6ff892a5dda574ce4d.tar.gz
Update to 4.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27057db657f9..4f7b43516d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.2.2
+pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -33,6 +33,7 @@ depends=(
libdrm
libfreetype.so
libiec61883
+ libmfx
libmodplug
libomxil-bellagio
libpulse
@@ -74,7 +75,10 @@ makedepends=(
ladspa
nasm
)
-optdepends=('ladspa: LADSPA filters')
+optdepends=(
+ 'intel-media-sdk: Intel QuickSync support'
+ 'ladspa: LADSPA filters'
+)
provides=(
libavcodec.so
libavdevice.so
@@ -122,6 +126,7 @@ build() {
--enable-libgsm \
--enable-libiec61883 \
--enable-libjack \
+ --enable-libmfx \
--enable-libmodplug \
--enable-libmp3lame \
--enable-libopencore_amrnb \