shotcut: remove qt5-webkit-devel dep

shotcut does not use webkit since
a44fe75a4d.
no revbump because this is purely build-time change.
This commit is contained in:
Alex Xu (Hello71) 2021-08-05 11:10:15 -04:00 committed by Érico Nogueira Rolim
parent 1c6073aeee
commit 925221948d

View file

@ -7,8 +7,8 @@ configure_args="SHOTCUT_VERSION=VOID-$version DEFINES+=SHOTCUT_NOUPGRADE"
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools"
makedepends="gstreamer1-devel lame-devel libvpx-devel mlt7-devel mlt7-python3
qt5-declarative-devel qt5-graphicaleffects qt5-multimedia-devel
qt5-quickcontrols2-devel qt5-webkit-devel qt5-websockets-devel
qt5-x11extras-devel x264-devel"
qt5-quickcontrols2-devel qt5-websockets-devel qt5-x11extras-devel
x264-devel"
depends="frei0r-plugins qt5-graphicaleffects qt5-quickcontrols"
short_desc="Free, open source, cross-platform video editor"
maintainer="John <me@johnnynator.dev>"