-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gimp3-fix-ca 0.1 pre-release (Nov 14 2024)
tag point gimp-3.0~RC1 appeared a few days ago therefore naming this as release 0.1 since the API is considered stable now. configure.ac also needs checks for locale.h and setlocale for newer distros to continue a 'use whatever available version of gettext.'. configure.ac updated to check only for 3.0, and not 2.99 since gimp and gimptool updated to 3.0 now. Updated fix-ca.c to move #include <libgimp/gimp> to the top to avoid adding an additional #include <stddefs.h> to compensate for gtk+3's undefined size_t in several gtk+3 include files. #include <locale.h> also added due build failure of setlocale(LC_ALL) on newer distros. gimp3->gimp. PLUG-IN-ROLE renamed from gimp3-fix-ca to gimp-fix-ca. Added #define d_(x) and moved several strings to static const char * We only need one, and the char str names are a bit more descriptive. gtk, gimp or other? Temporary revert lensX/lensY from int to double. Imported fedora plugin-gimp-fourier rpm spec file conf% improvement. Added tests/Makefile.am scriptfu updates that work with version RC1, and md5sum value update due to using file-bmp-export rgb-888 instead of prior gimp-file-save. Updates required for 'make check' to pass. Removed .github/workflows/main.yml since it's too early or ready yet (no downloadable gimp-3.0~RC1-dev packages available yet).
- Loading branch information
Showing
13 changed files
with
493 additions
and
753 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.