summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Tobias2016-10-31 12:38:37 +1100
committerDaniel Tobias2016-10-31 12:38:37 +1100
commit6b2c638eeeef4f9198911137b77921c40e8438b7 (patch)
treefd0c5c8215c62c58f5c4fda7bae32e33fd6cb801 /PKGBUILD
parent1cf16bc1c5d2607864d4cf9f9c60436ac92c8c71 (diff)
downloadaur-6b2c638eeeef4f9198911137b77921c40e8438b7.tar.gz
upstream 3.2, update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 10 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf822bdfc454..127348bbbd2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,22 @@
_pkgname=ffmpeg
pkgname=ffmpeg-headless
-pkgver=3.1.5
+pkgver=3.2
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video; optimised for server (headless) systems'
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url='http://ffmpeg.org/'
license=('GPL3') #enabling libfdk_aac makes ffmpeg incompatible with the GPL!
-depends=('bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' 'libass'
- 'libbluray' 'libmodplug' 'libtheora' 'libwebp' 'opencore-amr'
- 'openjpeg' 'opus' 'schroedinger' 'speex' 'v4l-utils' 'xvidcore' 'zlib'
- 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so'
- 'rtmpdump')
+depends=('bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'lame' 'libmodplug'
+ 'libtheora'
+ 'libwebp' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so'
+ 'libvorbisenc.so' 'libvorbis.so' 'libvpx.so'
+ 'libx264.so' 'libx265.so' 'libxvidcore.so'
+ 'rtmpdump')
optdepends=('vid.stab: Video stabilization library'
'libfdk-aac: AAC-HE support'
'libiec61883: FireWire DV/HDV support'