mkvtoolnix: re-enable mkvtoolnix-gui
The package now needs qt5-multimedia-devel to build the GUI component. Closes #6317
This commit is contained in:
parent
bbc8911288
commit
412bd95bc4
@ -1,12 +1,12 @@
|
||||
# Template file for 'mkvtoolnix'
|
||||
pkgname=mkvtoolnix
|
||||
version=11.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-curl --with-docbook-xsl-root=/usr/share/xsl/docbook"
|
||||
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 qt5-devel qt5-tools-devel"
|
||||
libflac-devel file-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"
|
||||
|
Loading…
Reference in New Issue
Block a user