openshot: remove 'mlt' dependency.
This commit is contained in:
parent
96e0c737c2
commit
bdc22100f6
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'openshot'
|
# Template file for 'openshot'
|
||||||
pkgname=openshot
|
pkgname=openshot
|
||||||
version=2.6.1
|
version=2.6.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-qt-${version}"
|
wrksrc="${pkgname}-qt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
makedepends="ffmpeg-devel python3-PyQt5"
|
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"
|
python3-PyQt5-webkit python3-httplib2 python3-pyzmq python3-requests"
|
||||||
short_desc="Open-source, non-linear video editor for Linux"
|
short_desc="Open-source, non-linear video editor for Linux"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
|
|
Loading…
Reference in New Issue