Update ffmpeg to 3.1.2

This commit is contained in:
Martchus 2016-08-09 20:30:36 +02:00
parent 0d2de5fd7a
commit 928f82f5a3
2 changed files with 8 additions and 8 deletions

View File

@ -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() {

View File

@ -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"