mkvtoolnix-gui: add mediainfo dependency
This commit is contained in:
parent
e1478d5b86
commit
3316d3ebba
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mkvtoolnix'
|
# Template file for 'mkvtoolnix'
|
||||||
pkgname=mkvtoolnix
|
pkgname=mkvtoolnix
|
||||||
version=64.0.0
|
version=64.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=qmake
|
build_helper=qmake
|
||||||
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt
|
configure_args="--with-docbook-xsl-root=/usr/share/xsl/docbook --enable-qt
|
||||||
|
@ -38,7 +38,7 @@ do_install() {
|
||||||
|
|
||||||
mkvtoolnix-gui_package() {
|
mkvtoolnix-gui_package() {
|
||||||
short_desc+=" - Qt GUI"
|
short_desc+=" - Qt GUI"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision} mediainfo"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/mkvtoolnix-gui
|
vmove usr/bin/mkvtoolnix-gui
|
||||||
vmove usr/share/applications
|
vmove usr/share/applications
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue