Update ffmpeg to 3.2.4

This commit is contained in:
Martchus 2017-02-15 00:36:14 +01:00
parent 35f75998b4
commit 752385df31
2 changed files with 6 additions and 6 deletions

View File

@ -9,8 +9,8 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=3.2.2
pkgrel=1.1
pkgver=3.2.4
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
arch=('i686' 'x86_64')
@ -34,7 +34,7 @@ provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
conflicts=("$_name")
source=(https://ffmpeg.org/releases/$_name-$pkgver.tar.xz{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
sha256sums=('6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a'
'SKIP')
build() {

View File

@ -6,8 +6,8 @@
_name=ffmpeg
pkgname=mingw-w64-ffmpeg
pkgver=3.2.2
pkgrel=1.1
pkgver=3.2.4
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (mingw-w64)'
arch=('any')
@ -23,7 +23,7 @@ options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'yasm')
source=(https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
sha256sums=('6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a'
'SKIP')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'