summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-05-05 18:03:43 -0300
committerGonzalo Exequiel Pedone2019-05-05 18:03:43 -0300
commitb974e5a0981ad6454fe4b6cabf65ac50f0d7546e (patch)
tree47061cc71464b4d5e6b79d97d98fcee21bef077d
parent668372fb69727336ff4375ea8dfbeea31c0c89f6 (diff)
downloadaur-b974e5a0981ad6454fe4b6cabf65ac50f0d7546e.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 78c5f7360887..b8e0ee2dcf26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
# Generated by mksrcinfo v8
-# miƩ abr 24 14:13:49 UTC 2019
+# dom may 5 21:02:24 UTC 2019
pkgbase = android-armv7a-eabi-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-armv7a-eabi-bzip2
+ depends = android-armv7a-eabi-lame
depends = android-armv7a-eabi-libtheora
depends = android-armv7a-eabi-libvorbis
depends = android-armv7a-eabi-libvpx
depends = android-armv7a-eabi-opus
+ depends = android-armv7a-eabi-speex
depends = android-armv7a-eabi-zlib
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 00d1e9ab6483..32d08d13e14c 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