Date: Tuesday, June 28, 2016 @ 10:58:08 Author: alucryd Revision: 270758
upgpkg: ffmpeg 1:3.1-1 Modified: ffmpeg/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-28 10:50:25 UTC (rev 270757) +++ PKGBUILD 2016-06-28 10:58:08 UTC (rev 270758) @@ -6,8 +6,8 @@ # Contributor: Paul Mattal <[email protected]> pkgname=ffmpeg -pkgver=3.0.2 -pkgrel=2 +pkgver=3.1 +pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video' arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp' 'netcdf' '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') + 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' + 'libx264.so' 'libx265.so') makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm') optdepends=('ladspa: LADSPA filters') provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so' @@ -27,7 +27,7 @@ 'libswscale.so') source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') -sha256sums=('30e3c77c2f4c358ed087869455a7496cbd7753a5e1b98d20ba49c1004009fd36' +sha256sums=('2100fca81627e6cbe937fd6a071ae89277c02350538944b2b0c3c2cc71d9402a' 'SKIP') build() { @@ -46,7 +46,6 @@ --enable-ladspa \ --enable-libass \ --enable-libbluray \ - --enable-libdcadec \ --enable-libfreetype \ --enable-libfribidi \ --enable-libgsm \
