26 lines
922 B
Bash
26 lines
922 B
Bash
# Template file for 'mkvtoolnix'
|
|
pkgname=mkvtoolnix
|
|
version=21.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"
|
|
makedepends="libebml-devel libmatroska-devel boost-devel libvorbis-devel
|
|
libflac-devel file-devel cmark-devel qt5-devel qt5-tools-devel qt5-multimedia-devel"
|
|
short_desc="Create, alter and inspect Matroska videos"
|
|
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=ad6d1d0ba40b153c155d5b26425e88531b24bb9969bac0341040e48cbb77c391
|
|
nocross="Fails due to dependency chain eigen -> jack -> pulseaudio"
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
do_build() {
|
|
rake ${makejobs}
|
|
}
|
|
do_install() {
|
|
rake DESTDIR=${DESTDIR} install
|
|
}
|