openshot: remove 'mlt' dependency.

This commit is contained in:
tibequadorian 2022-03-02 17:03:33 +01:00 committed by John Zimmermann
parent 96e0c737c2
commit bdc22100f6

View file

@ -1,12 +1,12 @@
# Template file for 'openshot'
pkgname=openshot
version=2.6.1
revision=1
revision=2
wrksrc="${pkgname}-qt-${version}"
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
makedepends="ffmpeg-devel python3-PyQt5"
depends="ImageMagick libopenshot mlt python3-PyQt5-svg
depends="ImageMagick libopenshot python3-PyQt5-svg
python3-PyQt5-webkit python3-httplib2 python3-pyzmq python3-requests"
short_desc="Open-source, non-linear video editor for Linux"
maintainer="Spencer Hill <spencernh77@gmail.com>"