[gimp/meson: 94/128] Document meson port.
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/meson: 94/128] Document meson port.
- Date: Mon, 12 Feb 2018 13:47:43 +0000 (UTC)
commit d088e215962314b65c1d48e13a02a781276422d7
Author: Félix Piédallu <felix piedallu me>
Date: Wed Jan 10 16:28:37 2018 +0100
Document meson port.
meson_todo.md | 110 +++++++++++++++++++++++----------------------------------
1 files changed, 44 insertions(+), 66 deletions(-)
---
diff --git a/meson_todo.md b/meson_todo.md
index 0559e1e..b8a9b20 100644
--- a/meson_todo.md
+++ b/meson_todo.md
@@ -1,71 +1,49 @@
Meson Port
-----------
-* app
-* devel-docs
- * app
- * libgimp
- * libgimpbase
- * libgimpcolor
- * libgimpconfig
- * libgimpmath
- * libgimpmodule
- * libgimpthumb
- * libgimpwidgets
- * images
- * tmpl
- * tools
-* icons
- * Symbolic-Inverted
-* plug-ins
- * common
- * file-bmp
- * file-exr
- * file-faxg3
- * file-fits
- * file-fli
- * file-ico
- * file-jpeg
- * file-psd
- * file-raw
- * file-sgi
- * file-tiff
- * file-webp
- * flame
- * fractal-explorer
- * examples
- * gfig
- * gfig-examples
- * images
- * gimpressionist
- * Brushes
- * Paper
- * Presets
- * gradient-flare
- * flares
- * help
- * help-browser
- * ifs-compose
- * imagemap
- * images
- * lighting
- * images
- * map-object
- * metadata
- * pagecurl
- * print
- * pygimp
- * doc
- * plug-ins
- * screenshot
- * script-fu
- * ftx
- * scripts
- * images
- * tinyscheme
- * selection-to-path
- * twain
-* tools/pdbgen
+# Changes
+
+## Generate headers instead of .c files.
+* app/core/gimpviewable.c
+```
++#ifdef MESON_BUILD
++#include "icons/Color/gimp-core-pixbufs.h"
++#else
+ #include "icons/Color/gimp-core-pixbufs.c"
++#endif
+```
+
+* libgimpwidgets/gimpicons.c
+```
++#ifdef MESON_BUILD
++#include "icons/Color/gimp-icon-pixbufs.h"
++#else
+ #include "icons/Color/gimp-icon-pixbufs.c"
++#endif
+```
+
+* plug-ins/pagecurl/pagecurl.c
+```
++#ifdef MESON_BUILD
++#include "pagecurl-icons.h"
++#else
+ #include "pagecurl-icons.c"
++#endif
+```
+
+## Encoding fixes
+* app/display/gimpdisplayshell-title.c
+## Correctly detect Python2. Fix tab/spaces inconsistency.
+* plug-ins/pygimp/py-compile
-Windres generator for plugins *.rc
+
+# TODO
+
+## Windows
+* Windres generator for plugins `*.rc`
+
+
+## Missing
+* icons/Symbolic-Inverted
+* tools/pdbgen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]