mkvtoolnix: update to 41.0.0

This commit is contained in:
Jürgen Buchmüller 2019-12-07 19:40:16 +01:00
parent 216f382291
commit a57d4db2fe

View file

@ -1,6 +1,6 @@
# Template file for 'mkvtoolnix' # Template file for 'mkvtoolnix'
pkgname=mkvtoolnix pkgname=mkvtoolnix
version=40.0.0 version=41.0.0
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper=qmake build_helper=qmake
@ -15,7 +15,7 @@ license="GPL-2.0-only"
homepage="https://www.bunkus.org/videotools/mkvtoolnix/" homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
changelog="https://mkvtoolnix.download/doc/NEWS.md" changelog="https://mkvtoolnix.download/doc/NEWS.md"
distfiles="https://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${version}.tar.xz" distfiles="https://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${version}.tar.xz"
checksum=f9248c9a137aa12e46c573d56de7f7da50864e2e4b18b88af21c84f49c21a336 checksum=7cdd6ad9144324162604172b7e96cb13cdbb7913e07c4ad7633344aac20e4103
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr" configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"