Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25401 - Blender Ebuild does not enable freetype support
Summary: Blender Ebuild does not enable freetype support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-07-27 20:17 UTC by Brian Nickel
Modified: 2003-10-29 16:10 UTC (History)
5 users (show)

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


Attachments
An ebuild with Freetype support (blender-2.28.ebuild,2.29 KB, text/text)
2003-07-27 20:19 UTC, Brian Nickel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Nickel 2003-07-27 20:17:53 UTC
Blender supports true type (freetype) fonts only if the --with-freetype2=path
flag is enabled during compile. As these are the majority of fonts on modern
systems, this flag should be enabled by default (at least when USE="truetype")

I'll attach a basic ebuild that handles most of blender's options with USE flags.

Reproducible: Always
Steps to Reproduce:
Comment 1 Brian Nickel 2003-07-27 20:19:01 UTC
Created attachment 15105 [details]
An ebuild with Freetype support
Comment 2 Stephane Loeuillet 2003-10-01 07:21:16 UTC
seems freetype is found with actual blender 2.28a ebuild :

	truetype? ( >=freetype-2.0 )

	# TrueType support (For text objects)
	if [ -n "`use truetype`" ]
	then
		myconf="${myconf} --with-freetype2=/usr"
	fi

so, your fix was included. time to close this bug report

ldd /usr/bin/blender
        libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40015000)
        ...
Comment 3 Luca Barbato gentoo-dev 2003-10-11 10:33:24 UTC
the bug will stay open till 2.28c reach stable, as reminder
Comment 4 Luca Barbato gentoo-dev 2003-10-29 16:10:10 UTC
Closing