summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2020-03-03 13:29:04 -0300
committerGonzalo Exequiel Pedone2020-03-03 13:29:04 -0300
commit1d1f6308004df8f0bcceec9ae963f3fb2edf30dd (patch)
tree2c0e8d01fb266d729b9a33add396ec9fa86b89b7
parent4151dc39e9ddc586061fed6d3c0f7cd30139467a (diff)
downloadaur-1d1f6308004df8f0bcceec9ae963f3fb2edf30dd.tar.gz
Added fribidi support.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e477d403add1..1eccb2e783d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (android)
pkgver = 4.2.2
- pkgrel = 2
+ pkgrel = 3
url = http://ffmpeg.org/
arch = any
license = GPL3
@@ -9,6 +9,7 @@ pkgbase = android-x86-64-ffmpeg
makedepends = android-pkg-config
makedepends = yasm
depends = android-x86-64-bzip2
+ depends = android-x86-64-fribidi
depends = android-x86-64-lame
depends = android-x86-64-libssh
depends = android-x86-64-libtheora
diff --git a/PKGBUILD b/PKGBUILD
index b92a73a7ec66..67704c22dfe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ _android_arch=x86-64
pkgname=android-${_android_arch}-ffmpeg
pkgver=4.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Complete solution to record, convert and stream audio and video (android)"
arch=('any')
url="http://ffmpeg.org/"
license=('GPL3')
depends=("android-${_android_arch}-bzip2"
+ "android-${_android_arch}-fribidi"
"android-${_android_arch}-lame"
"android-${_android_arch}-libssh"
"android-${_android_arch}-libtheora"
@@ -93,6 +94,7 @@ build() {
--disable-v4l2-m2m
--disable-indev=v4l2
--disable-outdev=v4l2
+ --enable-libfribidi
--enable-libmp3lame
--enable-libopus
--enable-libspeex