# Template file for 'mkvtoolnix' pkgname=mkvtoolnix version=9.7.1 revision=1 build_style=gnu-configure configure_args="--without-curl" hostmakedepends="autoconf pkg-config ruby" makedepends="libebml-devel libmatroska-devel boost-devel libvorbis-devel libflac-devel file-devel qt5-devel qt5-tools-devel" short_desc="Create, alter and inspect Matroska videos" maintainer="Jürgen Buchmüller " license="GPL-2" homepage="https://www.bunkus.org/videotools/mkvtoolnix/" distfiles="${homepage}/sources/${pkgname}-${version}.tar.xz" checksum=b2b8821e2d74df0f765c97f93ddd1dbfb062f3c22b969cfa04d1bb5cb638a88e # Cross compiling fails due to dependency chain eigen -> jack -> pulseaudio nocross=yes pre_configure() { ./autogen.sh } do_build() { ./drake ${makejobs} } do_install() { ./drake DESTDIR=${DESTDIR} install }