Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67265 - Add jai and jimi support for fop
Summary: Add jai and jimi support for fop
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Java team
URL: http://xml.apache.org/fop/graphics.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 13:06 UTC by Christian Skarby
Modified: 2004-10-17 14:44 UTC (History)
0 users

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


Attachments
fop-0.20.5.ebuild.diff (fop-0.20.5.ebuild.diff,1.16 KB, patch)
2004-10-12 13:08 UTC, Christian Skarby
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Skarby 2004-10-12 13:06:11 UTC
The url above gives an overview over fop's capabilities regarding graphics. As jai and jimi are good candidates to improve fop's handling in this area, I suggest that we add two new local use-flags, i.e. jai and jimi, so that users easily can emerge fop with support for one or both of these. 

Both jai and jimi are already in portage, the needed adjustments to dev-java/fop-0.20.5.ebuild is attached. 

It would probably be nice if anyone find a better way to let ant, the build-system used to build fop, know about the desired libraries. Nevertheless I believe this method will work quite well ;) - As for now I have used portage to optionally depend on jai and jimi based on provided use-flags, and java-config to find the path (in case the user somehow can have emerged it to an alternative path) and finally I symlinked the necessarry .jar-files into the lib directory in ${S}.
Comment 1 Christian Skarby 2004-10-12 13:08:34 UTC
Created attachment 41637 [details, diff]
fop-0.20.5.ebuild.diff

Adding optional support for jai and jimi
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-17 14:44:45 UTC
updated