mkvtoolnix: update to 87.0

This commit is contained in:
Matthias von Faber 2024-09-12 06:44:24 +02:00 committed by classabbyamp
parent c6f4a1f9d3
commit 335fce3fa0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mkvtoolnix' # Template file for 'mkvtoolnix'
pkgname=mkvtoolnix pkgname=mkvtoolnix
version=86.0 version=87.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper="qmake6" build_helper="qmake6"
@ -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=29a9155fbba99f9074de2abcfbdc4e966ea38c16d9f6f547cf2d8d9a48152c97 checksum=01cdfcbe01d9a771da4d475ed44d882a97695d08b6939684cebf56231bdee820
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr" configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"