From 9a10c5e06c44211c55fba8b65b7f01086f8a9912 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 21 Apr 2019 21:08:34 +1000 Subject: [PATCH] OpenShot: fix python path --- media-video/openshot/openshot-2.4.4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/openshot/openshot-2.4.4.recipe b/media-video/openshot/openshot-2.4.4.recipe index 7fe38c4df..738e0815d 100644 --- a/media-video/openshot/openshot-2.4.4.recipe +++ b/media-video/openshot/openshot-2.4.4.recipe @@ -6,7 +6,7 @@ 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="1" +REVISION="2" SOURCE_URI="https://github.com/OpenShot/openshot-qt/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="8197923b3fff2010ee69c75469818543674a12fcb8fcb08944471e4ead3426be" SOURCE_FILENAME="openshot-$portVersion.tar.gz" @@ -64,7 +64,7 @@ INSTALL() $portDir/additional-files/openshot.rdef.in \ > openshot.rdef # GENERIC: all python_setuptools-based installs need this - python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python3 + python=$portPackageLinksDir/cmd~python$PYTHON_VERSION/bin/python$PYTHON_VERSION pythonVersion=$($python --version 2>&1 | sed 's/Python //' | head -c3) installLocation=$prefix/lib/python$pythonVersion/vendor-packages/ export PYTHONPATH=$installLocation:$PYTHONPATH