orc: bump version

This commit is contained in:
Gerasim Troeglazov
2017-06-16 23:11:41 +10:00
parent 212e62c1c0
commit bd823f831a
2 changed files with 13 additions and 13 deletions

View File

@@ -6,23 +6,23 @@ is a generic assembly language that represents many of the features \
available in SIMD architectures, including saturated addition and \
subtraction, and many arithmetic operations.
"
HOMEPAGE="http://code.entropywave.com/orc/"
HOMEPAGE="https://gstreamer.freedesktop.org/projects/orc.html"
COPYRIGHT="
2002-2009 David A. Schleef
2002-2016 David A. Schleef
"
LICENSE="BSD (2-clause)"
SOURCE_URI="http://gstreamer.freedesktop.org/src/orc/orc-$portVersion.tar.gz"
CHECKSUM_SHA256="e21f50321a21c33178bbe41ea8bd27c49ae60aeb8c22902a215f7141297fb59e"
REVISION="3"
SOURCE_URI="https://gstreamer.freedesktop.org/src/orc/orc-$portVersion.tar.xz"
CHECKSUM_SHA256="7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86"
PATCHES="orc-$portVersion.patchset"
PROVIDES="
orc$secondaryArchSuffix = $portVersion compat >= 0
lib:liborc_0.4$secondaryArchSuffix = 0.19.0 compat >= 0
lib:liborc_test_0.4$secondaryArchSuffix = 0.19.0 compat >= 0
lib:liborc_0.4$secondaryArchSuffix = 0.26.0 compat >= 0
lib:liborc_test_0.4$secondaryArchSuffix = 0.26.0 compat >= 0
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -30,14 +30,14 @@ REQUIRES="
PROVIDES_devel="
orc${secondaryArchSuffix}_devel = $portVersion compat >= 0.4
cmd:orc_bugreport
cmd:orcc
devel:liborc_0.4$secondaryArchSuffix = 0.19.0 compat >= 0
devel:liborc_test_0.4$secondaryArchSuffix = 0.19.0 compat >= 0
cmd:orc_bugreport$secondaryArchSuffix = 0.26.0 compat >= 0
cmd:orcc$secondaryArchSuffix = 0.26.0 compat >= 0
devel:liborc_0.4$secondaryArchSuffix = 0.26.0 compat >= 0
devel:liborc_test_0.4$secondaryArchSuffix = 0.26.0 compat >= 0
"
REQUIRES_devel="
haiku$secondaryArchSuffix
orc$secondaryArchSuffix == $portVersion base
haiku$secondaryArchSuffix
"
BUILD_REQUIRES="