Update ffmpeg to 3.2.2

Ignoring warning about libnetcdf.so
(dependency also present in regular package)
This commit is contained in:
Martchus 2016-12-10 11:15:48 +01:00
parent 02970d0dc1
commit 89eb870537
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=3.2.1
pkgver=3.2.2
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
@ -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=('1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf'
sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
'SKIP')
build() {

View File

@ -6,7 +6,7 @@
_name=ffmpeg
pkgname=mingw-w64-ffmpeg
pkgver=3.2.1
pkgver=3.2.2
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (mingw-w64)'
@ -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=('1ecf93da5d601e6fb3096c65cbe33fdaf042d690a3c50c4efadb0a9b74f2badf'
sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
'SKIP')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'