mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
gegl, bump to 0.4.62 (#12641)
This commit is contained in:
@@ -9,21 +9,24 @@ artistic filters and more forms of image processing GEGL can also be used from t
|
||||
HOMEPAGE="https://gegl.org/"
|
||||
COPYRIGHT="Øyvind Kolås"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.gimp.org/pub/gegl/0.4/gegl-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="a04a64b90f9b5ac9ae5643401c7d5eb3cb41f42c52ce9787089b5d2a2dd3cc5c"
|
||||
CHECKSUM_SHA256="5887576371ebf1d9e90797d10e4b9a7f1658228d4827583e79e1db3d94505c6c"
|
||||
PATCHES="gegl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="$portVersion"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
gegl$secondaryArchSuffix = $portVersion compat >= 0
|
||||
cmd:gegl$secondaryArchSuffix
|
||||
cmd:gegl_imgcmp$secondaryArchSuffix
|
||||
lib:libgegl_0.4$secondaryArchSuffix = 0.455.1 compat >= 0
|
||||
lib:libgegl_sc_0.4$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:libgegl_npd_0.4$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:libgegl_0.4$secondaryArchSuffix = 0.461.1 compat >= 0
|
||||
lib:libgegl_sc_0.4$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libgegl_npd_0.4$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -61,9 +64,9 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
gegl${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libgegl_0.4$secondaryArchSuffix = 0.455.1 compat >= 0
|
||||
devel:libgegl_sc_0.4$secondaryArchSuffix = $portVersion compat >= 0
|
||||
devel:libgegl_npd_0.4$secondaryArchSuffix = $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
|
||||
"
|
||||
REQUIRES_devel="
|
||||
gegl$secondaryArchSuffix == $portVersion base
|
||||
@@ -92,8 +95,8 @@ BUILD_REQUIRES="
|
||||
devel:libpangocairo_1.0$secondaryArchSuffix
|
||||
devel:libpangoft2_1.0$secondaryArchSuffix
|
||||
devel:libpng16$secondaryArchSuffix
|
||||
devel:libpoppler$secondaryArchSuffix >= 144
|
||||
devel:libpoppler_glib$secondaryArchSuffix >= 8.28
|
||||
devel:libpoppler$secondaryArchSuffix >= 148
|
||||
devel:libpoppler_glib$secondaryArchSuffix >= 8.29
|
||||
devel:libraw$secondaryArchSuffix
|
||||
devel:librsvg_2$secondaryArchSuffix
|
||||
devel:libtiff$secondaryArchSuffix
|
||||
@@ -1,14 +1,14 @@
|
||||
From 4f485365b7bb97c488d12b1a58237e031520bddc Mon Sep 17 00:00:00 2001
|
||||
From 4e30cade58410194daff995a76558826b5dca519 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 4725ca4..c7175fa 100644
|
||||
index 3333455..af95487 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -148,7 +148,7 @@ ruby = find_program('ruby', required: false)
|
||||
@@ -268,7 +268,7 @@ w3m = find_program('w3m',
|
||||
# Required Dependencies
|
||||
|
||||
config.set('HAVE_UNISTD_H', cc.has_header('unistd.h'))
|
||||
@@ -18,5 +18,5 @@ index 4725ca4..c7175fa 100644
|
||||
config.set('HAVE_MALLOC_TRIM', cc.has_function('malloc_trim'))
|
||||
config.set('HAVE_STRPTIME', cc.has_function('strptime'))
|
||||
--
|
||||
2.30.0
|
||||
2.48.1
|
||||
|
||||
Reference in New Issue
Block a user