mkvtoolnix: update to 12.0.0
This commit is contained in:
parent
bd375d82f9
commit
5dfd11bcc0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mkvtoolnix'
|
||||
pkgname=mkvtoolnix
|
||||
version=11.0.0
|
||||
revision=2
|
||||
version=12.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-curl --with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt"
|
||||
hostmakedepends="autoconf pkg-config ruby libxslt docbook-xsl"
|
||||
|
@ -12,9 +12,8 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|||
license="GPL-2"
|
||||
homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
|
||||
distfiles="${homepage}/sources/${pkgname}-${version}.tar.xz"
|
||||
checksum=bb642e1eb2c402c4f93a962f41a1832c99ee5b782f1596dc20f996e9a4aa426d
|
||||
# Cross compiling fails due to dependency chain eigen -> jack -> pulseaudio
|
||||
nocross=yes
|
||||
checksum=5c2401d1cc36d8a2d57cb791a5a22f3cda69cb0824c6cee35326b35e7f94b536
|
||||
nocross="Fails due to dependency chain eigen -> jack -> pulseaudio"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue