[packages/gegl] - updated to 0.4.38 - removed umfpack patch, switched UMFPACK to SuiteSparse-UMFPACK

qboosh qboosh at pld-linux.org
Fri Jan 13 15:51:32 CET 2023


commit 07923e4a47ba283c67ececea379402c7ada49131
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jan 13 15:52:40 2023 +0100

    - updated to 0.4.38
    - removed umfpack patch, switched UMFPACK to SuiteSparse-UMFPACK

 gegl-link.patch | 14 +++++++-------
 gegl.spec       |  9 +++------
 umfpack.patch   | 13 -------------
 3 files changed, 10 insertions(+), 26 deletions(-)
---
diff --git a/gegl.spec b/gegl.spec
index 3ad8c52..4b299f7 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -20,21 +20,20 @@
 Summary:	Generic image processing library
 Summary(pl.UTF-8):	Ogólna biblioteka przetwarzania obrazu
 Name:		gegl
-Version:	0.4.36
+Version:	0.4.38
 Release:	1
 License:	LGPL v3+/GPL v3+
 Group:		Libraries
 Source0:	https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
-# Source0-md5:	ed07ff53e7c9f0d2320c729b7d1ba386
+# Source0-md5:	8de1ad0dcb9965d0cebb68fdba556a25
 Patch1:		%{name}-ruby1.9.patch
 Patch2:		%{name}-build.patch
-Patch3:		umfpack.patch
 Patch4:		%{name}-link.patch
 Patch5:		%{name}-no-lua.patch
 URL:		https://www.gegl.org/
 BuildRequires:	OpenEXR-devel >= 1.6.1
 BuildRequires:	SDL2-devel >= 2.0.5
-BuildRequires:	UMFPACK-devel
+BuildRequires:	SuiteSparse-UMFPACK-devel
 BuildRequires:	asciidoc
 BuildRequires:	babl-devel >= %{babl_ver}
 BuildRequires:	bash
@@ -189,12 +188,10 @@ API języka Vala dla biblioteki gegl.
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 %patch4 -p1
 %patch5 -p1
 
 %build
-CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
 %meson build \
 	%{?with_doc:-Ddocs=true} \
 	%{?with_doc:-Dgtk-doc=true} \
diff --git a/gegl-link.patch b/gegl-link.patch
index 3f973ba..ef8e763 100644
--- a/gegl-link.patch
+++ b/gegl-link.patch
@@ -1,10 +1,10 @@
---- gegl-0.4.18/seamless-clone/meson.build.orig	2019-10-27 01:01:07.000000000 +0200
-+++ gegl-0.4.18/seamless-clone/meson.build	2019-11-30 19:46:21.886515954 +0100
-@@ -22,6 +22,7 @@
-     glib,
-     gobject,
+--- gegl-0.4.38/seamless-clone/meson.build.orig	2022-07-13 22:16:56.000000000 +0200
++++ gegl-0.4.38/seamless-clone/meson.build	2023-01-13 06:08:46.168109816 +0100
+@@ -20,6 +20,7 @@ seamlessclone_lib = library('gegl-sc-' +
+   dependencies: [
+     gegl_dep,
      poly2tri_c,
 +    math,
    ],
-   link_with: [
-     gegl_lib,
+   install: true,
+ )
diff --git a/umfpack.patch b/umfpack.patch
deleted file mode 100644
index d8d003b..0000000
--- a/umfpack.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gegl-0.2.0/operations/external/matting-levin.c~	2012-03-29 22:05:50.000000000 +0200
-+++ gegl-0.2.0/operations/external/matting-levin.c	2014-10-12 19:56:41.699138429 +0200
-@@ -61,6 +61,10 @@
- #include <suitesparse/umfpack.h>
- #endif
- 
-+#ifndef UF_long
-+#define UF_long SuiteSparse_long
-+#endif
-+
- #include "matting-levin-cblas.h"
- 
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/07923e4a47ba283c67ececea379402c7ada49131



More information about the pld-cvs-commit mailing list