Changeset 9e3d18a7 for pst/ps


Ignore:
Timestamp:
01/17/2016 06:38:10 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
41d504a
Parents:
dc56bc8
Message:
  • Doxygen-1.8.11: libxml2-2.9.3 is required for the tests.
  • fop-2.1: reinstate fop-2.1-listNPE-1.patch.
  • Update to gutenprint-5.2.11.
  • Update to dbus-glib-0.106.
  • Update to acpid-2.0.26.
  • Update to ffmpeg-2.8.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    rdc56bc8 r9e3d18a7  
    109109      </listitem>
    110110    </itemizedlist>
    111 <!--    <itemizedlist spacing="compact">
     111    <itemizedlist spacing="compact">
    112112      <title>Required patch</title>
    113113      <listitem>
     
    116116        </para>
    117117      </listitem>
    118     </itemizedlist>-->
     118    </itemizedlist>
    119119
    120120    <bridgehead renderas="sect3">fop Dependencies</bridgehead>
     
    129129      <xref linkend="junit"/> (to run tests),
    130130      <xref linkend="x-window-system"/> (to run tests),
    131       <ulink url="http://java.sun.com/products/jimi/">JIMI SDK</ulink>,
    132       <ulink url="http://xmlunit.sourceforge.net/">XMLUnit</ulink>,
     131      <ulink url="http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-client-419417.html">JIMI SDK</ulink>,
     132      <ulink url="http://www.xmlunit.org/">XMLUnit</ulink>,
    133133      <ulink url="https://java.net/projects/jai-imageio">JAI Image I/O Tools</ulink>,
    134134      <ulink url="http://jeuclid.sourceforge.net/">JEuclid</ulink>,
    135       <ulink url="http://pmd.sourceforge.net">PMD</ulink>
    136           (requires <ulink url="http://jaxen.codehaus.org/">Jaxen</ulink>), and
     135      <ulink url="https://pmd.github.io/">PMD</ulink>
     136          (requires <ulink url="http://jaxen.org/">Jaxen</ulink>), and
    137137      <ulink url="http://forrest.apache.org/">Forrest</ulink> (Forrest used only
    138138      to build the documentation)
     
    212212      </para>
    213213
    214 <screen><userinput>ant compile &amp;&amp;
     214<screen><userinput>patch -Np1 -i ../fop-&fop-version;-listNPE-1.patch &amp;&amp;
     215
     216ant compile &amp;&amp;
    215217ant jar-main &amp;&amp;
    216218ant javadocs &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.