From 35fa416dacf36d55fd5bcb569a21efb427c54d49 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 9 Jul 2025 13:53:53 +0200 Subject: [PATCH] orc, bump to 0.41.1 (#12562) --- .../{orc-0.4.32.recipe => orc-0.4.41.recipe} | 27 +++++++++---------- 1 file changed, 12 insertions(+), 15 deletions(-) rename dev-lang/orc/{orc-0.4.32.recipe => orc-0.4.41.recipe} (74%) diff --git a/dev-lang/orc/orc-0.4.32.recipe b/dev-lang/orc/orc-0.4.41.recipe similarity index 74% rename from dev-lang/orc/orc-0.4.32.recipe rename to dev-lang/orc/orc-0.4.41.recipe index df43cc103..0ad4c21c4 100644 --- a/dev-lang/orc/orc-0.4.32.recipe +++ b/dev-lang/orc/orc-0.4.41.recipe @@ -11,15 +11,18 @@ COPYRIGHT="2002-2020 David A. Schleef" LICENSE="BSD (2-clause)" REVISION="2" SOURCE_URI="https://gstreamer.freedesktop.org/src/orc/orc-$portVersion.tar.xz" -CHECKSUM_SHA256="a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0" +CHECKSUM_SHA256="cb1bfd4f655289cd39bc04642d597be9de5427623f0861c1fc19c08d98467fa2" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" +libVersion="0.41.0" +libVersionCompat="$libVersion compat >= ${libVersion%%.*}" + PROVIDES=" orc$secondaryArchSuffix = $portVersion compat >= 0 - lib:liborc_0.4$secondaryArchSuffix = 0.32.0 compat >= 0 - lib:liborc_test_0.4$secondaryArchSuffix = 0.32.0 compat >= 0 + lib:liborc_0.4$secondaryArchSuffix = $libVersionCompat + lib:liborc_test_0.4$secondaryArchSuffix = $libVersionCompat " REQUIRES=" haiku$secondaryArchSuffix @@ -29,8 +32,8 @@ PROVIDES_devel=" orc${secondaryArchSuffix}_devel = $portVersion compat >= 0.4 cmd:orc_bugreport$secondaryArchSuffix cmd:orcc$secondaryArchSuffix - devel:liborc_0.4$secondaryArchSuffix = 0.32.0 compat >= 0 - devel:liborc_test_0.4$secondaryArchSuffix = 0.32.0 compat >= 0 + devel:liborc_0.4$secondaryArchSuffix = $libVersionCompat + devel:liborc_test_0.4$secondaryArchSuffix = $libVersionCompat " REQUIRES_devel=" haiku$secondaryArchSuffix @@ -57,21 +60,15 @@ BUILD() --includedir=$includeDir \ -Dgtk_doc=disabled - cd build - ninja $jobArgs + ninja -C build $jobArgs } INSTALL() { - cd build - ninja install + ninja -C build install - mv $prefix/share $dataDir - - # remove static library - rm $libDir/liborc-test-0.4.a - - prepareInstalledDevelLibs liborc-0.4 \ + prepareInstalledDevelLibs \ + liborc-0.4 \ liborc-test-0.4 fixPkgconfig