mkvtoolnix: update to 44.0.0, disable update check
This commit is contained in:
parent
3e8975d68b
commit
d298c7b9e1
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'mkvtoolnix'
|
||||
pkgname=mkvtoolnix
|
||||
version=43.0.0
|
||||
version=44.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper=qmake
|
||||
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt"
|
||||
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt
|
||||
--disable-update-check"
|
||||
hostmakedepends="autoconf docbook-xsl libxslt pkg-config qt5-tools-devel ruby"
|
||||
makedepends="boost-devel cmark-devel file-devel json-c++
|
||||
libflac-devel libmatroska-devel libvorbis-devel pugixml-devel
|
||||
|
@ -15,7 +16,7 @@ license="GPL-2.0-only"
|
|||
homepage="https://mkvtoolnix.download"
|
||||
changelog="https://mkvtoolnix.download/doc/NEWS.md"
|
||||
distfiles="https://mkvtoolnix.download/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=5acfda67817c17702c35e14c2acd78340f608d154842a791ea17fd38835910b6
|
||||
checksum=d93843ed669d837c67c2c929f4ac2bd1e848ea5db7586681226fa371e88c92cb
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||
|
|
Loading…
Reference in New Issue