Bug 157102 - graphics/xli: Adds support for XPM "None" color
Summary: graphics/xli: Adds support for XPM "None" color
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 07:20 UTC by lichray
Modified: 2011-05-18 09:31 UTC (History)
0 users

See Also:


Attachments
xli_12-xpm-None.patch (1.30 KB, patch)
2011-05-17 07:20 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-05-17 07:20:08 UTC
	
	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).
Comment 1 Wen Heping freebsd_committer freebsd_triage 2011-05-18 04:29:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-18 09:18:53 UTC
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"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2011-05-18 09:31:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!