xli does not recognize the "None" color in XPM, while xli supports to use the background color to fill the transparent part in images like PNG. Fix: Fills XPM "None" color with background (defaults to black).
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2011-05-18 08:18:43 UTC FreeBSD ports repository Modified files: graphics/xli Makefile Added files: graphics/xli/files patch-xpixmap.c Log: - Adds support for XPM "None" color PR: ports/157102 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Revision Changes Path 1.40 +1 -1 ports/graphics/xli/Makefile 1.1 +14 -0 ports/graphics/xli/files/patch-xpixmap.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!