gegl, bump to 0.4.64 (#13205)

This commit is contained in:
Schrijvers Luc
2025-11-12 16:33:00 +01:00
committed by GitHub
parent 950dafcb06
commit 76ba89f253
2 changed files with 15 additions and 15 deletions

View File

@@ -11,22 +11,22 @@ COPYRIGHT="Øyvind Kolås"
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://download.gimp.org/pub/gegl/0.4/gegl-$portVersion.tar.xz"
CHECKSUM_SHA256="5887576371ebf1d9e90797d10e4b9a7f1658228d4827583e79e1db3d94505c6c"
CHECKSUM_SHA256="0de1c9dd22c160d5e4bdfc388d292f03447cca6258541b9a12fed783d0cf7c60"
PATCHES="gegl-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="$portVersion"
libVersion="0.463.1"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
gegl$secondaryArchSuffix = $portVersion compat >= 0
cmd:gegl$secondaryArchSuffix
cmd:gegl_imgcmp$secondaryArchSuffix
lib:libgegl_0.4$secondaryArchSuffix = 0.461.1 compat >= 0
lib:libgegl_sc_0.4$secondaryArchSuffix = $libVersionCompat
lib:libgegl_npd_0.4$secondaryArchSuffix = $libVersionCompat
cmd:gegl = $portVersion
cmd:gegl_imgcmp = $portVersion
lib:libgegl_${portVersion%.*}$secondaryArchSuffix = $libVersionCompat
lib:libgegl_npd_${portVersion%.*}$secondaryArchSuffix
lib:libgegl_sc_${portVersion%.*}$secondaryArchSuffix
"
REQUIRES="
haiku$secondaryArchSuffix
@@ -64,9 +64,9 @@ REQUIRES="
PROVIDES_devel="
gegl${secondaryArchSuffix}_devel = $portVersion compat >= 0
devel:libgegl_0.4$secondaryArchSuffix = 0.461.1 compat >= 0
devel:libgegl_sc_0.4$secondaryArchSuffix = $libVersionCompat
devel:libgegl_npd_0.4$secondaryArchSuffix = $libVersionCompat
devel:libgegl_${portVersion%.*}$secondaryArchSuffix = $libVersionCompat
devel:libgegl_npd_${portVersion%.*}$secondaryArchSuffix
devel:libgegl_sc_${portVersion%.*}$secondaryArchSuffix
"
REQUIRES_devel="
gegl$secondaryArchSuffix == $portVersion base
@@ -74,7 +74,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
gobject_introspection${secondaryArchSuffix}_devel
# gobject_introspection${secondaryArchSuffix}_devel
devel:libavcodec$secondaryArchSuffix
devel:libavformat$secondaryArchSuffix
devel:libbabl_0.1$secondaryArchSuffix

View File

@@ -1,14 +1,14 @@
From 4e30cade58410194daff995a76558826b5dca519 Mon Sep 17 00:00:00 2001
From c41334f8563aa30dcb8a4df1403a5053025a5e40 Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Thu, 11 Feb 2021 12:10:59 +1000
Subject: Disable execinfo
diff --git a/meson.build b/meson.build
index 3333455..af95487 100644
index c800c3b..51be2ff 100644
--- a/meson.build
+++ b/meson.build
@@ -268,7 +268,7 @@ w3m = find_program('w3m',
@@ -301,7 +301,7 @@ w3m = find_program('w3m',
# Required Dependencies
config.set('HAVE_UNISTD_H', cc.has_header('unistd.h'))
@@ -18,5 +18,5 @@ index 3333455..af95487 100644
config.set('HAVE_MALLOC_TRIM', cc.has_function('malloc_trim'))
config.set('HAVE_STRPTIME', cc.has_function('strptime'))
--
2.48.1
2.51.0