Skip to content

Commit d110372

Browse files
authored
mkvtoolnix: Update to 90.0 and enable aarch64 builds (#23678)
1 parent 699ebd6 commit d110372

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

mingw-w64-mkvtoolnix/PKGBUILD

+6-15
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ _realname=mkvtoolnix
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-cli"
66
"${MINGW_PACKAGE_PREFIX}-${_realname}-gui")
7-
pkgver=82.0
8-
pkgrel=4
7+
pkgver=90.0
8+
pkgrel=1
99
pkgdesc="Set of tools to create, edit and inspect Matroska files (mingw-w64)"
1010
arch=('any')
11-
mingw_arch=('mingw64' 'ucrt64' 'clang64')
11+
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
1212
url='https://mkvtoolnix.download/'
1313
msys2_repository_url="https://gitlab.com/mbunkus/mkvtoolnix"
1414
license=('spdx:GPL-2.0-or-later')
@@ -33,13 +33,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
3333
"${MINGW_PACKAGE_PREFIX}-zlib"
3434
"po4a"
3535
"zsh")
36-
source=(https://mkvtoolnix.download/sources/mkvtoolnix-${pkgver}.tar.xz{,.sig}
37-
"001-fix-build-with-fmt-11.patch"::https://gitlab.com/mbunkus/mkvtoolnix/-/commit/b57dde69.patch
38-
"002-add-missing-include-for-Qt-6.8.patch"::https://gitlab.com/mbunkus/mkvtoolnix/-/merge_requests/2264.patch)
39-
sha256sums=('635f1dcdc6c42852ea8fe621b50f68c224dda970fd8086944685111368d9c50c'
40-
'SKIP'
41-
'09d6e953db263db44ea70d0c18b9d6ddb993431b223a27d113733036eaca46be'
42-
'e94f4f71b1c9a6cdbeeedab76da809f7c0e76f67fe89624774703d74de99694e')
36+
source=(https://mkvtoolnix.download/sources/mkvtoolnix-${pkgver}.tar.xz{,.sig})
37+
sha256sums=('35d2585454723e6a621e10ba61fbe2a7723f4d60ee67503d4d9e984d4d070ab0'
38+
'SKIP')
4339
validpgpkeys=('D9199745B0545F2E8197062B0F92290A445B9007') # Moritz Bunkus <[email protected]>
4440
noextract=(mkvtoolnix-${pkgver}.tar.xz)
4541

@@ -57,11 +53,6 @@ prepare() {
5753
tar -xJf "${srcdir}"/mkvtoolnix-${pkgver}.tar.xz -C "${srcdir}" || true
5854
# Do it again to fix the symlinks (as the target files didn't exist yet)
5955
tar -xJf "${srcdir}"/mkvtoolnix-${pkgver}.tar.xz -C "${srcdir}" || true
60-
61-
cd ${_realname}-${pkgver}
62-
apply_patch_with_msg \
63-
001-fix-build-with-fmt-11.patch \
64-
002-add-missing-include-for-Qt-6.8.patch
6556
}
6657

6758
build() {

0 commit comments

Comments
 (0)