From bd823f831a50a385f822b227eb3d14a3af3af5a3 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Fri, 16 Jun 2017 23:11:41 +1000 Subject: [PATCH] orc: bump version --- .../{orc-0.4.19.recipe => orc-0.4.26.recipe} | 26 +++++++++---------- ...rc-0.4.19.patchset => orc-0.4.26.patchset} | 0 2 files changed, 13 insertions(+), 13 deletions(-) rename dev-lang/orc/{orc-0.4.19.recipe => orc-0.4.26.recipe} (67%) rename dev-lang/orc/patches/{orc-0.4.19.patchset => orc-0.4.26.patchset} (100%) diff --git a/dev-lang/orc/orc-0.4.19.recipe b/dev-lang/orc/orc-0.4.26.recipe similarity index 67% rename from dev-lang/orc/orc-0.4.19.recipe rename to dev-lang/orc/orc-0.4.26.recipe index b9f74c005..74c1c6cb7 100644 --- a/dev-lang/orc/orc-0.4.19.recipe +++ b/dev-lang/orc/orc-0.4.26.recipe @@ -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=" diff --git a/dev-lang/orc/patches/orc-0.4.19.patchset b/dev-lang/orc/patches/orc-0.4.26.patchset similarity index 100% rename from dev-lang/orc/patches/orc-0.4.19.patchset rename to dev-lang/orc/patches/orc-0.4.26.patchset