libopenshot: bump version

This commit is contained in:
Gerasim Troeglazov
2019-03-23 16:18:30 +10:00
parent 0f055db733
commit 0597e94e3b
2 changed files with 4 additions and 3 deletions

View File

@@ -4,18 +4,18 @@ dedicated to delivering high quality video editing, animation, and playback \
solutions to the world. This is the same library which powers \
OpenShot Video Editor (version 2.0+). C++, Python are fully supported."
HOMEPAGE="https://www.openshot.org/"
COPYRIGHT="2008-2018 OpenShot Studios, LLC"
COPYRIGHT="2008-2019 OpenShot Studios, LLC"
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/OpenShot/libopenshot/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="3f92d42b9fdb66e62429a076678b1feae7de06751efc4217347a78282e86f0cc"
CHECKSUM_SHA256="8536b0a790b0d98ed4c3b10e11d1b34ae68ccbc710887e3703a5143d95598746"
SOURCE_FILENAME="libopenshot-$portVersion.tar.gz"
PATCHES="libopenshot-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
libVersion="16"
libVersion="17"
PROVIDES="
libopenshot$secondaryArchSuffix = $portVersion
@@ -98,6 +98,7 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:python3
cmd:swig$secondaryArchSuffix
"