mkvtoolnix: update to 42.0.0
This commit is contained in:
parent
a328a58151
commit
d6a2e9cfcb
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mkvtoolnix'
|
||||
pkgname=mkvtoolnix
|
||||
version=41.0.0
|
||||
revision=2
|
||||
version=42.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper=qmake
|
||||
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt"
|
||||
|
@ -12,10 +12,10 @@ makedepends="boost-devel cmark-devel file-devel json-c++
|
|||
short_desc="Create, alter and inspect Matroska videos"
|
||||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
|
||||
homepage="https://mkvtoolnix.download"
|
||||
changelog="https://mkvtoolnix.download/doc/NEWS.md"
|
||||
distfiles="https://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=7cdd6ad9144324162604172b7e96cb13cdbb7913e07c4ad7633344aac20e4103
|
||||
distfiles="https://mkvtoolnix.download/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=2c8215c22a3a75925c0f1568235fbe2e34172021e43fb45081400b7c6b610033
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||
|
|
Loading…
Reference in a new issue