Skip to content

Commit f96da30

Browse files
committed
ffmpeg: update to 7.1.1
1 parent 95d0f0c commit f96da30

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

mingw-w64-ffmpeg/PKGBUILD

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
_realname=ffmpeg
77
pkgbase="mingw-w64-${_realname}"
88
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
9-
pkgver=7.1
10-
pkgrel=6
9+
pkgver=7.1.1
10+
pkgrel=1
1111
pkgdesc="Complete solution to record, convert and stream audio and video (mingw-w64)"
1212
arch=('any')
1313
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -78,15 +78,13 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
7878
source=(https://ffmpeg.org/releases/${_realname}-${pkgver}.tar.xz{,.asc}
7979
"pathtools.c"
8080
"pathtools.h"
81-
"0005-Win32-Add-path-relocation-to-frei0r-plugins-search.patch"
82-
https://github.com/FFmpeg/FFmpeg/commit/099f88b8641dfc299f3896d17d9addc5b9ae7799.patch)
81+
"0005-Win32-Add-path-relocation-to-frei0r-plugins-search.patch")
8382
validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
84-
sha256sums=('40973d44970dbc83ef302b0609f2e74982be2d85916dd2ee7472d30678a7abe6'
83+
sha256sums=('733984395e0dbbe5c046abda2dc49a5544e7e0e1e2366bba849222ae9e3a03b1'
8584
'SKIP'
8685
'ebf471173f5ee9c4416c10a78760cea8afaf1a4a6e653977321e8547ce7bf3c0'
8786
'1585ef1b61cf53a2ca27049c11d49e0834683dfda798f03547761375df482a90'
88-
'8c74e9b5800dbb41c33a60114712726ec768ad6de8f147c2eb30656fd4c899cc'
89-
'df6250edd358bfba16d18f0e9a99324c7bba002ed96907062d91975c53dafbb8')
87+
'8c74e9b5800dbb41c33a60114712726ec768ad6de8f147c2eb30656fd4c899cc')
9088

9189
# Helper macros to help make tasks easier #
9290
apply_patch_with_msg() {
@@ -107,8 +105,7 @@ prepare() {
107105
cp -fHv "${srcdir}"/pathtools.[ch] libavfilter/
108106

109107
apply_patch_with_msg \
110-
0005-Win32-Add-path-relocation-to-frei0r-plugins-search.patch \
111-
099f88b8641dfc299f3896d17d9addc5b9ae7799.patch
108+
0005-Win32-Add-path-relocation-to-frei0r-plugins-search.patch
112109
}
113110

114111
build() {

0 commit comments

Comments
 (0)