[gegl] component-extract: move it from workshop to common



commit f8491733d0856af70e558cb0764a635c30703aec
Author: Thomas Manni <thomas manni free fr>
Date:   Thu Feb 2 17:03:33 2017 +0100

    component-extract: move it from workshop to common

 operations/common/Makefile.am                      |    1 +
 .../{workshop => common}/component-extract.c       |    0
 operations/workshop/Makefile.am                    |    1 -
 po/POTFILES.in                                     |    2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 6694afc..6fa819f 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -38,6 +38,7 @@ gegl_common_la_SOURCES =\
        color-to-alpha.c \
         color-warp.c \
        color.c \
+       component-extract.c \
        contrast-curve.c \
        convolution-matrix.c \
        copy-buffer.c \
diff --git a/operations/workshop/component-extract.c b/operations/common/component-extract.c
similarity index 100%
rename from operations/workshop/component-extract.c
rename to operations/common/component-extract.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 8ec989f..973b154 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -13,7 +13,6 @@ LIBS = $(op_libs)
 opdir = $(ext_dir)
 op_LTLIBRARIES =    \
        bilateral-filter-fast.la \
-       component-extract.la \
        demosaic-bimedian.la \
        demosaic-simple.la \
        ditto.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5e6929d..eeec6c6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -26,6 +26,7 @@ operations/common/color-rotate.c
 operations/common/color-temperature.c
 operations/common/color-to-alpha.c
 operations/common/color-warp.c
+operations/common/component-extract.c
 operations/common/contrast-curve.c
 operations/common/convolution-matrix.c
 operations/common/copy-buffer.c
@@ -223,7 +224,6 @@ operations/transform/transform.c
 operations/transform/transform-core.c
 operations/transform/translate.c
 operations/workshop/bilateral-filter-fast.c
-operations/workshop/component-extract.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]