[packages/gegl] - added gegl patch (adjust headers for mrg 201909+); release 3

qboosh qboosh at pld-linux.org
Sun Dec 1 21:00:13 CET 2019


commit 8c7f41fe6de86b2f97f76ed51d8dbeb5c46c677a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Dec 1 21:00:41 2019 +0100

    - added gegl patch (adjust headers for mrg 201909+); release 3

 gegl-mrg.patch | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 gegl.spec      |  4 +++-
 2 files changed, 66 insertions(+), 1 deletion(-)
---
diff --git a/gegl.spec b/gegl.spec
index 1b7b141..63098fe 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -21,11 +21,12 @@ Summary:	Generic image processing library
 Summary(pl.UTF-8):	Ogólna biblioteka przetwarzania obrazu
 Name:		gegl
 Version:	0.4.18
-Release:	2
+Release:	3
 License:	LGPL v3+/GPL v3+
 Group:		Libraries
 Source0:	https://download.gimp.org/pub/gegl/0.4/%{name}-%{version}.tar.xz
 # Source0-md5:	567f9e6c0a0a1a4145a1a1b254ca9ac5
+Patch0:		%{name}-mrg.patch
 Patch1:		%{name}-ruby1.9.patch
 Patch2:		%{name}-build.patch
 Patch3:		umfpack.patch
@@ -184,6 +185,7 @@ API języka Vala dla biblioteki gegl.
 
 %prep
 %setup -q
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
diff --git a/gegl-mrg.patch b/gegl-mrg.patch
new file mode 100644
index 0000000..a7725f2
--- /dev/null
+++ b/gegl-mrg.patch
@@ -0,0 +1,63 @@
+--- gegl-0.4.18/bin/argvs.c.orig	2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/argvs.c	2019-12-01 20:46:00.605726065 +0100
+@@ -25,8 +25,8 @@
+ 
+ 
+ #ifdef MRG_PRINTF
+-#include <mrg.h>
+-#include <mrg-string.h>
++#include <mrg/mrg.h>
++#include <mrg/mrg-string.h>
+ extern Mrg *mrg;
+ extern MrgList *scrollback;
+ extern int use_ui;
+--- gegl-0.4.18/bin/mrg-gegl.c.orig	2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/mrg-gegl.c	2019-12-01 20:53:41.246563892 +0100
+@@ -36,7 +36,7 @@
+ #include <unistd.h>
+ #include <dirent.h>
+ #include <math.h>
+-#include <mrg.h>
++#include <mrg/mrg.h>
+ #include <gegl.h>
+ #include <gexiv2/gexiv2.h>
+ #include <gegl-paramspecs.h>
+--- gegl-0.4.18/bin/ui-collection.c.orig	2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/ui-collection.c	2019-12-01 20:53:51.686507334 +0100
+@@ -25,8 +25,8 @@
+ #include <unistd.h>
+ #include <dirent.h>
+ #include <math.h>
+-#include <mrg.h>
+-#include <mrg-string.h>
++#include <mrg/mrg.h>
++#include <mrg/mrg-string.h>
+ #include <gegl.h>
+ #include <gexiv2/gexiv2.h>
+ #include <gegl-paramspecs.h>
+--- gegl-0.4.18/bin/ui-core.c.orig	2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/ui-core.c	2019-12-01 20:53:58.173138860 +0100
+@@ -107,8 +107,8 @@ const char *css =
+ #include <unistd.h>
+ #include <dirent.h>
+ #include <math.h>
+-#include <mrg.h>
+-#include <mrg-string.h>
++#include <mrg/mrg.h>
++#include <mrg/mrg-string.h>
+ #include <gegl.h>
+ #include <gexiv2/gexiv2.h>
+ #include <gegl-paramspecs.h>
+--- gegl-0.4.18/bin/ui-viewer.c.orig	2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/ui-viewer.c	2019-12-01 20:54:06.116429161 +0100
+@@ -24,8 +24,8 @@
+ #include <unistd.h>
+ #include <dirent.h>
+ #include <math.h>
+-#include <mrg.h>
+-#include <mrg-string.h>
++#include <mrg/mrg.h>
++#include <mrg/mrg-string.h>
+ #include <gegl.h>
+ #include <gexiv2/gexiv2.h>
+ #include <gegl-paramspecs.h>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/8c7f41fe6de86b2f97f76ed51d8dbeb5c46c677a



More information about the pld-cvs-commit mailing list