summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2019-08-19 20:21:21 -0400
committerFrédéric Mangano-Tarumi2019-08-19 20:21:21 -0400
commit63292693f59162fde4896b6253eacbbaf4474f3a (patch)
treec7a09e81b8af6875b9554ad9f53057b52d96f759
parentcc5f32a5c5cbc97902bdad925788bfcdc345f419 (diff)
downloadaur-63292693f59162fde4896b6253eacbbaf4474f3a.tar.gz
ffmpeg 4.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5686085b5f6..ea47d25a2d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 2 20:26:23 UTC 2019
+# Tue Aug 20 00:17:04 UTC 2019
pkgbase = ffmpeg-mmal
pkgdesc = ffmpeg built with MMAL hardware acceleration support for Raspberry Pi
- pkgver = 4.1.4
+ pkgver = 4.2
pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
@@ -25,6 +25,7 @@ pkgbase = ffmpeg-mmal
depends = libass.so
depends = libavc1394
depends = libbluray.so
+ depends = libdav1d.so
depends = libdrm
depends = libfreetype.so
depends = libiec61883
@@ -72,7 +73,7 @@ pkgbase = ffmpeg-mmal
provides = libswresample.so
provides = libswscale.so
conflicts = ffmpeg
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.4
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.2
sha256sums = SKIP
pkgname = ffmpeg-mmal
diff --git a/PKGBUILD b/PKGBUILD
index 94238164cb38..b85adc4c73b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# Upstream: https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/extra/ffmpeg/PKGBUILD
pkgname=ffmpeg-mmal
-pkgver=4.1.4
+pkgver=4.2
pkgrel=1
epoch=1
pkgdesc='ffmpeg built with MMAL hardware acceleration support for Raspberry Pi'
@@ -32,6 +32,7 @@ depends=(
libass.so
libavc1394
libbluray.so
+ libdav1d.so
libdrm
libfreetype.so
libiec61883
@@ -107,6 +108,7 @@ build() {
--enable-ladspa \
--enable-libass \
--enable-libbluray \
+ --enable-libdav1d \
--enable-libdrm \
--enable-libfreetype \
--enable-libfribidi \