[gegl] operations: more reference hash updates



commit ae32a3e1d0d58b43ece4377346e392bb3a493017
Author: Øyvind Kolås <pippin gimp org>
Date:   Thu Mar 22 18:57:07 2018 +0100

    operations: more reference hash updates

 operations/common-gpl3+/diffraction-patterns.c |    2 +-
 operations/common-gpl3+/sinus.c                |    2 +-
 operations/common/noise-cell.c                 |    2 +-
 operations/transform/scale-ratio.c             |    2 +-
 operations/transform/scale-size-keepaspect.c   |    2 +-
 operations/transform/scale-size.c              |    2 +-
 operations/workshop/external/Makefile.am       |    8 ++++----
 7 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/operations/common-gpl3+/diffraction-patterns.c b/operations/common-gpl3+/diffraction-patterns.c
index 351f426..a19ae9a 100644
--- a/operations/common-gpl3+/diffraction-patterns.c
+++ b/operations/common-gpl3+/diffraction-patterns.c
@@ -384,7 +384,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",              _("Diffraction Patterns"),
     "categories",         "render",
     "position-dependent", "true",
-    "reference-hash",     "f709e421fe77197f8bd3e23212108823",
+    "reference-hash",     "0d0ecea7371357c8ee6dcb6b0cd063ff",
     "license",            "GPL3+",
     "description",        _("Generate diffraction patterns"),
     NULL);
diff --git a/operations/common-gpl3+/sinus.c b/operations/common-gpl3+/sinus.c
index e8f388f..a9cd30e 100644
--- a/operations/common-gpl3+/sinus.c
+++ b/operations/common-gpl3+/sinus.c
@@ -317,7 +317,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "title",              _("Sinus"),
     "categories",         "render",
     "position-dependent", "true",
-    "reference-hash",     "2b8f1c94ec19ad23f5ff3253647e759e",
+    "reference-hash",     "6c370af4b611e1b09017f10ff8d2c042",
     "license",            "GPL3+",
     "description",        _("Generate complex sinusoidal textures"),
     NULL);
diff --git a/operations/common/noise-cell.c b/operations/common/noise-cell.c
index b564e15..0d7b327 100644
--- a/operations/common/noise-cell.c
+++ b/operations/common/noise-cell.c
@@ -434,7 +434,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "position-dependent", "true",
 
     "description",        _("Generates a cellular texture."),
-    "reference-hash",     "24a97f60de37791a65ef8931c3ca3342",
+    "reference-hash",     "cdfe700e72f77251b9cc0d724ba54464",
 
     "reference",  "Steven Worley. 1996. A cellular texture basis function. In Proceedings of the 23rd annual 
conference on Computer graphics and interactive techniques (SIGGRAPH '96).",
 
diff --git a/operations/transform/scale-ratio.c b/operations/transform/scale-ratio.c
index 9e0f06e..29bdf07 100644
--- a/operations/transform/scale-ratio.c
+++ b/operations/transform/scale-ratio.c
@@ -73,7 +73,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name", "gegl:scale-ratio",
     "title", _("Scale ratio"),
     "categories", "transform",
-    "reference-hash", "82383a36824ec3f2185e19f9788843ec",
+    "reference-hash", "bbd9ada0a890f265b66eda5f5a48dc67",
     "reference-chain", "load path=images/standard-input.png scale-ratio x=2.0 y=2.0 clip-to-input=true 
origin-x=100 origin-y=100",
     "description", _("Scales the buffer according to a ratio."),
     NULL);
diff --git a/operations/transform/scale-size-keepaspect.c b/operations/transform/scale-size-keepaspect.c
index 2819eb9..c9c1882 100644
--- a/operations/transform/scale-size-keepaspect.c
+++ b/operations/transform/scale-size-keepaspect.c
@@ -103,7 +103,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name", "gegl:scale-size-keepaspect",
     "title", _("Scale size keep aspect"),
     "categories", "transform",
-    "reference-hash", "434ecb3f7b6fdc7d3ff0a3f84a419c3e",
+    "reference-hash", "21055a7509bb983967ab03a37200931a",
     "description", _("Scales the buffer to a size, preserving aspect ratio"),
     "reference-chain", "load path=images/standard-input.png scale-size-keepaspect x=140 y=-1",
     NULL);
diff --git a/operations/transform/scale-size.c b/operations/transform/scale-size.c
index f731f22..2b148d1 100644
--- a/operations/transform/scale-size.c
+++ b/operations/transform/scale-size.c
@@ -83,7 +83,7 @@ gegl_op_class_init (GeglOpClass *klass)
     "name", "gegl:scale-size",
     "title", _("Scale size"),
     "categories", "transform",
-    "reference-hash", "755cf2e6abe190dc03e7be2fa0349237",
+    "reference-hash", "36f5681fb636ea3bbb32edf3027c095a",
     "description", _("Scales the buffer according to a size."),
     NULL);
 }
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index b88315c..238631d 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -19,10 +19,10 @@ gluas_la_CFLAGS  = $(LUA_CFLAGS) $(BABL_CFLAGS) $(GLIB_CFLAGS)
 endif
 
 if HAVE_LENSFUN
-ops += lens-correct.la
-lens_correct_la_SOURCES = lens-correct.c
-lens_correct_la_LIBADD = $(op_libs) $(LENSFUN_LIBS)
-lens_correct_la_CFLAGS = $(AM_CFLAGS) $(LENSFUN_CFLAGS)
+#ops += lens-correct.la
+#lens_correct_la_SOURCES = lens-correct.c
+#lens_correct_la_LIBADD = $(op_libs) $(LENSFUN_LIBS)
+#lens_correct_la_CFLAGS = $(AM_CFLAGS) $(LENSFUN_CFLAGS)
 endif
 
 if HAVE_V4L2


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