mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
orc: bump version
This commit is contained in:
@@ -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="
|
||||
Reference in New Issue
Block a user