Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157097 - xine-lib-1.1.3.ebuild use flag "truetype" flage incorrect
Summary: xine-lib-1.1.3.ebuild use flag "truetype" flage incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-04 06:44 UTC by Kraml Liu
Modified: 2006-12-04 08:51 UTC (History)
0 users

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


Attachments
A simple patch that fix the issue. (xine-1.1.3.ebuild.patch,533 bytes, patch)
2006-12-04 06:51 UTC, Kraml Liu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kraml Liu 2006-12-04 06:44:03 UTC
In xine-lib-1.1.3, the freetype and fontconfig option that associated to the truetype IUSE flag should pass --with-{freetype,fontconfig} to configure script, not --enable-*. With the incorrect ebuild, xine-lib with truetype IUSE will not enable fontconfig&freetype support.
Comment 1 Kraml Liu 2006-12-04 06:51:05 UTC
Created attachment 103324 [details, diff]
A simple patch that fix the issue.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-12-04 08:51:03 UTC
Thanks for reporting, I've missed it (and I feel ashamed as I was the one adding the options in the first place, sigh :P).

Fixed now, thanks!