[gimp] plug-ins: rename file-darktable/ to file-raw/



commit a653a477d1e4b1a1fe8cddb033b29d343ffa8aca
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jul 24 20:26:18 2017 +0200

    plug-ins: rename file-darktable/ to file-raw/
    
    It will soon host all raw loader plug-ins.

 configure.ac                                       |    2 +-
 plug-ins/Makefile.am                               |    2 +-
 plug-ins/{file-darktable => file-raw}/.gitignore   |    0
 plug-ins/{file-darktable => file-raw}/Makefile.am  |    0
 .../export-on-exit.lua                             |    0
 .../{file-darktable => file-raw}/file-darktable.c  |    0
 .../{file-darktable => file-raw}/file-formats.h    |    0
 plug-ins/{file-darktable => file-raw}/get-size.lua |    0
 po-plug-ins/POTFILES.in                            |    4 ++--
 9 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b82e2fa..0538b51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2515,7 +2515,6 @@ build/windows/gimp.rc
 build/windows/gimp-plug-ins.rc
 plug-ins/Makefile
 plug-ins/file-bmp/Makefile
-plug-ins/file-darktable/Makefile
 plug-ins/file-exr/Makefile
 plug-ins/file-faxg3/Makefile
 plug-ins/file-fits/Makefile
@@ -2523,6 +2522,7 @@ plug-ins/file-fli/Makefile
 plug-ins/file-ico/Makefile
 plug-ins/file-jpeg/Makefile
 plug-ins/file-psd/Makefile
+plug-ins/file-raw/Makefile
 plug-ins/file-rawtherapee/Makefile
 plug-ins/file-sgi/Makefile
 plug-ins/file-tiff/Makefile
diff --git a/plug-ins/Makefile.am b/plug-ins/Makefile.am
index 7a2e2d8..2351b33 100644
--- a/plug-ins/Makefile.am
+++ b/plug-ins/Makefile.am
@@ -5,7 +5,6 @@ help_browser = help-browser
 endif
 
 if HAVE_OPENEXR
-file_darktable = file-darktable
 file_exr = file-exr
 endif
 
@@ -41,6 +40,7 @@ SUBDIRS = \
        file-ico                \
        file-jpeg               \
        file-psd                \
+       file-raw                \
        file-rawtherapee        \
        file-sgi                \
        file-tiff               \
diff --git a/plug-ins/file-darktable/.gitignore b/plug-ins/file-raw/.gitignore
similarity index 100%
rename from plug-ins/file-darktable/.gitignore
rename to plug-ins/file-raw/.gitignore
diff --git a/plug-ins/file-darktable/Makefile.am b/plug-ins/file-raw/Makefile.am
similarity index 100%
rename from plug-ins/file-darktable/Makefile.am
rename to plug-ins/file-raw/Makefile.am
diff --git a/plug-ins/file-darktable/export-on-exit.lua b/plug-ins/file-raw/export-on-exit.lua
similarity index 100%
rename from plug-ins/file-darktable/export-on-exit.lua
rename to plug-ins/file-raw/export-on-exit.lua
diff --git a/plug-ins/file-darktable/file-darktable.c b/plug-ins/file-raw/file-darktable.c
similarity index 100%
rename from plug-ins/file-darktable/file-darktable.c
rename to plug-ins/file-raw/file-darktable.c
diff --git a/plug-ins/file-darktable/file-formats.h b/plug-ins/file-raw/file-formats.h
similarity index 100%
rename from plug-ins/file-darktable/file-formats.h
rename to plug-ins/file-raw/file-formats.h
diff --git a/plug-ins/file-darktable/get-size.lua b/plug-ins/file-raw/get-size.lua
similarity index 100%
rename from plug-ins/file-darktable/get-size.lua
rename to plug-ins/file-raw/get-size.lua
diff --git a/po-plug-ins/POTFILES.in b/po-plug-ins/POTFILES.in
index 7a90563..59a31c7 100644
--- a/po-plug-ins/POTFILES.in
+++ b/po-plug-ins/POTFILES.in
@@ -99,8 +99,6 @@ plug-ins/common/web-page.c
 plug-ins/file-bmp/bmp-load.c
 plug-ins/file-bmp/bmp-save.c
 plug-ins/file-bmp/bmp.c
-plug-ins/file-darktable/file-darktable.c
-plug-ins/file-darktable/file-formats.h
 plug-ins/file-exr/file-exr.c
 plug-ins/file-faxg3/faxg3.c
 plug-ins/file-fits/fits.c
@@ -118,6 +116,8 @@ plug-ins/file-psd/psd-save.c
 plug-ins/file-psd/psd-thumb-load.c
 plug-ins/file-psd/psd-util.c
 plug-ins/file-psd/psd.c
+plug-ins/file-raw/file-darktable.c
+plug-ins/file-raw/file-formats.h
 plug-ins/file-rawtherapee/file-formats.h
 plug-ins/file-rawtherapee/file-rawtherapee.c
 plug-ins/file-sgi/sgi.c


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