Changeset 8159f350 for pst/ps/fop.xml


Ignore:
Timestamp:
03/01/2010 09:58:44 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ae7796d
Parents:
801f427
Message:

Modified the dependencies for the FOP package and updated the hyphenation patterns

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8284 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r801f427 r8159f350  
    99  <!ENTITY fop-download-ftp  "&sources-anduin-ftp;/f/fop-&fop-version;-src.tar.gz">
    1010  <!ENTITY fop-md5sum        "58593e6c86be17d7dc03c829630fd152">
    11   <!ENTITY fop-size          "11.7 MB">
    12   <!ENTITY fop-buildsize     "216 MB">
    13   <!ENTITY fop-time          "0.9 SBU">
     11  <!ENTITY fop-size          "13.1 MB">
     12  <!ENTITY fop-buildsize     "356 MB">
     13  <!ENTITY fop-time          "1.4 SBU">
    1414
    1515  <!ENTITY jai-version       "1_1_3">
     
    1818  <!ENTITY jai-size          "3.4 MB">
    1919
    20   <!ENTITY offo-download     "&sourceforge-repo;/offo/offo-hyphenation.zip">
    21   <!ENTITY offo-md5sum       "0b8c1657ef70285ad7fd514061b08c3e">
    22   <!ENTITY offo-size         "359 KB">
     20  <!ENTITY offo-download     "&sourceforge-repo;/offo/offo-hyphenation_v1.2.zip">
     21  <!ENTITY offo-md5sum       "b2e64872ab0b5e6ada1d37778f8a1935">
     22  <!ENTITY offo-size         "378 KB">
    2323]>
    2424
     
    105105
    106106    <bridgehead renderas="sect4">Required</bridgehead>
    107     <para role="required"><xref linkend="apache-ant"/></para>
     107    <para role="required"><xref linkend="xorg7"/>,
     108    <xref linkend="apache-ant"/>, and
     109    <ulink url="http://java.sun.com/javase/technologies/desktop/media/jai/">Java
     110    Advanced Imaging (JAI) API components</ulink></para>
    108111
    109112    <bridgehead renderas="sect4">Optional</bridgehead>
     
    120123  <sect2 role="installation">
    121124    <title>Installation of FOP</title>
     125
     126    <para>You must run this installation from an X-window using a GL-aware
     127    Xorg server or some of the JUnit tests will hang. Using an X-window from
     128    the console is the preferred method.</para>
    122129
    123130    <para>Ensure <envar>$JAVA_HOME</envar> is set correctly before beginning
Note: See TracChangeset for help on using the changeset viewer.