Commit Graph

6 Commits

Author SHA1 Message Date
naddy b9aefa4be3 graphics/azpainter: fix libz detection
Fix a typo in the configure script that prevented proper libz detection
and caused the build to rely on libpng adding -lz.  From Brad
2022-10-20 20:57:02 +00:00
bcallah 9a45881f4e Update to azpainter-3.0.4
Changelog: https://gitlab.com/azelpg/azpainter/-/blob/master/ChangeLog
ok sdk@
2022-03-16 01:44:05 +00:00
naddy af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
kmos 71ad04c864 Add "-std=gnu99" to CFLAGS so azpainter will build with base-gcc.
Fixes building on sparc64

"Sounds good" bcallah@ (maintainer)
2020-05-22 15:47:32 +00:00
bcallah 0315e7d749 Update to azpainter-2.1.6
Changelog: https://github.com/Symbian9/azpainter/releases/tag/v2.1.6
Big endian fixes and ok cwen@
2020-05-20 17:06:29 +00:00
bcallah 861dd0ceae Import graphics/azpainter, full color painting software for illustrations.
Big endian testing, some patches, and ok cwen@

AzPainter is a full color painting application for Unix-like systems for
illustration drawing.  It is not suitable for "dot editing" or pixel
art.  Since the color is handled internally with 16-bit precision
(15-bit fixed point), color accuracy is increased at the expense of more
memory usage.

It provides considerable subset of functionality offered by GIMP and
even Adobe Photoshop (particularly, has one of the best support for its
native PSD format among FOSS) while being very lightweight and blazingly
fast.
2019-12-07 02:06:45 +00:00