summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-10-27 10:29:45 +0200
committerkfg2017-10-27 10:29:45 +0200
commita888f18dd5dfedabe12fc6bc72c19b0d5bd3a0ac (patch)
tree9ae094a3132898c57cc27ecfb94b407b6ca002c6
parent45d8febb226c85acf2e48057a833a82a08ddcae7 (diff)
downloadaur-a888f18dd5dfedabe12fc6bc72c19b0d5bd3a0ac.tar.gz
upgpkg: mingw-w64-ffmpeg 1:3.4-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9f85430c8a9..760aa191158a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 22:57:54 UTC 2017
+# Fri Oct 27 08:29:18 UTC 2017
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
- pkgver = 3.3.3
+ pkgver = 3.4
pkgrel = 1
epoch = 1
url = http://ffmpeg.org/
@@ -32,7 +32,6 @@ pkgbase = mingw-w64-ffmpeg
depends = mingw-w64-openjpeg2
depends = mingw-w64-opus
depends = mingw-w64-libssh
- depends = mingw-w64-schroedinger
depends = mingw-w64-sdl2
depends = mingw-w64-speex
depends = mingw-w64-x264
@@ -42,9 +41,9 @@ pkgbase = mingw-w64-ffmpeg
options = !strip
options = !buildflags
options = staticlibs
- source = https://ffmpeg.org/releases/ffmpeg-3.3.3.tar.xz
- source = https://ffmpeg.org/releases/ffmpeg-3.3.3.tar.xz.asc
- sha256sums = d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e
+ source = https://ffmpeg.org/releases/ffmpeg-3.4.tar.xz
+ source = https://ffmpeg.org/releases/ffmpeg-3.4.tar.xz.asc
+ sha256sums = aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef
sha256sums = SKIP
pkgname = mingw-w64-ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index 066f1c22a0b3..2908d74b362d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-ffmpeg
-pkgver=3.3.3
+pkgver=3.4
pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
@@ -9,19 +9,19 @@ arch=('any')
url="http://ffmpeg.org/"
license=('GPL3')
#TODO: Needs fixed mingw-w64-netcdf package
-#'mingw-w64-netcdf' 'mingw-w64-opencore-amr' 'mingw-w64-openjpeg' 'mingw-w64-opus' 'mingw-w64-libssh' 'mingw-w64-schroedinger'
+#'mingw-w64-netcdf' 'mingw-w64-opencore-amr' 'mingw-w64-openjpeg' 'mingw-w64-opus' 'mingw-w64-libssh'
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-libbluray' 'mingw-w64-libmodplug'
'mingw-w64-libsoxr' 'mingw-w64-libtheora' 'mingw-w64-vid.stab' 'mingw-w64-libwebp' 'mingw-w64-libvorbis' 'mingw-w64-libvpx'
-'mingw-w64-opencore-amr' 'mingw-w64-openjpeg2' 'mingw-w64-opus' 'mingw-w64-libssh' 'mingw-w64-schroedinger'
+'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' 'yasm')
source=(https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz{,.asc})
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('d2a9002cdc6b533b59728827186c044ad02ba64841f1b7cd6c21779875453a1e'
+sha256sums=('aeee06e4d8b18d852c61ebbfe5e1bb7014b1e118e8728c1c2115f91e51bffbef'
'SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -56,7 +56,6 @@ build() {
--enable-libopencore_amrwb \
--enable-libopenjpeg \
--enable-libopus \
- --enable-libschroedinger \
--enable-libsoxr \
--enable-libspeex \
--enable-libssh \