mkvtoolnix: use system libs; enable cross

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-08-27 14:08:47 +02:00
parent aadc0138ab
commit dfc62a0088
No known key found for this signature in database
GPG Key ID: 6764EC32352D0647
1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,13 @@
# Template file for 'mkvtoolnix'
pkgname=mkvtoolnix
version=26.0.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt"
hostmakedepends="autoconf docbook-xsl libxslt pkg-config ruby"
makedepends="boost-devel cmark-devel file-devel libflac-devel libmatroska-devel
libvorbis-devel qt5-multimedia-devel qt5-tools-devel"
makedepends="boost-devel cmark-devel file-devel json-c++
libflac-devel libmatroska-devel libvorbis-devel pugixml-devel
qt5-multimedia-devel qt5-tools-devel"
short_desc="Create, alter and inspect Matroska videos"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2.0-only"
@ -14,7 +15,10 @@ homepage="https://www.bunkus.org/videotools/mkvtoolnix/"
changelog="https://mkvtoolnix.download/doc/NEWS.md"
distfiles="${homepage}/sources/${pkgname}-${version}.tar.xz"
checksum=d51e63c356f9f0c92cc0b01ff6e78253954c74186be6ef4c40c5690d18fda7e0
nocross="Fails due to dependency chain eigen -> jack -> pulseaudio"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-boost=${XBPS_CROSS_BASE}/usr"
fi
pre_configure() {
./autogen.sh