summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Widawsky2015-11-10 18:47:25 -0800
committerBen Widawsky2015-11-10 18:47:42 -0800
commit012521a2608c189e8f2eea35fd9db83c9cae9404 (patch)
tree47e9cf72c889ce335e329caef9d38480de4b0ec5 /PKGBUILD
parent9f35f14201fd62d106fa8515e3a6f64a86e92c28 (diff)
downloadaur-012521a2608c189e8f2eea35fd9db83c9cae9404.tar.gz
Update to 2.8.1
Also pull in the upstream change for libvidstab (whatever that is)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23fa15df4258..9aab0ceae04c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
-pkgver=2.8
+pkgver=2.8.1
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
@@ -34,7 +34,7 @@ provides=(
conflicts=("$_name")
source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('5eb3839e23c9ca396fabd0ebbe293ea2'
+md5sums=('63b2cfeea930e942ff7579fd0064c5be'
'SKIP')
build() {
@@ -69,6 +69,7 @@ build() {
--enable-libssh \
--enable-libtheora \
--enable-libv4l2 \
+ --enable-libvidstab \
--enable-libvorbis \
--enable-libvpx \
--enable-libwebp \