summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2022-06-13 15:29:54 +0200
committerkfg2022-07-01 18:18:40 +0200
commit4750a27728d3c3850c8c99bf4da90bfe0c606e3b (patch)
tree6880d93a11cf6a99036039aebc39c56b10a2f778
parent63675a436fda22b754cedfb38eb5b829c598e714 (diff)
downloadaur-4750a27728d3c3850c8c99bf4da90bfe0c606e3b.tar.gz
upgpkg: mingw-w64-ffmpeg 1:5.0.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD16
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 837e43882108..997329dc67a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
- pkgver = 5.0
- pkgrel = 2
+ pkgver = 5.0.1
+ pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
arch = any
@@ -41,7 +41,6 @@ pkgbase = mingw-w64-ffmpeg
depends = mingw-w64-sdl2
depends = mingw-w64-speex
depends = mingw-w64-srt
- depends = mingw-w64-vmaf
depends = mingw-w64-x264
depends = mingw-w64-xvidcore
depends = mingw-w64-zimg
@@ -50,7 +49,7 @@ pkgbase = mingw-w64-ffmpeg
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=390d6853d0ef408007feb39c0040682c81c02751
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
source = ffmpeg-vmaf2.x.patch
source = add-av_stream_get_first_dts-for-chromium.patch
source = configure.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0c57112947e7..f0eae3a40087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : Karl-Felix Glatzer <karl[dot]glatzer[at]gmx[dot]de>
pkgname=mingw-w64-ffmpeg
-pkgver=5.0
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
arch=('any')
@@ -38,17 +38,17 @@ depends=(
'mingw-w64-sdl2'
'mingw-w64-speex'
'mingw-w64-srt'
- 'mingw-w64-vmaf'
'mingw-w64-x264'
'mingw-w64-xvidcore'
'mingw-w64-zimg'
'mingw-w64-zlib'
'mingw-w64-x265'
)
+# 'mingw-w64-vmaf' (see comment below)
#'mingw-w64-svt-av1' (only 64 bit support)
options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-amf-headers' 'mingw-w64-avisynthplus' 'mingw-w64-gcc' 'mingw-w64-pkg-config' 'git' 'yasm')
-_tag=390d6853d0ef408007feb39c0040682c81c02751
+_tag=9687cae2b468e09e35df4cea92cc2e6a0e6c93b3
#source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}"
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
ffmpeg-vmaf2.x.patch
@@ -121,7 +121,6 @@ build() {
--enable-libssh \
--enable-libtheora \
--enable-libvidstab \
- --enable-libvmaf \
--enable-libvorbis \
--enable-libvpx \
--enable-libwebp \
@@ -136,6 +135,13 @@ build() {
--disable-doc \
--x86asmexe=yasm
+# VMAF disabled again due to 64 bit binary crashing with
+#
+# Mingw-w64 runtime failure:
+# 32 bit pseudo relocation at ... out of range, targeting ..., yielding the value ... .
+#
+# --enable-libvmaf \
+
# (only 64 bit support)
# --enable-libsvtav1 \