Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15340 - xplanet-0.94-r1.ebuild disables freetype support
Summary: xplanet-0.94-r1.ebuild disables freetype support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-08 18:52 UTC by Greg Watson (linuxkrn)
Modified: 2003-05-05 17:35 UTC (History)
0 users

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


Attachments
xplanet-1.0.1 with FreeType enabled (xplanet-1.0.1.ebuild,1.77 KB, text/plain)
2003-03-21 08:30 UTC, Boyd Waters
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Watson (linuxkrn) 2003-02-08 18:52:05 UTC
xplanet-0.94-r1.ebuild:
60: # Compilation fails with freetype enabled, checking upstream
61: #   use truetype \
62: #       && myconf="${myconf} --with-freetype" \
63: #       || myconf="${myconf} --with-freetype=no"
64:    myconf="${myconf} --with-freetype=no"

This was removed for some reason but because I needed freetype support, I
removed the comments and rebuilt without an issue.  

My setup
USE="X kde qt gtk2 -gnome sse sse2 aalib oss alsa dvd v4l xft truetype opengl"
CFLAGS="-march=pentium4 -O3 -pipe -mmmx -msse -msse2 -mfpmath=sse
-fomit-frame-pointer -funroll-loops -fforce-addr -frerun-cse-after-loop
-frerun-loop-opt -falign-functions=4"

freetype: 2.1.3-r2
gcc: 3.2.2
x11: 4.2.99.4

Gentoo: Stage1 1.4_rc2 

Can this be turned back on in newer ebuilds?
Thanks
Comment 1 Boyd Waters 2003-03-21 08:28:29 UTC
Xplanet 1.0.1 WORKSFORME with FreeType 2.2 -- in fact, it needs TrueType in order to diplay label text.

Attachment: new ebuild. trivial changes.
Comment 2 Boyd Waters 2003-03-21 08:30:06 UTC
Created attachment 9653 [details]
xplanet-1.0.1 with FreeType enabled
Comment 3 foser (RETIRED) gentoo-dev 2003-05-05 17:35:55 UTC
reenabled freetype support in 0.94-r1 and 1.0.1 so it will propagate to future ebuild revisions. I think the disabling of freetype is some artifact from long ago, let's see if it works out this way.