OpenShot: use python 3.6

This commit is contained in:
Gerasim Troeglazov
2019-09-29 13:34:47 +10:00
parent 0953f27dc9
commit a31fb270cb

View File

@@ -6,13 +6,13 @@ you create the film you always dreamed of. Easily add sub-titles, transitions,\
HOMEPAGE="https://www.openshot.org"
COPYRIGHT="2008-2019 OpenShot Studios, LLC"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/OpenShot/openshot-qt/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be"
SOURCE_FILENAME="openshot-$portVersion.tar.gz"
SOURCE_DIR="openshot-qt-$portVersion"
PATCHES="openshot-$portVersion.patchset"
PYTHON_VERSION="3.6"
PYTHON_VERSION="3.6m"
ADDITIONAL_FILES="openshot.rdef.in"
ARCHITECTURES="any"
@@ -23,20 +23,20 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
httplib2_python3
libopenshot_python3
httplib2_python36
libopenshot_python36
pyqt_python3 >= 5
pyzmq_python3
requests_python3
setuptools_python3
pyzmq_python36
requests_python36
setuptools_python36
cmd:python$PYTHON_VERSION
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
libopenshot_python3
libopenshot_python36
pyqt_python3 >= 5
setuptools_python3
setuptools_python36
"
BUILD_PREREQUIRES="
cmd:python$PYTHON_VERSION