gimp/data
Bruno 16dc7b4047 build/windows: Debloat 'lib/python3.11' bundling
After running almost all the py plug-ins, I noticed that few py modules and
pkgs are used to justify the need of a slightly faster build time with .pyc.
In the actual bloated status (with all .pyc), lib/python* is about 260 MB big.
With the bare minimum .pyc after the tests above, python*/ is less than 90.

So, let's purge the .pyc at bundling time (I'm not reinventing the wheel,
Krita do this too), which reduces the .zip bundles (so the Inno and MSIX
installs) in 170MB, the Installer .exe in 45MB and MSIX download in 60MB.

---

Let's also disable any .pyc generation, since GIMP installed with Inno in the
system-wide (aka admin) mode or installed with MSIX both doesn't handle well:
py plug-ins work but have CLI errors, unlike Inno user-mode and .zip bundle.
2024-06-23 14:09:22 +00:00
..
dynamics Remove autotools 2023-05-27 00:03:52 +02:00
environ build/windows: Debloat 'lib/python3.11' bundling 2024-06-23 14:09:22 +00:00
gradients data: consistent capitalization in gradients' names. 2023-12-16 20:20:39 +09:00
interpreters Remove autotools 2023-05-27 00:03:52 +02:00
palettes Remove autotools 2023-05-27 00:03:52 +02:00
tags Remove autotools 2023-05-27 00:03:52 +02:00
tips tips: remove tip about dynamic keyboard shortcuts 2024-06-11 14:57:24 -04:00
tool-presets Remove autotools 2023-05-27 00:03:52 +02:00
gimp-release.in data: fix gimp-release file on Windows. 2022-06-07 21:41:59 +02:00
meson.build data, plug-ins: logo images moved to gimp-data repository. 2024-03-28 00:19:10 +01:00