[gegl] workshop: cleanup move rgb-clip to common



commit 6ccf8aed02ed521be8cb9c349c36f3499829819f
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Oct 3 18:35:49 2016 +0200

    workshop: cleanup move rgb-clip to common

 operations/common/Makefile.am              |    1 +
 operations/{workshop => common}/rgb-clip.c |    0
 operations/workshop/Makefile.am            |    2 -
 operations/workshop/ink-simulator.c        | 1431 ----------------------------
 po/POTFILES.in                             |    3 +-
 5 files changed, 2 insertions(+), 1435 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index ef97fe9..85dc0ac 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -120,6 +120,7 @@ gegl_common_la_SOURCES =\
        red-eye-removal.c \
        reinhard05.c \
        remap.c \
+    rgb-clip.c \
        ripple.c \
        saturation.c \
        save.c \
diff --git a/operations/workshop/rgb-clip.c b/operations/common/rgb-clip.c
similarity index 100%
rename from operations/workshop/rgb-clip.c
rename to operations/common/rgb-clip.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 84cfedc..8d53d5d 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -18,12 +18,10 @@ op_LTLIBRARIES =    \
        demosaic-simple.la \
        ditto.la \
        hstack.la \
-       ink-simulator.la \
        kuwahara.la \
        mandelbrot.la \
        median-blur.la \
        rawbayer-load.la \
-       rgb-clip.la \
        unpremul.la \
     vhsfix.la \
        gradient-map.la
diff --git a/po/POTFILES.in b/po/POTFILES.in
index af448ad..113f6c6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -106,6 +106,7 @@ operations/common/rectangle.c
 operations/common/red-eye-removal.c
 operations/common/reinhard05.c
 operations/common/remap.c
+operations/common/rgb-clip.c
 operations/common/ripple.c
 operations/common/saturation.c
 operations/common/save.c
@@ -233,10 +234,8 @@ operations/workshop/generated/soft-dodge.c
 operations/workshop/generated/subtractive.c
 operations/workshop/gradient-map.c
 operations/workshop/hstack.c
-operations/workshop/ink-simulator.c
 operations/workshop/kuwahara.c
 operations/workshop/mandelbrot.c
 operations/workshop/median-blur.c
 operations/workshop/rawbayer-load.c
-operations/workshop/rgb-clip.c
 operations/workshop/vhsfix.c


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