Gimp/build/windows
Niels De Graef f663d26ab5 Migrate from intltool to gettext
intltool has long been dead upstream. Let's not poke the dead corpse,
please.

This commit is quite large, but that's mostly since trying to support a
hybrid of both gettext and intltool with both Meson and Autotools was
really hard, so I stopped trying.

Due to gettext relying on quite some things being at the exactly right
place in the autotools build (like `ABOUT-NLS` and `config.rpath`) we
really needed to cleanup the `autogen.sh` to only call `aclocal` and
`autoreconf`. No more strange magic; I tried to do it without changing
too much in the file, and things just broke. If people want to do
something more custom, they can just change the script directly. This
change also uncovered some problems in our `configure.ac`, like using
deprecated macros.

The following major changes happened:

* meson: Changed `custom_target()` to `i18n.merge_file()` for all
  supported file types
* Added `.its` and `.loc`  files for the GIMP-specific XML formats, so
  that gettext understands them
* For the `.isl` (Window installer stuff) file, there's no easy way to
  do this in gettext, so instead we start from an XML file (again with
  its own ITS rules etc), translate that with gettext, and then use
  `xsltproc` with a bit of magic to output the .isl file for each
  language
* the `po*/Makefile.in.in` files are migrated to `Makevars` files,
  which gettext natively understands.

Fixes: https://gitlab.gnome.org/GNOME/gimp/-/issues/8028
2022-06-25 10:25:49 +02:00
..
gitlab-ci Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
installer Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
jhbuild Migrate from intltool to gettext 2022-06-25 10:25:49 +02:00
patches build: remove aalib patches. 2022-03-30 22:13:40 +02:00
.gitignore
fileicon.ico
gimp-plug-ins.rc.in Fix encoding. The world should be utf-8. 2018-06-15 17:34:59 +00:00
gimp.manifest win: Mark as Windows 10 compatible. 2015-08-10 15:17:47 -04:00
gimp.rc.in Fix encoding. The world should be utf-8. 2018-06-15 17:34:59 +00:00
gimprc-plug-ins.rule build: fix header search paths for windres calls (Win32 build). 2018-02-12 18:55:50 +01:00
gimprc.rule build: fix header search paths for windres calls (Win32 build). 2018-02-12 18:55:50 +01:00
Makefile.am build, configure.ac: misc Windows installer translations build improvements 2017-12-25 07:42:20 -05:00
meson.build meson: Fix build from tarball 2022-03-18 16:05:58 +00:00
plug-ins.ico
wilber.ico Bug 732363 - wilber.ico doesn't contain 256x256 layer 2015-11-30 23:22:38 +01:00