mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
mkvtoolnix: update to 39.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
72c657789e
commit
1d2f9305dc
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'mkvtoolnix'
|
# Template file for 'mkvtoolnix'
|
||||||
pkgname=mkvtoolnix
|
pkgname=mkvtoolnix
|
||||||
version=38.0.0
|
version=39.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
||||||
hostmakedepends="autoconf docbook-xsl libxslt pkg-config ruby"
|
hostmakedepends="autoconf docbook-xsl libxslt pkg-config ruby"
|
||||||
makedepends="boost-devel cmark-devel file-devel json-c++
|
makedepends="boost-devel cmark-devel file-devel json-c++
|
||||||
|
@ -14,11 +15,10 @@ 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=0e1db5b5af6147dec245744a0d403120e53a44f6b81aad0d26c0f5c0e5515d00
|
checksum=e9b515dec4007400b0f09fdca5bced0df56ca5d88ceccc996a2d68fb09453a15
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends+=" qt5-host-tools qt5-multimedia-devel qt5-tools-devel"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue