[gegl] operations: move color-rotate from workshop/ to common/



commit 81b3766176631b375125dc0970acfe26399c1f03
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 29 18:25:52 2014 +0200

    operations: move color-rotate from workshop/ to common/

 operations/common/Makefile.am                  |    1 +
 operations/{workshop => common}/color-rotate.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 b984265..92eb897 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -25,6 +25,7 @@ op_LTLIBRARIES = \
        channel-mixer.la \
        checkerboard.la \
        color-reduction.la \
+       color-rotate.la \
        color-temperature.la \
        color-to-alpha.la \
        color.la \
diff --git a/operations/workshop/color-rotate.c b/operations/common/color-rotate.c
similarity index 100%
rename from operations/workshop/color-rotate.c
rename to operations/common/color-rotate.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 1a7ec4c..8e273ea 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -14,7 +14,6 @@ op_LTLIBRARIES =    \
        box-min.la \
        box-percentile.la \
        buffer-cache.la \
-       color-rotate.la \
        demosaic-bimedian.la \
        demosaic-simple.la \
        disc-percentile.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f466146..5c124a0 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -20,6 +20,7 @@ operations/common/channel-mixer.c
 operations/common/checkerboard.c
 operations/common/color.c
 operations/common/color-reduction.c
+operations/common/color-rotate.c
 operations/common/color-temperature.c
 operations/common/color-to-alpha.c
 operations/common/contrast-curve.c
@@ -189,7 +190,6 @@ operations/workshop/box-max.c
 operations/workshop/box-min.c
 operations/workshop/box-percentile.c
 operations/workshop/buffer-cache.c
-operations/workshop/color-rotate.c
 operations/workshop/demosaic-bimedian.c
 operations/workshop/demosaic-simple.c
 operations/workshop/disc-percentile.c


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