[gegl] operations: add gegl:convert-space and gegl:cast-space to build



commit cbb65a1cd2bd8f48238ca74462f15ad5f7177dd6
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed Nov 18 17:19:35 2020 +0100

    operations: add gegl:convert-space and gegl:cast-space to build

 operations/core/convert-space.c | 2 +-
 operations/core/meson.build     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/operations/core/convert-space.c b/operations/core/convert-space.c
index dc45fbc55..bf83eca18 100644
--- a/operations/core/convert-space.c
+++ b/operations/core/convert-space.c
@@ -103,7 +103,7 @@ gegl_op_class_init (GeglOpClass *klass)
               "name",        "gegl:convert-space",
               "title",       _("Convert color space"),
               "categories",  "core:color",
-              "description", _("set color space which subsequent babl-formats in the pipeline are created 
with, and the ICC profile potentially embedded for external color management, setting a pointer to a format 
override the string property and setting an aux pad overrides both. "),
+              "description", _("set color space which subsequent babl-formats in the pipeline are created 
with, and the ICC profile potentially embedded for external color management, setting a pointer to a format 
overrides the string property and setting an aux pad overrides both. "),
               NULL);
 }
 
diff --git a/operations/core/meson.build b/operations/core/meson.build
index 9efabfd46..ca9e72ccb 100644
--- a/operations/core/meson.build
+++ b/operations/core/meson.build
@@ -2,8 +2,10 @@
 gegl_core_sources = files(
   'cache.c',
   'cast-format.c',
+  'cast-space.c',
   'clone.c',
   'convert-format.c',
+  'convert-space.c',
   'crop.c',
   'json.c',
   'load.c',


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