@@ -4,11 +4,11 @@ _realname=mkvtoolnix
4
4
pkgbase=mingw-w64-${_realname}
5
5
pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} -cli"
6
6
" ${MINGW_PACKAGE_PREFIX} -${_realname} -gui" )
7
- pkgver=82 .0
8
- pkgrel=4
7
+ pkgver=90 .0
8
+ pkgrel=1
9
9
pkgdesc=" Set of tools to create, edit and inspect Matroska files (mingw-w64)"
10
10
arch=(' any' )
11
- mingw_arch=(' mingw64' ' ucrt64' ' clang64' )
11
+ mingw_arch=(' mingw64' ' ucrt64' ' clang64' ' clangarm64 ' )
12
12
url=' https://mkvtoolnix.download/'
13
13
msys2_repository_url=" https://gitlab.com/mbunkus/mkvtoolnix"
14
14
license=(' spdx:GPL-2.0-or-later' )
@@ -33,13 +33,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
33
33
" ${MINGW_PACKAGE_PREFIX} -zlib"
34
34
" po4a"
35
35
" 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' )
43
39
validpgpkeys=(
' D9199745B0545F2E8197062B0F92290A445B9007' )
# Moritz Bunkus <[email protected] >
44
40
noextract=(mkvtoolnix-${pkgver} .tar.xz)
45
41
@@ -57,11 +53,6 @@ prepare() {
57
53
tar -xJf " ${srcdir} " /mkvtoolnix-${pkgver} .tar.xz -C " ${srcdir} " || true
58
54
# Do it again to fix the symlinks (as the target files didn't exist yet)
59
55
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
65
56
}
66
57
67
58
build () {
0 commit comments