Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 326803 - x11-wm/pekwm: missing png support if emerged with USE="-truetype"
Summary: x11-wm/pekwm: missing png support if emerged with USE="-truetype"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Desktop WM Team (OBSOLETE)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2010-07-04 02:05 UTC by Carlo Marcelo Arenas Belon
Modified: 2010-07-04 08:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
proposed ebuild update (pekwm-0.1.12-r1.ebuild,1.24 KB, text/plain)
2010-07-04 02:09 UTC, Carlo Marcelo Arenas Belon
Details
proposed patch (pekwm-pkgconfig.patch,750 bytes, patch)
2010-07-04 02:10 UTC, Carlo Marcelo Arenas Belon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Marcelo Arenas Belon 2010-07-04 02:05:45 UTC
png support has no USE flag and is enabled default (--enable-image-png) but would fail to be detected correctly at configure time if --disable-xft was also used as shown in :

  http://www.pekwm.org/projects/pekwm/tasks/271

proposed patch (will require autoreconf) in :

  http://www.pekwm.org/projects/pekwm/mailing_lists/pekwm/mail?mail_id=1000

Reproducible: Always

Steps to Reproduce:
1. USE="-truetype" emerge -Dv pekwm
2. startx
3.

Actual Results:  
`pekwm --info` doesn't show image-png and when pekwm is loaded no window decorations or buttons can be seen.

Expected Results:  
pekwm will load all icons and window borders

can be worked around by :

  echo "x11-wm/pekwm truetype" >> /etc/portage/package.use
Comment 1 Carlo Marcelo Arenas Belon 2010-07-04 02:09:02 UTC
Created attachment 237403 [details]
proposed ebuild update

tested in amd64, but likely to work in all arch/tree
Comment 2 Carlo Marcelo Arenas Belon 2010-07-04 02:10:40 UTC
Created attachment 237405 [details, diff]
proposed patch

not yet accepted upstream but proposed as well there as shown above
Comment 3 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2010-07-04 08:47:25 UTC
Thanks!
+  04 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> pekwm-0.1.12.ebuild,
+  +files/pekwm-0.1.12-configure.patch:
+  Properly detect libpng if USE="-truetype" wrt bug 326803. Thanks to Carlo
+  Marcelo Arenas Belon <carenas@sajinet.com.pe> for report and patch.
+