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).
Thanks, fixed ebuild added as 1.1.5-r1.