summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2019-06-13 15:03:43 -0300
committerGonzalo Exequiel Pedone2019-06-13 15:03:43 -0300
commit54ce9cf28548540751aafe15e21a759d5b762698 (patch)
tree7318edc5f190796f8e4208c28edd09ea8075f9e8
parent0d5683ea8f2b8a304f50f66307e34075eb51567c (diff)
downloadaur-54ce9cf28548540751aafe15e21a759d5b762698.tar.gz
Added libwebp to the dependencies.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 615474abe738..47c7d1f6d08a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-aarch64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (android)
pkgver = 4.1.3
- pkgrel = 4
+ pkgrel = 5
url = http://ffmpeg.org/
arch = any
license = GPL3
@@ -13,6 +13,7 @@ pkgbase = android-aarch64-ffmpeg
depends = android-aarch64-libtheora
depends = android-aarch64-libvorbis
depends = android-aarch64-libvpx
+ depends = android-aarch64-libwebp
depends = android-aarch64-opus
depends = android-aarch64-speex
depends = android-aarch64-zlib
diff --git a/PKGBUILD b/PKGBUILD
index ed29c0bbde11..c07f23da4d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ source android-env ${_android_arch}
pkgname=android-${_android_arch}-ffmpeg
pkgver=4.1.3
-pkgrel=4
+pkgrel=5
pkgdesc="Complete solution to record, convert and stream audio and video (android)"
arch=('any')
url="http://ffmpeg.org/"
@@ -15,6 +15,7 @@ depends=("android-${_android_arch}-bzip2"
"android-${_android_arch}-libtheora"
"android-${_android_arch}-libvorbis"
"android-${_android_arch}-libvpx"
+ "android-${_android_arch}-libwebp"
"android-${_android_arch}-opus"
"android-${_android_arch}-speex"
"android-${_android_arch}-zlib")
@@ -93,6 +94,7 @@ build() {
--enable-libtheora
--enable-libvorbis
--enable-libvpx
+ --enable-libwebp
--enable-libopus
--enable-zlib"