]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- added no-lua patch (fixes build without lua) auto/th/gegl-0.4.18-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Dec 2019 10:53:15 +0000 (11:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Dec 2019 10:53:15 +0000 (11:53 +0100)
gegl-no-lua.patch [new file with mode: 0644]
gegl.spec

diff --git a/gegl-no-lua.patch b/gegl-no-lua.patch
new file mode 100644 (file)
index 0000000..0bad8b5
--- /dev/null
@@ -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',
index c17bd53e04bd569469b254ae4202b24c990e09a1..fdc2a6c2c58a5b4f54baea8c3580797f2eea0216 100644 (file)
--- 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"
This page took 0.203225 seconds and 4 git commands to generate.