[gegl] wavelet-blur: move it from workshop to common
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] wavelet-blur: move it from workshop to common
- Date: Mon, 23 Jan 2017 01:13:20 +0000 (UTC)
commit b5333e1f94fff21771d11aea0ab522f422793993
Author: Øyvind Kolås <pippin gimp org>
Date: Mon Jan 23 02:11:33 2017 +0100
wavelet-blur: move it from workshop to common
operations/common/Makefile.am | 1 +
operations/{workshop => common}/wavelet-blur.c | 0
operations/workshop/Makefile.am | 7 +++----
po/POTFILES.in | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/operations/common/Makefile.am b/operations/common/Makefile.am
index 6e88e2e..fb3fe10 100644
--- a/operations/common/Makefile.am
+++ b/operations/common/Makefile.am
@@ -151,6 +151,7 @@ gegl_common_la_SOURCES =\
vignette.c \
warp.c \
waves.c \
+ wavelet-blur.c \
weighted-blend.c \
whirl-pinch.c \
wind.c \
diff --git a/operations/workshop/wavelet-blur.c b/operations/common/wavelet-blur.c
similarity index 100%
rename from operations/workshop/wavelet-blur.c
rename to operations/common/wavelet-blur.c
diff --git a/operations/workshop/Makefile.am b/operations/workshop/Makefile.am
index 93e7686..1f08d20 100644
--- a/operations/workshop/Makefile.am
+++ b/operations/workshop/Makefile.am
@@ -24,8 +24,7 @@ op_LTLIBRARIES = \
median-blur.la \
rawbayer-load.la \
unpremul.la \
- vhsfix.la \
- waterpixels.la \
- watershed-transform.la \
- wavelet-blur.la
+ vhsfix.la \
+ waterpixels.la \
+ watershed-transform.la \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index dc70a3b..3511888 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -139,6 +139,7 @@ operations/common/value-propagate.c
operations/common/video-degradation.c
operations/common/vignette.c
operations/common/warp.c
+operations/common/wavelet-blur.c
operations/common/waves.c
operations/common/weighted-blend.c
operations/common/whirl-pinch.c
@@ -245,4 +246,3 @@ operations/workshop/rawbayer-load.c
operations/workshop/vhsfix.c
operations/workshop/waterpixels.c
operations/workshop/watershed-transform.c
-operations/workshop/wavelet-blur.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]