From 928f82f5a35483a2e85b8abf4c26ea96cacf8a87 Mon Sep 17 00:00:00 2001 From: Martchus Date: Tue, 9 Aug 2016 20:30:36 +0200 Subject: [PATCH] Update ffmpeg to 3.1.2 --- ffmpeg/libfdk_aac/PKGBUILD | 6 +++--- ffmpeg/mingw-w64/PKGBUILD | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ffmpeg/libfdk_aac/PKGBUILD b/ffmpeg/libfdk_aac/PKGBUILD index a6eb04e4..8a00e8d7 100644 --- a/ffmpeg/libfdk_aac/PKGBUILD +++ b/ffmpeg/libfdk_aac/PKGBUILD @@ -9,8 +9,8 @@ _name=ffmpeg pkgname=ffmpeg-libfdk_aac -pkgver=3.1.1 -pkgrel=1.2 +pkgver=3.1.2 +pkgrel=1 epoch=1 pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)' arch=('i686' 'x86_64') @@ -31,7 +31,7 @@ provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so' conflicts=("$_name") source=(http://ffmpeg.org/releases/$_name-$pkgver.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel -sha256sums=('a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4' +sha256sums=('62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7' 'SKIP') build() { diff --git a/ffmpeg/mingw-w64/PKGBUILD b/ffmpeg/mingw-w64/PKGBUILD index 29bf3ee0..2217ddb8 100644 --- a/ffmpeg/mingw-w64/PKGBUILD +++ b/ffmpeg/mingw-w64/PKGBUILD @@ -4,12 +4,12 @@ # This version includes the programs in contrast to the version found in the AUR. pkgname=mingw-w64-ffmpeg -pkgver=3.1.1 -pkgrel=1.1 +pkgver=3.1.2 +pkgrel=1 epoch=1 -pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)" +pkgdesc='Complete solution to record, convert and stream audio and video (mingw-w64)' arch=('any') -url="https://ffmpeg.org/" +url='https://ffmpeg.org/' license=('GPL3') depends=('mingw-w64-crt' 'mingw-w64-bzip2' 'mingw-w64-fontconfig' 'mingw-w64-fribidi' 'mingw-w64-gmp' 'mingw-w64-gnutls' 'mingw-w64-gsm' 'mingw-w64-lame' 'mingw-w64-libass' 'mingw-w64-dcadec' 'mingw-w64-libbluray' 'mingw-w64-libmodplug' @@ -20,7 +20,7 @@ options=(!strip !buildflags staticlibs) makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'yasm') source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc}) validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') -sha256sums=('a5bca50a90a37b983eaa17c483a387189175f37ca678ae7e51d43e7610b4b3b4' +sha256sums=('62eb8d810b93c1ffc23739c0824a91eabfe5e7be81fab34ce740736a110b70f7' 'SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32"