Date: Friday, November 27, 2015 @ 19:15:35 Author: alucryd Revision: 252002
upgpkg: ffmpeg 1:2.8.3-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-27 18:04:26 UTC (rev 252001) +++ PKGBUILD 2015-11-27 18:15:35 UTC (rev 252002) @@ -6,7 +6,7 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=2.8.2 +pkgver=2.8.3 pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' @@ -18,8 +18,8 @@ 'libbluray' 'libmodplug' 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp' 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore' 'zlib' - 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' - 'libx265.so' + 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' + 'libvpx.so' 'libx264.so' 'libx265.so' ) makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm') optdepends=('ladspa: LADSPA filters') @@ -31,7 +31,7 @@ source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc} ffmpeg-2.8.1-libvpxenc-remove-some-unused-ctrl-id-mappings.patch) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel -md5sums=('99f31723326dfe1bfd1bc7521338f2d2' +md5sums=('937a6573ba399cf3e6808c9c6ea3d6d6' 'SKIP' '71be9bcd297cb9ce833bbc5d425c0470') @@ -56,6 +56,7 @@ --enable-ladspa \ --enable-libass \ --enable-libbluray \ + --enable-libdcadec \ --enable-libfreetype \ --enable-libfribidi \ --enable-libgsm \
