libopenshot: bump version.

This commit is contained in:
Jerome Duval
2017-11-20 21:21:42 +01:00
parent 6ec6338f05
commit 894321054a
2 changed files with 5 additions and 5 deletions

View File

@@ -6,10 +6,10 @@ the world. This is the same library which powers OpenShot Video Editor \
HOMEPAGE="http://www.openshot.org"
COPYRIGHT="2008-2017 OpenShot Studios, LLC"
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/OpenShot/libopenshot/archive/v$portVersion.tar.gz"
SOURCE_FILENAME="libopenshot-$portVersion.tar.gz"
CHECKSUM_SHA256="a9b0706433c5c0e6edc9b1cc3c0ff1af4c8b7e8e31b5e071445a113fbb365d45"
REVISION="1"
CHECKSUM_SHA256="2547969818092d77a1c742e27cf416b34b4d326abf6b089fc10b921f4a4141ec"
PATCHES="libopenshot-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
PROVIDES="
libopenshot$secondaryArchSuffix = $portVersion
lib:libopenshot$secondaryArchSuffix = 13 compat >= 13
lib:libopenshot$secondaryArchSuffix = 14 compat >= 14
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -36,7 +36,7 @@ REQUIRES="
PROVIDES_devel="
libopenshot${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libopenshot${secondaryArchSuffix} = 13 compat >= 13
devel:libopenshot${secondaryArchSuffix} = 14 compat >= 14
"
REQUIRES_devel="
libopenshot$secondaryArchSuffix == $portVersion base
@@ -46,7 +46,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libavcodec$secondaryArchSuffix
devel:libexecinfo$secondaryArchSuffix
devel:libopenshot_audio$secondaryArchSuffix
devel:libopenshot_audio$secondaryArchSuffix >= 6
devel:libQt5Core$secondaryArchSuffix
devel:libQt5Gui$secondaryArchSuffix
devel:libQt5MultimediaWidgets$secondaryArchSuffix