mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
openshot: fix depends (python3.4-* -> python3-*)
This commit is contained in:
parent
f0481a8a76
commit
141127d124
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openshot'
|
# Template file for 'openshot'
|
||||||
pkgname=openshot
|
pkgname=openshot
|
||||||
version=2.4.1
|
version=2.4.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-qt-${version}"
|
wrksrc="${pkgname}-qt-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
@ -9,7 +9,7 @@ pycompile_module="openshot_qt"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools"
|
makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools"
|
||||||
depends="python3-PyQt5-webkit python3-setuptools libopenshot>=0.1.7 mlt python3-httplib2 python3-pyzmq ImageMagick
|
depends="python3-PyQt5-webkit python3-setuptools libopenshot>=0.1.7 mlt python3-httplib2 python3-pyzmq ImageMagick
|
||||||
python3-requests python3.4-PyQt5-svg"
|
python3-requests python3-PyQt5-svg"
|
||||||
short_desc="An open-source, non-linear video editor for Linux"
|
short_desc="An open-source, non-linear video editor for Linux"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue