[gimp] plug-ins: rename file-raw to file-raw-data



commit 14ab0da02017aec11ca3b09f9a22bc375906513a
Author: Michael Natterer <mitch gimp org>
Date:   Sun Sep 1 20:02:56 2013 +0200

    plug-ins: rename file-raw to file-raw-data
    
    to remove confusion with raw digital camera files.

 plug-ins/common/.gitignore                      |    4 ++--
 plug-ins/common/Makefile.am                     |   10 +++++-----
 plug-ins/common/{file-raw.c => file-raw-data.c} |    6 +++---
 plug-ins/common/gimprc.common                   |    2 +-
 plug-ins/common/plugin-defs.pl                  |    2 +-
 po-plug-ins/POTFILES.in                         |    2 +-
 6 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/plug-ins/common/.gitignore b/plug-ins/common/.gitignore
index b68df8b..545795b 100644
--- a/plug-ins/common/.gitignore
+++ b/plug-ins/common/.gitignore
@@ -130,8 +130,8 @@
 /file-ps.exe
 /file-psp
 /file-psp.exe
-/file-raw
-/file-raw.exe
+/file-raw-data
+/file-raw-data.exe
 /file-sunras
 /file-sunras.exe
 /file-svg
diff --git a/plug-ins/common/Makefile.am b/plug-ins/common/Makefile.am
index 5fa5ac7..893ad4f 100644
--- a/plug-ins/common/Makefile.am
+++ b/plug-ins/common/Makefile.am
@@ -108,7 +108,7 @@ libexec_PROGRAMS = \
        file-pnm \
        $(FILE_PS) \
        $(FILE_PSP) \
-       file-raw \
+       file-raw-data \
        file-sunras \
        $(FILE_SVG) \
        file-tga \
@@ -1316,10 +1316,10 @@ file_psp_LDADD = \
        $(INTLLIBS)             \
        $(file_psp_RC)
 
-file_raw_SOURCES = \
-       file-raw.c
+file_raw_data_SOURCES = \
+       file-raw-data.c
 
-file_raw_LDADD = \
+file_raw_data_LDADD = \
        $(libgimpui)            \
        $(libgimpwidgets)       \
        $(libgimpmodule)        \
@@ -1332,7 +1332,7 @@ file_raw_LDADD = \
        $(GEGL_LIBS)            \
        $(RT_LIBS)              \
        $(INTLLIBS)             \
-       $(file_raw_RC)
+       $(file_raw_data_RC)
 
 file_sunras_SOURCES = \
        file-sunras.c
diff --git a/plug-ins/common/file-raw.c b/plug-ins/common/file-raw-data.c
similarity index 99%
rename from plug-ins/common/file-raw.c
rename to plug-ins/common/file-raw-data.c
index 4dbba22..057cbc7 100644
--- a/plug-ins/common/file-raw.c
+++ b/plug-ins/common/file-raw-data.c
@@ -1,4 +1,4 @@
-/* Raw image loader (and saver) plugin 3.4
+/* Raw data image loader (and saver) plugin 3.4
  *
  * by tim copperfield [timecop japan co jp]
  * http://www.ne.jp/asahi/linux/timecop
@@ -48,8 +48,8 @@
 
 #define LOAD_PROC      "file-raw-load"
 #define SAVE_PROC      "file-raw-save"
-#define PLUG_IN_BINARY "file-raw"
-#define PLUG_IN_ROLE   "gimp-file-raw"
+#define PLUG_IN_BINARY "file-raw-data"
+#define PLUG_IN_ROLE   "gimp-file-raw-data"
 #define PREVIEW_SIZE   350
 
 
diff --git a/plug-ins/common/gimprc.common b/plug-ins/common/gimprc.common
index fddb20b..d77949e 100644
--- a/plug-ins/common/gimprc.common
+++ b/plug-ins/common/gimprc.common
@@ -62,7 +62,7 @@ file_png_RC = file-png.rc.o
 file_pnm_RC = file-pnm.rc.o
 file_ps_RC = file-ps.rc.o
 file_psp_RC = file-psp.rc.o
-file_raw_RC = file-raw.rc.o
+file_raw_data_RC = file-raw-data.rc.o
 file_sunras_RC = file-sunras.rc.o
 file_svg_RC = file-svg.rc.o
 file_tga_RC = file-tga.rc.o
diff --git a/plug-ins/common/plugin-defs.pl b/plug-ins/common/plugin-defs.pl
index b4f8cda..b83ffe8 100644
--- a/plug-ins/common/plugin-defs.pl
+++ b/plug-ins/common/plugin-defs.pl
@@ -63,7 +63,7 @@
     'file-pdf-save' => { ui => 1, gegl => 1, optional => 1, libs => 'CAIRO_PDF_LIBS', cflags => 
'CAIRO_PDF_CFLAGS' },
     'file-ps' => { ui => 1, gegl => 1, optional => 1, libs => 'GS_LIBS' },
     'file-psp' => { ui => 1, gegl => 1, optional => 1, libs => 'Z_LIBS' },
-    'file-raw' => { ui => 1, gegl => 1 },
+    'file-raw-data' => { ui => 1, gegl => 1 },
     'file-sunras' => { ui => 1 },
     'file-svg' => { ui => 1, optional => 1, libs => 'SVG_LIBS', cflags => 'SVG_CFLAGS' },
     'file-tga' => { ui => 1, gegl => 1 },
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index d2768bf..315ced3 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -70,7 +70,7 @@ plug-ins/common/file-png.c
 plug-ins/common/file-pnm.c
 plug-ins/common/file-ps.c
 plug-ins/common/file-psp.c
-plug-ins/common/file-raw.c
+plug-ins/common/file-raw-data.c
 plug-ins/common/file-sunras.c
 plug-ins/common/file-svg.c
 plug-ins/common/file-tga.c


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