summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2018-02-12 20:54:33 +0100
committerFrédéric Mangano-Tarumi2018-02-12 20:54:33 +0100
commit40245819ce4d6af3b7ecb5c3e8e54016d3d96a5d (patch)
treea4726053eb7569d2db771aa1e1b38e733ea9927a /PKGBUILD
parent52803415c325da56fd4f5784ff94ae8a8c155a20 (diff)
downloadaur-40245819ce4d6af3b7ecb5c3e8e54016d3d96a5d.tar.gz
ffmpeg 3.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 557b5b222735..96da04ea4aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
# Upstream: https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/master/extra/ffmpeg/PKGBUILD
pkgname=ffmpeg-mmal
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=1
epoch=1
pkgdesc='ffmpeg built with MMAL hardware acceleration support for Raspberry Pi'
@@ -21,8 +21,9 @@ license=('GPL3')
depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex'
- 'v4l-utils' 'xz' 'zlib'
+ 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
+ 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libomxil-bellagio'
'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so'
@@ -36,7 +37,7 @@ conflicts=('ffmpeg')
source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc}
'fs56089.patch')
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('5a77278a63741efa74e26bf197b9bb09ac6381b9757391b922407210f0f991c0'
+sha256sums=('2b92e9578ef8b3e49eeab229e69305f5f4cbc1fdaa22e927fc7fca18acccd740'
'SKIP'
'0bfcd12d1992903f21c146ae56d9ad89b52818cfb2303197ee905347c25a5427')
@@ -90,10 +91,13 @@ build() {
--enable-libx264 \
--enable-libx265 \
--enable-libxcb \
+ --enable-libxml2 \
--enable-libxvid \
--enable-mmal \
--enable-shared \
--enable-version3 \
+ --enable-omx \
+ --enable-omx-rpi \
$CONFIG
make