mkvtoolnix: update to 48.0.0, enable dvd chapters, translations

This commit is contained in:
Matthias von Faber 2020-07-07 06:12:23 +02:00 committed by Jürgen Buchmüller
parent 48393afdee
commit cb4c9f108c

View file

@ -1,13 +1,13 @@
# Template file for 'mkvtoolnix' # Template file for 'mkvtoolnix'
pkgname=mkvtoolnix pkgname=mkvtoolnix
version=47.0.0 version=48.0.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper=qmake 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" --disable-update-check"
hostmakedepends="autoconf docbook-xsl libxslt pkg-config qt5-tools-devel ruby" hostmakedepends="autoconf docbook-xsl gettext libxslt pkg-config qt5-tools-devel ruby"
makedepends="boost-devel cmark-devel file-devel json-c++ makedepends="boost-devel cmark-devel file-devel json-c++ libdvdread-devel
libflac-devel libmatroska-devel libvorbis-devel pugixml-devel libflac-devel libmatroska-devel libvorbis-devel pugixml-devel
qt5-multimedia-devel qt5-tools-devel" qt5-multimedia-devel qt5-tools-devel"
short_desc="Create, alter and inspect Matroska videos" short_desc="Create, alter and inspect Matroska videos"
@ -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=8b7744203758025585b28200906c4b85716a6b1b95fed77cc520f9ae59c2ae44 checksum=f22c443506ce630bb96f9ef1f704b02b0137883fa74babab1632f68679900a83
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr" configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"