macOS build to link against SDL2_gfx

This commit is contained in:
Mark Kim 2024-10-19 10:51:24 -04:00
parent 79759c120a
commit df8f792cc3
2 changed files with 11 additions and 3 deletions

View file

@ -6,7 +6,7 @@ Copyright (c) 2002-2024
Various contributors (see below, and AUTHORS.txt)
https://tuxpaint.org/
2024.October.14 (0.9.34)
2024.October.19 (0.9.34)
* New Magic Tools:
----------------
* "Comic Dots", draws repeating dots (using a multiply blend)
@ -213,6 +213,14 @@ https://tuxpaint.org/
transparent areas (e.g., soft edges would be black halos). Mended.
Bill Kendrick <bill@newbreedsoftware.com>
* Other Improvements:
-------------------
* The macOS build now links against SDL2_gfx. Previously SDL2_gfx was
required to install SDL2_image but Tux Paint did not require linking
against it. The transaparent rotation feature added to 0.9.34 requires
linking against SDL2_gfx.
Mark Kim <markuskimius@gmail.com>
2024.July.17 (0.9.33)
* New Magic Tools:
----------------