Date: Sunday, April 3, 2016 @ 14:12:22 Author: alucryd Revision: 263824
upgpkg: ffmpeg 1:3.0.1-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-03 09:41:41 UTC (rev 263823) +++ PKGBUILD 2016-04-03 12:12:22 UTC (rev 263824) @@ -6,7 +6,7 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=3.0 +pkgver=3.0.1 pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' @@ -14,9 +14,10 @@ url='http://ffmpeg.org/' license=('GPL3') depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame' - 'libass' 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' - 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' - 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' + 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug' + 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp' + 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' + 'v4l-utils' 'xvidcore' 'zlib' 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so') makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm') @@ -26,7 +27,7 @@ 'libswscale.so') source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') -sha256sums=('f19ff77a2f7f736a41dd1499eef4784bf3cb7461f07c13a268164823590113c0' +sha256sums=('f7f7052c120f494dd501f96becff9b5a4ae10cfbde97bc2f1e9f0fd6613a4984' 'SKIP') build() { @@ -49,6 +50,7 @@ --enable-libfreetype \ --enable-libfribidi \ --enable-libgsm \ + --enable-libiec61883 \ --enable-libmodplug \ --enable-libmp3lame \ --enable-libopencore_amrnb \
