flowblade: switch to python3

This commit is contained in:
Johannes 2020-04-15 20:19:25 +02:00 committed by Johannes
parent 2db21a1011
commit 099ed64dd9

View file

@ -1,15 +1,15 @@
# Template file for 'flowblade' # Template file for 'flowblade'
pkgname=flowblade pkgname=flowblade
version=2.4 version=2.4
revision=1 revision=2
archs=noarch archs=noarch
build_wrksrc=flowblade-trunk build_wrksrc=flowblade-trunk
build_style=python2-module build_style=python3-module
make_install_args="--install-lib=${DESTDIR}/usr/share/pyshared" 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 # https://github.com/jliljebl/flowblade/blob/master/flowblade-trunk/docs/DEPENDENCIES.md
depends="frei0r-plugins gmic mlt-python python-Pillow python-dbus gtk+3 depends="frei0r-plugins gmic mlt-python3 python3-Pillow python3-dbus gtk+3
python-gobject python-numpy swh-plugins" python3-gobject python3-numpy swh-plugins"
short_desc="Non-linear video editor for Linux" short_desc="Non-linear video editor for Linux"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"