[gegl] operations: Consistently use dash as word separator in ops



commit df7ad5ee6bfbcb88a7312e1fd6ed2abd2fdff289
Author: Martin Nordholts <martinn src gnome org>
Date:   Tue Jan 5 13:28:09 2010 +0100

    operations: Consistently use dash as word separator in ops
    
    Consistently use dash as word separator in the filename of dynamically
    loaded operations.
    
    WARNING: This change can cause problems for you if you don't purge
    your existing installation before installing the ops with the new
    names.

 .../common/{weighted_blend.c => weighted-blend.c}  |    2 +-
 operations/workshop/external/Makefile.am           |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/operations/common/weighted_blend.c b/operations/common/weighted-blend.c
similarity index 98%
rename from operations/common/weighted_blend.c
rename to operations/common/weighted-blend.c
index 9b66377..d787810 100644
--- a/operations/common/weighted_blend.c
+++ b/operations/common/weighted-blend.c
@@ -27,7 +27,7 @@ gegl_chant_double (value, _("Value"), -G_MAXDOUBLE, G_MAXDOUBLE, 0.0, _("global
 #else
 
 #define GEGL_CHANT_TYPE_POINT_COMPOSER
-#define GEGL_CHANT_C_FILE       "weighted_blend.c"
+#define GEGL_CHANT_C_FILE       "weighted-blend.c"
 
 #include "gegl-chant.h"
 
diff --git a/operations/workshop/external/Makefile.am b/operations/workshop/external/Makefile.am
index 075427a..6496ab5 100644
--- a/operations/workshop/external/Makefile.am
+++ b/operations/workshop/external/Makefile.am
@@ -8,18 +8,18 @@ if HAVE_CAIRO
 line_profile_la_SOURCES = line-profile.c
 line_profile_la_LIBADD = $(op_libs) $(CAIRO_LIBS) $(PANGO_LIBS)
 line_profile_la_CFLAGS = $(CAIRO_CFLAGS) $(PANGO_CFLAGS) $(BABL_CFLAGS) $(GLIB_CFLAGS)
-ops += line_profile.la
+ops += line-profile.la
 endif
 
 if HAVE_GTK
-ops += gtk_display.la
+ops += gtk-display.la
 gtk_display_la_SOURCES = gtk-display.c
 gtk_display_la_LIBADD  = $(op_libs) $(GTK_LIBS)
 gtk_display_la_CFLAGS  = $(GTK_CFLAGS) $(BABL_CFLAGS) $(GLIB_CFLAGS)
 endif
 
 if HAVE_AVFORMAT
-ops += ff_save.la
+ops += ff-save.la
 ff_save_la_SOURCES = ff-save.c
 ff_save_la_LIBADD = $(op_libs) $(AVFORMAT_LIBS) -lswscale
 ff_save_la_CFLAGS = $(AM_CFLAGS) $(AVFORMAT_CFLAGS) $(GLIB_CFLAGS)



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