summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-05-05 18:04:24 -0300
committerGonzalo Exequiel Pedone2019-05-05 18:04:24 -0300
commit946be312639c88a22bf05b948860576a704e34e6 (patch)
tree8cebf64d9208a2fe6d5fb9b595c745e734ae7ef9
parent4a2879a6b3c6d70075b5aae751013befbae3a36f (diff)
downloadaur-946be312639c88a22bf05b948860576a704e34e6.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 721fac4e2b86..4571025a628f 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:25 UTC 2019
pkgbase = android-x86-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-x86-bzip2
+ depends = android-x86-lame
depends = android-x86-libtheora
depends = android-x86-libvorbis
depends = android-x86-libvpx
depends = android-x86-opus
+ depends = android-x86-speex
depends = android-x86-zlib
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 0b4e201295e4..4b59f2843652 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