Changeset 2a8af5f for pst/ps


Ignore:
Timestamp:
08/17/2019 09:11:33 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
8396e0c
Parents:
ddbaa48
Message:

Update some components of FOP, and tag

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    rddbaa48 r2a8af5f  
    1212  <!ENTITY fop-time          "1.1 SBU">
    1313
    14   <!ENTITY pdfbox-version    "2.0.15">
     14  <!ENTITY pdfbox-version    "2.0.16">
    1515  <!ENTITY pdfbox-download   "http://mirror.reverse.net/pub/apache/pdfbox/&pdfbox-version;/pdfbox-&pdfbox-version;.jar">
    16   <!ENTITY pdfbox-md5sum     "7086c30f5e903976a5a7293567586120">
    17   <!ENTITY pdfbox-size       "2.5 MB">
     16  <!ENTITY pdfbox-md5sum     "0f1782f92a3c66df7d821ab251f2cb89">
     17  <!ENTITY pdfbox-size       "2.6 MB">
    1818
    1919  <!ENTITY fontbox-download  "http://mirror.reverse.net/pub/apache/pdfbox/&pdfbox-version;/fontbox-&pdfbox-version;.jar">
    20   <!ENTITY fontbox-md5sum    "16bf3a7c978bb8dba5e18499d19ea3d8">
     20  <!ENTITY fontbox-md5sum    "08bfafc724b3ac2682a8cac0dccedc5d">
    2121  <!ENTITY fontbox-size      "1.5 MB">
    2222
     
    5353    </para>
    5454
    55     &lfs84_checked;
     55    &lfs90_checked;
    5656
    5757    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    168168
    169169      <para>
    170         The <command>javadoc</command> command that ships with OpenJDK 10 has
    171         become much more strict than previous versions regarding conformance of
     170        The <command>javadoc</command> command that ships with OpenJDK 10 and
     171        later has
     172        become much stricter than previous versions regarding conformance of
    172173        the Javadoc comments in source code to HTML. The FOP documentation does
    173174        not meet those standards, so the conformance checks have to be
     
    187188
    188189<screen><userinput>sed -e '/hyph\.stack/s/512k/1M/' \
     190    -i fop/build.xml</userinput></screen>
     191
     192      <para>
     193        With <xref linkend="openjdk"/>, the minimum source version is 1.7,
     194        while <application>FOP</application> build system has 1.6. Change that:
     195      </para>
     196
     197<screen><userinput>sed -e 's/1\.6/1.7/' \
    189198    -i fop/build.xml</userinput></screen>
    190199
Note: See TracChangeset for help on using the changeset viewer.