mkvtoolnix: update to 52.0.0

This commit is contained in:
Matthias von Faber 2021-01-23 13:38:47 +01:00 committed by Jürgen Buchmüller
parent 5927adc2fc
commit 0f2b654b9a
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=51.0.0 version=52.0.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper=qmake build_helper=qmake
@ -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/${pkgname}-${version}.tar.xz" distfiles="https://mkvtoolnix.download/sources/${pkgname}-${version}.tar.xz"
checksum=c17aa010a13c943b1347c5a20f7f6e05337a7d90317f525345813bcbcdcf4c70 checksum=ba48b036f9cd30dcbc98835bc938e316d1d8c8e0c57270e8b49469172954c797
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr" configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"