[packages/gegl] - added no-lua patch (fixes build without lua)
qboosh
qboosh at pld-linux.org
Sun Dec 1 11:52:47 CET 2019
commit 62e7cf53735c164c5e938c74895c8ee510bc5d81
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Dec 1 11:53:15 2019 +0100
- added no-lua patch (fixes build without lua)
gegl-no-lua.patch | 11 +++++++++++
gegl.spec | 2 ++
2 files changed, 13 insertions(+)
---
diff --git a/gegl.spec b/gegl.spec
index c17bd53..fdc2a6c 100644
--- a/gegl.spec
+++ b/gegl.spec
@@ -30,6 +30,7 @@ Patch1: %{name}-ruby1.9.patch
Patch2: %{name}-build.patch
Patch3: umfpack.patch
Patch4: %{name}-link.patch
+Patch5: %{name}-no-lua.patch
URL: http://www.gegl.org/
BuildRequires: OpenEXR-devel >= 1.6.1
BuildRequires: SDL2-devel >= 2.0.5
@@ -187,6 +188,7 @@ API języka Vala dla biblioteki gegl.
%patch2 -p1
%patch3 -p1
%patch4 -p1
+%patch5 -p1
%build
CPPFLAGS="%{rpmcppflags} -I/usr/include/umfpack"
diff --git a/gegl-no-lua.patch b/gegl-no-lua.patch
new file mode 100644
index 0000000..0bad8b5
--- /dev/null
+++ b/gegl-no-lua.patch
@@ -0,0 +1,11 @@
+--- gegl-0.4.18/bin/meson.build.orig 2019-10-27 01:01:07.000000000 +0200
++++ gegl-0.4.18/bin/meson.build 2019-12-01 10:49:47.905607335 +0100
+@@ -18,7 +18,7 @@
+ gegl_deps += [ libpng, ]
+ endif
+
+-if mrg.found() and gexiv2.found() and lua.found()
++if mrg.found() and gexiv2.found()
+ gegl_sources += files(
+ 'argvs.c',
+ 'mrg-gegl.c',
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gegl.git/commitdiff/62e7cf53735c164c5e938c74895c8ee510bc5d81
More information about the pld-cvs-commit
mailing list