[gegl] operations: move gegl:pack out of workshop



commit 693756491371216e41844963e67e034074d3425a
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed May 20 20:43:30 2020 +0200

    operations: move gegl:pack out of workshop

 operations/common/meson.build          | 1 +
 operations/{workshop => common}/pack.c | 0
 operations/workshop/meson.build        | 1 -
 po/POTFILES.in                         | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/meson.build b/operations/common/meson.build
index f6156a47d..41ce080e1 100644
--- a/operations/common/meson.build
+++ b/operations/common/meson.build
@@ -77,6 +77,7 @@ gegl_common_sources = files(
   'opacity.c',
   'open-buffer.c',
   'over.c',
+  'pack.c', 
   'panorama-projection.c',
   'pixelize.c',
   'posterize.c',
diff --git a/operations/workshop/pack.c b/operations/common/pack.c
similarity index 100%
rename from operations/workshop/pack.c
rename to operations/common/pack.c
diff --git a/operations/workshop/meson.build b/operations/workshop/meson.build
index b5d3f43a1..a1324cfad 100644
--- a/operations/workshop/meson.build
+++ b/operations/workshop/meson.build
@@ -14,7 +14,6 @@ gegl_workshop_sources = files(
   'band-tune.c', 
   'gcr.c', 
   'gradient-map.c', 
-  'pack.c', 
   'integral-image.c', 
   'rawbayer-load.c', 
   'segment-kmeans.c', 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5944f191f..8ace58be3 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -90,6 +90,7 @@ operations/common/normal-map.c
 operations/common/opacity.c
 operations/common/open-buffer.c
 operations/common/over.c
+operations/common/pack.c
 operations/common/panorama-projection.c
 operations/common/pixelize.c
 operations/common/posterize.c
@@ -289,4 +290,3 @@ operations/workshop/integral-image.c
 operations/workshop/rawbayer-load.c
 operations/workshop/segment-kmeans.c
 operations/workshop/selective-hue-saturation.c
-operations/workshop/pack.c


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