summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2019-02-12 22:05:04 +0100
committerkfg2019-02-12 22:05:04 +0100
commitb74fb62fd5098c46da59d7e8da716ab79d94b520 (patch)
tree9285e580cac29b875d7c45a22616934432782c5b
parent152c94aaf5e1539d32d8da0c12642c6281cc14bc (diff)
downloadaur-b74fb62fd5098c46da59d7e8da716ab79d94b520.tar.gz
upgpkg: mingw-w64-ffmpeg 1:4.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD36
2 files changed, 33 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffef435401f0..6458250fc080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 6 18:58:57 UTC 2018
+# Tue Feb 12 21:04:48 UTC 2019
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
- pkgver = 4.1
+ pkgver = 4.1.1
pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
@@ -44,7 +44,7 @@ pkgbase = mingw-w64-ffmpeg
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=n4.1.1
source = configure.patch
sha256sums = SKIP
sha256sums = 3cec5d47cd190cc9cf7969b2c2c94690d7b15ffb5d7147bdd4e60eecb0991eed
diff --git a/PKGBUILD b/PKGBUILD
index ca583210a1cd..901eb0e978b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-ffmpeg
-pkgver=4.1
+pkgver=4.1.1
pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
@@ -9,11 +9,35 @@ arch=('any')
url="http://ffmpeg.org/"
license=('GPL3')
depends=(
-'mingw-w64-aom' '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-libbluray' 'mingw-w64-libmodplug'
-'mingw-w64-libsoxr' 'mingw-w64-libtheora' 'mingw-w64-vid.stab' 'mingw-w64-libwebp' 'mingw-w64-libxml2' 'mingw-w64-libvorbis' 'mingw-w64-libvpx'
-'mingw-w64-opencore-amr' 'mingw-w64-openjpeg2' 'mingw-w64-opus' 'mingw-w64-libssh'
-'mingw-w64-sdl2' 'mingw-w64-speex' 'mingw-w64-x264' 'mingw-w64-xvidcore' 'mingw-w64-zlib' 'mingw-w64-x265'
+ 'mingw-w64-aom'
+ '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-libbluray'
+ 'mingw-w64-libmodplug'
+ 'mingw-w64-libsoxr'
+ 'mingw-w64-libtheora'
+ 'mingw-w64-vid.stab'
+ 'mingw-w64-libwebp'
+ 'mingw-w64-libxml2'
+ 'mingw-w64-libvorbis'
+ 'mingw-w64-libvpx'
+ 'mingw-w64-opencore-amr'
+ 'mingw-w64-openjpeg2'
+ 'mingw-w64-opus'
+ 'mingw-w64-libssh'
+ 'mingw-w64-sdl2'
+ 'mingw-w64-speex'
+ 'mingw-w64-x264'
+ 'mingw-w64-xvidcore'
+ 'mingw-w64-zlib'
+ 'mingw-w64-x265'
)
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'git' 'yasm')