summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-05-05 18:03:19 -0300
committerGonzalo Exequiel Pedone2019-05-05 18:03:19 -0300
commit08453dca49ef953988cebbb173886ae5e508735f (patch)
treefc9d34358e14d1b3f07c0c74b9041a8217207b80
parentdfbff90d3c60fe7ba41621bb2c5fa3892c5d9b52 (diff)
downloadaur-08453dca49ef953988cebbb173886ae5e508735f.tar.gz
Added more dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661d790554a5..4bd9582891ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
# Generated by mksrcinfo v8
-# miƩ abr 24 14:13:48 UTC 2019
+# dom may 5 21:02:24 UTC 2019
pkgbase = android-aarch64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (android)
pkgver = 4.1.3
- pkgrel = 2
+ pkgrel = 3
url = http://ffmpeg.org/
arch = any
license = GPL3
makedepends = android-pkg-config
makedepends = yasm
depends = android-aarch64-bzip2
+ depends = android-aarch64-lame
depends = android-aarch64-libtheora
depends = android-aarch64-libvorbis
depends = android-aarch64-libvpx
depends = android-aarch64-opus
+ depends = android-aarch64-speex
depends = android-aarch64-zlib
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index b40564fbfc7a..cf68cdfb0187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,16 +6,18 @@ source android-env.sh ${_android_arch}
pkgname=android-${_android_arch}-ffmpeg
pkgver=4.1.3
-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}-lame"
"android-${_android_arch}-libtheora"
"android-${_android_arch}-libvorbis"
"android-${_android_arch}-libvpx"
"android-${_android_arch}-opus"
+ "android-${_android_arch}-speex"
"android-${_android_arch}-zlib")
options=(!strip !buildflags staticlibs !emptydirs)
makedepends=('android-pkg-config' 'yasm')
@@ -87,6 +89,8 @@ build() {
--disable-v4l2-m2m
--disable-indev=v4l2
--disable-outdev=v4l2
+ --enable-libmp3lame
+ --enable-libspeex
--enable-libtheora
--enable-libvorbis
--enable-libvpx