[gegl] color-overlay: move from workshop to common



commit 618dc6e3d44dc8a0457386fb24871d25a24faec0
Author: Ell <ell_se yahoo com>
Date:   Thu Apr 26 05:19:59 2018 -0400

    color-overlay: move from workshop to common

 operations/common/Makefile.am                   |    1 +
 operations/{workshop => common}/color-overlay.c |    6 +++---
 operations/workshop/Makefile.am                 |    1 -
 po/POTFILES.in                                  |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index afe85bf..90cefb2 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -25,6 +25,7 @@ gegl_common_la_SOURCES =\
        checkerboard.c \
        dither.c \
        color-enhance.c \
+       color-overlay.c \
        color-rotate.c \
        color-temperature.c \
        color-warp.c \
diff --git a/operations/workshop/color-overlay.c b/operations/common/color-overlay.c
similarity index 97%
rename from operations/workshop/color-overlay.c
rename to operations/common/color-overlay.c
index 28a94a1..98c9a45 100644
--- a/operations/workshop/color-overlay.c
+++ b/operations/common/color-overlay.c
@@ -152,9 +152,9 @@ gegl_op_class_init (GeglOpClass *klass)
   point_filter_class->process = process;
 
   gegl_operation_class_set_keys (operation_class,
-      "name",       "gegl:color-overlay",
-      "categories", "color",
-      "title",      _("Color Overlay"),
+      "name",        "gegl:color-overlay",
+      "categories",  "color",
+      "title",       _("Color Overlay"),
       "description", _("Paint a color overlay over the input, "
                        "preserving its transparency."),
       NULL);
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index bc13f77..b0dcf5f 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -12,7 +12,6 @@ opdir = $(ext_dir)
 op_LTLIBRARIES = \
        bayer-matrix.la \
        bilateral-filter-fast.la \
-       color-overlay.la \
        demosaic-bimedian.la \
        demosaic-simple.la \
        ditto.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c43e8f1..b30917a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -16,6 +16,7 @@ operations/common/c2g.c
 operations/common/checkerboard.c
 operations/common/color.c
 operations/common/color-enhance.c
+operations/common/color-overlay.c
 operations/common/color-rotate.c
 operations/common/color-temperature.c
 operations/common/color-warp.c
@@ -237,7 +238,6 @@ operations/transform/transform-core.c
 operations/transform/translate.c
 operations/workshop/bayer-matrix.c
 operations/workshop/bilateral-filter-fast.c
-operations/workshop/color-overlay.c
 operations/workshop/demosaic-bimedian.c
 operations/workshop/demosaic-simple.c
 operations/workshop/ditto.c


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