shotcut: add qt5-graphicaleffects runtime dep

resolves #9495
This commit is contained in:
John 2019-03-07 19:38:06 +01:00 committed by maxice8
parent a3c4538980
commit 6549738a01
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'shotcut'
pkgname=shotcut
version=19.02.28
revision=1
revision=2
build_style=qmake
configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
hostmakedepends="pkg-config qt5-tools"
@ -9,7 +9,7 @@ makedepends="gstreamer1-devel lame-devel libvpx-devel mlt-devel mlt-python
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
qt5-quickcontrols qt5-webkit-devel qt5-websockets-devel qt5-x11extras-devel
x264-devel"
depends="frei0r-plugins qt5-quickcontrols"
depends="frei0r-plugins qt5-quickcontrols qt5-graphicaleffects"
short_desc="Free, open source, cross-platform video editor"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"