mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
flowblade: switch to python3
This commit is contained in:
parent
2db21a1011
commit
099ed64dd9
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'flowblade'
|
||||
pkgname=flowblade
|
||||
version=2.4
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_wrksrc=flowblade-trunk
|
||||
build_style=python2-module
|
||||
build_style=python3-module
|
||||
make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared"
|
||||
hostmakedepends="python-setuptools"
|
||||
hostmakedepends="python3-setuptools"
|
||||
# https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md
|
||||
depends="frei0r-plugins gmic mlt-python python-Pillow python-dbus gtk+3
|
||||
python-gobject python-numpy swh-plugins"
|
||||
depends="frei0r-plugins gmic mlt-python3 python3-Pillow python3-dbus gtk+3
|
||||
python3-gobject python3-numpy swh-plugins"
|
||||
short_desc="Non-linear video editor for Linux"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Add table
Reference in a new issue