openshot: skip build, fix checksum.

* easily crash.
This commit is contained in:
Jérôme Duval
2016-11-30 23:20:19 +01:00
parent 42160bfef5
commit 0294d0f3ea

View File

@@ -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()