Bug 67265 - Add jai and jimi support for fop
Bug#: 67265 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: java@gentoo.org Reported By: christian.skarby@interhost.no
Component: Ebuilds
URL:  http://xml.apache.org/fop/graphics.html
Summary: Add jai and jimi support for fop
Keywords:  
Status Whiteboard: 
Opened: 2004-10-12 13:06 0000
Description:   Opened: 2004-10-12 13:06 0000
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 From Christian Skarby 2004-10-12 13:08:34 0000 -------
Created an attachment (id=41637) [details]
fop-0.20.5.ebuild.diff

Adding optional support for jai and jimi

------- Comment #2 From Thomas Matthijs (RETIRED) 2004-10-17 14:44:45 0000 -------
updated