summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2022-09-01 18:55:00 +0200
committerkfg2022-09-01 18:55:00 +0200
commitbc921da566c255f0a56696c13197a249121f18cd (patch)
tree46090826090e65a3168565efc06b7dc61ce2c290
parentdd236d7eb7f9330fef4ac68012d03ff0c2a6da19 (diff)
downloadaur-bc921da566c255f0a56696c13197a249121f18cd.tar.gz
upgpkg: mingw-w64-ffmpeg 1:5.1.1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40d0f225ba57..407516d05a4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-ffmpeg
pkgdesc = Complete solution to record, convert and stream audio and video (mingw-w64)
- pkgver = 5.1
+ pkgver = 5.1.1
pkgrel = 1
epoch = 1
url = https://ffmpeg.org/
@@ -49,7 +49,7 @@ pkgbase = mingw-w64-ffmpeg
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://git.ffmpeg.org/ffmpeg.git#tag=e0723b7e4e22492275d476fcd30d759e1198bc5b
+ source = git+https://git.ffmpeg.org/ffmpeg.git#tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
source = add-av_stream_get_first_dts-for-chromium.patch
source = configure.patch
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index add3b01eb633..8a763952636c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Karl-Felix Glatzer <karl[dot]glatzer[at]gmx[dot]de>
pkgname=mingw-w64-ffmpeg
-pkgver=5.1
+pkgver=5.1.1
pkgrel=1
epoch=1
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
@@ -48,7 +48,7 @@ depends=(
#'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=e0723b7e4e22492275d476fcd30d759e1198bc5b
+_tag=1bad30dbe34f2d100b43e8f773d3fe0b5eb23523
#source=("git+https://git.ffmpeg.org/ffmpeg.git#tag=n${pkgver}"
source=(git+https://git.ffmpeg.org/ffmpeg.git#tag=${_tag}
add-av_stream_get_first_dts-for-chromium.patch
@@ -62,7 +62,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd ffmpeg
- git cherry-pick -n e0723b7e4e22492275d476fcd30d759e1198bc5b # remove default IPFS gateway
+ git cherry-pick -n 412922cc6fa790897ef6bb2be5d6f9a5f030754d # remove default IPFS gateway
patch -Np1 -i "${srcdir}/configure.patch"