mkvtoolnix: update to 20.0.0
This commit is contained in:
parent
163830f49c
commit
2e4eb36c0c
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mkvtoolnix'
|
# Template file for 'mkvtoolnix'
|
||||||
pkgname=mkvtoolnix
|
pkgname=mkvtoolnix
|
||||||
version=19.0.0
|
version=20.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-curl --with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt"
|
configure_args="--without-curl --with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt"
|
||||||
hostmakedepends="autoconf pkg-config ruby libxslt docbook-xsl"
|
hostmakedepends="autoconf pkg-config ruby libxslt docbook-xsl"
|
||||||
makedepends="libebml-devel libmatroska-devel boost-devel libvorbis-devel
|
makedepends="libebml-devel libmatroska-devel boost-devel libvorbis-devel
|
||||||
libflac-devel file-devel qt5-devel qt5-tools-devel qt5-multimedia-devel"
|
libflac-devel file-devel cmark-devel qt5-devel qt5-tools-devel qt5-multimedia-devel"
|
||||||
short_desc="Create, alter and inspect Matroska videos"
|
short_desc="Create, alter and inspect Matroska videos"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
|
homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
|
||||||
distfiles="${homepage}/sources/${pkgname}-${version}.tar.xz"
|
distfiles="${homepage}/sources/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4b4af84cfdf3062f8ca4ab3c37854be7cd9a71bcf5c46b8ca805a101d414b6a1
|
checksum=6f4b86a16af1f979ce2e83e64223b1bb8635ac8f81863d8ce46014a82c8bf500
|
||||||
nocross="Fails due to dependency chain eigen -> jack -> pulseaudio"
|
nocross="Fails due to dependency chain eigen -> jack -> pulseaudio"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue