mkvtoolnix: update to 94.0

This commit is contained in:
Matthias von Faber 2025-07-28 08:07:49 +02:00 committed by Duncan Overbruck
parent c3662879de
commit 4a0216a465

View file

@ -1,7 +1,7 @@
# Template file for 'mkvtoolnix' # Template file for 'mkvtoolnix'
pkgname=mkvtoolnix pkgname=mkvtoolnix
version=93.0 version=94.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper="qmake6" build_helper="qmake6"
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --disable-update-check" configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --disable-update-check"
@ -16,7 +16,7 @@ license="GPL-2.0-only"
homepage="https://mkvtoolnix.download" homepage="https://mkvtoolnix.download"
changelog="https://mkvtoolnix.download/doc/NEWS.md" changelog="https://mkvtoolnix.download/doc/NEWS.md"
distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz" distfiles="https://mkvtoolnix.download/sources/mkvtoolnix-${version}.tar.xz"
checksum=9510a6682a2e0b79a7420c30aac3c49fd6fa1bbc5e2131a89c52259d88835f78 checksum=babbcff2362c9dd00b2e79336eff83fad177603a51a458ef1fa421b27fbc4703
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr" configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"