[gegl] bloom: move from workshop to common



commit 39ea4f7afda222b5b151377689ea8b125624cc8e
Author: Ell <ell_se yahoo com>
Date:   Mon Mar 23 21:22:08 2020 +0200

    bloom: move from workshop to common

 operations/{workshop => common}/bloom.c | 0
 operations/common/meson.build           | 1 +
 operations/workshop/meson.build         | 1 -
 po/POTFILES.in                          | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/workshop/bloom.c b/operations/common/bloom.c
similarity index 100%
rename from operations/workshop/bloom.c
rename to operations/common/bloom.c
diff --git a/operations/common/meson.build b/operations/common/meson.build
index 50a10d9de..f6156a47d 100644
--- a/operations/common/meson.build
+++ b/operations/common/meson.build
@@ -2,6 +2,7 @@ gegl_common_sources = files(
   'absolute.c',
   'alien-map.c',
   'bilateral-filter.c',
+  'bloom.c',
   'box-blur.c',
   'brightness-contrast.c',
   'buffer-sink.c',
diff --git a/operations/workshop/meson.build b/operations/workshop/meson.build
index b9600ff41..8d8bbab05 100644
--- a/operations/workshop/meson.build
+++ b/operations/workshop/meson.build
@@ -5,7 +5,6 @@ libraries = [
   { 'name': 'aces-rrt', },
   { 'name': 'alpha-inpaint', },
   { 'name': 'bilateral-filter-fast', },
-  { 'name': 'bloom', },
   { 'name': 'boxblur-1d', },
   { 'name': 'boxblur', },
   { 'name': 'connected-components', },
diff --git a/po/POTFILES.in b/po/POTFILES.in
index f730ac868..174c4d722 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -15,6 +15,7 @@ gegl/operation/gegl-operation-composer.c
 operations/common/absolute.c
 operations/common/alien-map.c
 operations/common/bilateral-filter.c
+operations/common/bloom.c
 operations/common/box-blur.c
 operations/common/brightness-contrast.c
 operations/common/buffer-sink.c
@@ -260,7 +261,6 @@ operations/transform/transform-core.c
 operations/transform/translate.c
 operations/workshop/aces-rrt.c
 operations/workshop/bilateral-filter-fast.c
-operations/workshop/bloom.c
 operations/workshop/boxblur-1d.c
 operations/workshop/boxblur.c
 operations/workshop/connected-components.c


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