Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88058 - GraphicsMagick font problems
Summary: GraphicsMagick font problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Bryan Østergaard (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-05 10:41 UTC by Chris Mayo
Modified: 2005-04-20 00:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2005-04-05 10:41:35 UTC
There are two problems stopping GraphicsMagick from adding text to images.

1) The location of ghostscript default fonts (gnu-gs-fonts-std) changed to /usr/share/fonts/default/ghostscript.
For ImageMagick:
--with-gs-font-dir=/usr/share/fonts/default/ghostscript
has been added to econf in src_compile(). This is needed for GraphicsMagick 1.0.6 and 1.1.4/5.

2) In the ebuild for 1.1.5 IUSE contains "truetype" but src_compile has:
myconf="${myconf} $(use_with ttf)"


Reproducible: Always
Steps to Reproduce:
1. gm convert -draw 'text 100,100 fred' test.png out.png



Actual Results:  
gm convert: FreeType library is not available
(/usr/share/ghostscript/fonts/n019003l.pfb).
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2005-04-20 00:36:30 UTC
Thanks, fixed ebuild added as 1.1.5-r1.