[gegl] workshop: adopt spyrograph



commit 4b45d2842c16779a70541b8fad1a0f9963cf0320
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Oct 25 14:20:36 2018 +0200

    workshop: adopt spyrograph
    
    The UI of the op seemingly hangs/does little when used from GIMP.

 operations/external/Makefile.am                 |  5 +----
 operations/workshop/external/Makefile.am        | 11 ++++++++++-
 operations/{ => workshop}/external/spyrograph.c |  0
 po/POTFILES.in                                  |  1 +
 4 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/operations/external/Makefile.am b/operations/external/Makefile.am
index c18c072e9..bfc337d32 100644
--- a/operations/external/Makefile.am
+++ b/operations/external/Makefile.am
@@ -17,7 +17,7 @@ gif_load_la_LIBADD = $(op_libs)
 gif_load_la_CFLAGS = $(AM_CFLAGS)
 
 if HAVE_CAIRO
-ops += path.la vector-fill.la vector-stroke.la spyrograph.la
+ops += path.la vector-fill.la vector-stroke.la
 path_la_SOURCES = path.c
 path_la_LIBADD = $(op_libs) $(CAIRO_LIBS)
 path_la_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS)
@@ -27,9 +27,6 @@ vector_fill_la_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS)
 vector_stroke_la_SOURCES = vector-stroke.c
 vector_stroke_la_LIBADD = $(op_libs) $(CAIRO_LIBS)
 vector_stroke_la_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS)
-spyrograph_la_SOURCES = spyrograph.c
-spyrograph_la_LIBADD = $(op_libs) $(CAIRO_LIBS)
-spyrograph_la_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS)
 endif
 
 if HAVE_PNG
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index 238631d9b..19e82e389 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -4,11 +4,20 @@ include $(top_srcdir)/operations/Makefile-common.am
 # for a specific dependency.
 ops =
 
+
+
+
+
 if HAVE_CAIRO
 line_profile_la_SOURCES = line-profile.c
 line_profile_la_LIBADD = $(op_libs) $(CAIRO_LIBS) $(PANGO_LIBS)
 line_profile_la_CFLAGS = $(CAIRO_CFLAGS) $(PANGO_CFLAGS) $(BABL_CFLAGS) $(GLIB_CFLAGS)
-ops += line-profile.la
+ops += line-profile.la spyrograph.la
+
+spyrograph_la_SOURCES = spyrograph.c
+spyrograph_la_LIBADD = $(op_libs) $(CAIRO_LIBS)
+spyrograph_la_CFLAGS = $(AM_CFLAGS) $(CAIRO_CFLAGS)
+
 endif
 
 if HAVE_LUA
diff --git a/operations/external/spyrograph.c b/operations/workshop/external/spyrograph.c
similarity index 100%
rename from operations/external/spyrograph.c
rename to operations/workshop/external/spyrograph.c
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 19e2f5741..dc3d90a00 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -256,6 +256,7 @@ operations/workshop/external/gluas.c
 operations/workshop/external/lens-correct.c
 operations/workshop/external/line-profile.c
 operations/workshop/external/v4l2.c
+operations/workshop/external/spyrograph.c
 operations/workshop/aces-rrt.c
 operations/workshop/generated/average.c
 operations/workshop/generated/blend-reflect.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]