Skip to content

Commit

Permalink
mkvtoolnix: makedep on fmt
Browse files Browse the repository at this point in the history
to prevent it using an outdated internal version which no longer
works with clang v17
  • Loading branch information
lazka committed Nov 25, 2023
1 parent 51bef20 commit ddfafca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mingw-w64-mkvtoolnix/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pkgdesc="Set of tools to create, edit and inspect Matroska files (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://mkvtoolnix.download/'
msys2_repository_url="https://gitlab.com/mbunkus/mkvtoolnix"
license=('spdx:GPL-2.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-boost"
"${MINGW_PACKAGE_PREFIX}-gcc-libs"
Expand All @@ -29,6 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-qt6-multimedia"
"${MINGW_PACKAGE_PREFIX}-qt6-svg"
"${MINGW_PACKAGE_PREFIX}-zlib"
"${MINGW_PACKAGE_PREFIX}-fmt"
"po4a"
"zsh")
source=(https://mkvtoolnix.download/sources/mkvtoolnix-${pkgver}.tar.xz{,.sig})
Expand Down

0 comments on commit ddfafca

Please sign in to comment.