[gegl] operations: move bayer-matrix and linear-sinusoid out of the workshop



commit 0919d13bc8d2e6e772b465d35a3ef70e07b2038e
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jun 28 15:20:11 2019 +0200

    operations: move bayer-matrix and linear-sinusoid out of the workshop
    
    to common-gpl3+

 operations/common-gpl3+/Makefile.am                     | 4 +++-
 operations/{workshop => common-gpl3+}/bayer-matrix.c    | 0
 operations/{workshop => common-gpl3+}/linear-sinusoid.c | 0
 operations/workshop/Makefile.am                         | 2 --
 po/POTFILES.in                                          | 4 ++--
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common-gpl3+/Makefile.am b/operations/common-gpl3+/Makefile.am
index 4bf3e9eaf..5997dfe29 100644
--- a/operations/common-gpl3+/Makefile.am
+++ b/operations/common-gpl3+/Makefile.am
@@ -11,9 +11,10 @@ op_LTLIBRARIES = \
        gegl-common-gpl3.la 
 
 gegl_common_gpl3_la_SOURCES =\
-       module.c \
+       module.c \
        antialias.c \
        apply-lens.c \
+       bayer-matrix.c \
        bump-map.c \
        cartoon.c \
        channel-mixer.c \
@@ -33,6 +34,7 @@ gegl_common_gpl3_la_SOURCES =\
        illusion.c \
        lens-distortion.c \
        lens-flare.c \
+       linear-sinusoid.c \
        maze.c \
        mosaic.c \
        motion-blur-circular.c \
diff --git a/operations/workshop/bayer-matrix.c b/operations/common-gpl3+/bayer-matrix.c
similarity index 100%
rename from operations/workshop/bayer-matrix.c
rename to operations/common-gpl3+/bayer-matrix.c
diff --git a/operations/workshop/linear-sinusoid.c b/operations/common-gpl3+/linear-sinusoid.c
similarity index 100%
rename from operations/workshop/linear-sinusoid.c
rename to operations/common-gpl3+/linear-sinusoid.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 5f3ac9ef0..da4c8e447 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -9,7 +9,6 @@ AM_CPPFLAGS += -I$(srcdir)
 LIBS = $(op_libs)
 
 ops = \
-       bayer-matrix.la \
        bilateral-filter-fast.la \
        boxblur.la \
        boxblur-1d.la \
@@ -25,7 +24,6 @@ ops = \
        aces-rrt.la \
        inpaint.la \
        integral-image.la \
-       linear-sinusoid.la \
        rawbayer-load.la  \
        segment-kmeans.la \
        selective-hue-saturation.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 99fce74d5..51e9a622a 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -123,6 +123,7 @@ operations/common-cxx/distance-transform.cc
 operations/common-cxx/warp.cc
 operations/common-gpl3+/antialias.c
 operations/common-gpl3+/apply-lens.c
+operations/common-gpl3+/bayer-matrix.c
 operations/common-gpl3+/bump-map.c
 operations/common-gpl3+/cartoon.c
 operations/common-gpl3+/channel-mixer.c
@@ -142,6 +143,7 @@ operations/common-gpl3+/gaussian-blur-selective.c
 operations/common-gpl3+/illusion.c
 operations/common-gpl3+/lens-distortion.c
 operations/common-gpl3+/lens-flare.c
+operations/common-gpl3+/linear-sinusoid.c
 operations/common-gpl3+/maze.c
 operations/common-gpl3+/mosaic.c
 operations/common-gpl3+/motion-blur-circular.c
@@ -251,7 +253,6 @@ operations/transform/transform.c
 operations/transform/transform-core.c
 operations/transform/translate.c
 operations/workshop/aces-rrt.c
-operations/workshop/bayer-matrix.c
 operations/workshop/bilateral-filter-fast.c
 operations/workshop/boxblur-1d.c
 operations/workshop/boxblur.c
@@ -274,7 +275,6 @@ operations/workshop/generated/subtractive.c
 operations/workshop/gradient-map.c
 operations/workshop/hstack.c
 operations/workshop/integral-image.c
-operations/workshop/linear-sinusoid.c
 operations/workshop/rawbayer-load.c
 operations/workshop/segment-kmeans.c
 operations/workshop/selective-hue-saturation.c


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