From 0294d0f3ea3e0d39d38afcf7f1ad835ef56fc04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 30 Nov 2016 23:20:19 +0100 Subject: [PATCH] openshot: skip build, fix checksum. * easily crash. --- media-video/openshot/openshot-2.0.7.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/openshot/openshot-2.0.7.recipe b/media-video/openshot/openshot-2.0.7.recipe index 921a142e7..a5c887dfe 100644 --- a/media-video/openshot/openshot-2.0.7.recipe +++ b/media-video/openshot/openshot-2.0.7.recipe @@ -6,10 +6,10 @@ you create the film you always dreamed of. Easily add sub-titles, transitions,\ HOMEPAGE="http://www.openshot.org" COPYRIGHT="2008-2016 OpenShot Studios, LLC" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/OpenShot/openshot-qt/archive/v$portVersion.tar.gz" SOURCE_FILENAME="openshot-$portVersion.tar.gz" -CHECKSUM_SHA256="7b58e802a3de2260c00e4e4996ec899253ff1ff4035b2a2e535ac72ee4d63a97" +CHECKSUM_SHA256="4c231493f6ce52a64929c3253961f7769c90652cb5a3e4979158e5e032afe433" SOURCE_DIR="openshot-qt-$portVersion" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -40,7 +40,7 @@ BUILD_PREREQUIRES=" BUILD() { - $portPackageLinksDir/cmd~python3/bin/python3 setup.py build + true } INSTALL()