mkvtoolnix: update to 50.0.0
This commit is contained in:
parent
f9fc180ec8
commit
25c487ad16
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'mkvtoolnix'
|
# Template file for 'mkvtoolnix'
|
||||||
pkgname=mkvtoolnix
|
pkgname=mkvtoolnix
|
||||||
version=49.0.0
|
version=50.0.0
|
||||||
revision=1
|
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 gettext 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++ libdvdread-devel
|
makedepends="boost-devel cmark-devel file-devel fmt-devel json-c++ libdvdread-devel
|
||||||
libflac-devel libmatroska-devel libvorbis-devel pugixml-devel
|
libflac-devel libmatroska-devel libvorbis-devel pcre2-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"
|
||||||
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
maintainer="Matthias von Faber <mvf@gmx.eu>"
|
||||||
|
@ -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=9de7936d398581872ef572f0c8b6948966de6ec7791ac04340996ee0155bc75a
|
checksum=58a5d2c134e476386a1b391913d68d3e1c51dba70f6a33ca4b39c7b61c2e8824
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
|
|
Loading…
Reference in a new issue