summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Mangano-Tarumi2016-09-14 13:07:34 +0200
committerFrédéric Mangano-Tarumi2016-09-14 13:07:34 +0200
commitac5f29289e2914c79e1a5716136d6b978fd985a6 (patch)
tree608c59a01137502dd46883ce7678e9796e3b85f6
parent3142858e136ec5b9ff9d86059eb1f07d6de177d4 (diff)
downloadaur-ac5f29289e2914c79e1a5716136d6b978fd985a6.tar.gz
add raspberrypi-firmware-tools to the list of deps
No need to update the pkgrel since it shouldn't change the contents of the package.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8e0ddea2079..0644473804ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -47,6 +47,7 @@ pkgbase = ffmpeg-mmal
depends = libvpx.so
depends = libx264.so
depends = libx265.so
+ depends = raspberrypi-firmware-tools
optdepends = ladspa: LADSPA filters
provides = libavcodec.so
provides = libavdevice.so
diff --git a/PKGBUILD b/PKGBUILD
index d29c6808e8b4..dc1082dc6d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,8 @@ depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
'netcdf' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
'v4l-utils' 'xvidcore' 'zlib'
'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so'
- 'libx264.so' 'libx265.so')
+ 'libx264.so' 'libx265.so'
+ 'raspberrypi-firmware-tools')
makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
optdepends=('ladspa: LADSPA filters')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'