From 083ad1c000a4383ecfe3f87100faf7885b0e2982 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 25 Nov 2025 12:38:27 +0100 Subject: [PATCH] libinstpatch, bump to 1.1.7 (#13255) --- ...patch-1.1.6.recipe => libinstpatch-1.1.7.recipe} | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) rename media-libs/libinstpatch/{libinstpatch-1.1.6.recipe => libinstpatch-1.1.7.recipe} (88%) diff --git a/media-libs/libinstpatch/libinstpatch-1.1.6.recipe b/media-libs/libinstpatch/libinstpatch-1.1.7.recipe similarity index 88% rename from media-libs/libinstpatch/libinstpatch-1.1.6.recipe rename to media-libs/libinstpatch/libinstpatch-1.1.7.recipe index e35b17a88..0dab616b2 100644 --- a/media-libs/libinstpatch/libinstpatch-1.1.6.recipe +++ b/media-libs/libinstpatch/libinstpatch-1.1.7.recipe @@ -11,12 +11,12 @@ LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" SOURCE_FILENAME="libinstpatch-v$portVersion.tar.gz" -CHECKSUM_SHA256="8e9861b04ede275d712242664dab6ffa9166c7940fea3b017638681d25e10299" +CHECKSUM_SHA256="b388ab6f843559fc2da94837c37dfd4cf5973cf7cc2a0ce3cb33260b81377e9f" ARCHITECTURES="all" SECONDARY_ARCHITECTURES="x86" -libVersion="2.2.0" +libVersion="2.2.1" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" PROVIDES=" @@ -54,12 +54,13 @@ BUILD_PREREQUIRES=" cmd:pkg_config$secondaryArchSuffix " +defineDebugInfoPackage libinstpatch$secondaryArchSuffix \ + $libDir/libinstpatch-1.0.so.$libVersion + BUILD() { - cmake -B build -S. -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX:PATH=$prefix \ - -DLIB_INSTALL_DIR=$libDir \ - -DINCLUDE_INSTALL_DIR=$includeDir \ + cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + $cmakeDirArgs \ -Wno-dev make -C build $jobArgs