Changeset 5157e71 for pst/ps


Ignore:
Timestamp:
08/23/2023 01:57:01 AM (8 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
24a928e
Parents:
faa948c
Message:

Update to fop-2.9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    rfaa948c r5157e71  
    77  <!ENTITY fop-download-http "https://archive.apache.org/dist/xmlgraphics/fop/source/fop-&fop-version;-src.tar.gz">
    88  <!ENTITY fop-download-ftp  " ">
    9   <!ENTITY fop-md5sum        "610bfd7797755d744b2c4f61422478cf">
    10   <!ENTITY fop-size          "22 MB">
    11   <!ENTITY fop-buildsize     "517 MB (including files downloaded to the user directory)">
    12   <!ENTITY fop-time          "0.6 SBU">
    13 
     9  <!ENTITY fop-md5sum        "f7537ca7f2e16971fa99c8bb0dad62c7">
     10  <!ENTITY fop-size          "20 MB">
     11  <!ENTITY fop-buildsize     "333 MB (including files downloaded to the user directory)">
     12  <!ENTITY fop-time          "0.9 SBU">
     13<!--
    1414  <!ENTITY pdfbox-version    "2.0.27">
    1515  <!ENTITY pdfbox-download   "https://archive.apache.org/dist/pdfbox/&pdfbox-version;/pdfbox-&pdfbox-version;.jar">
     
    2020  <!ENTITY fontbox-md5sum    "587744efe2a82d3584c2f3969fa4dca0">
    2121  <!ENTITY fontbox-size      "1.5 MB">
    22 
     22-->
    2323  <!ENTITY maven-major        "3">
    24   <!ENTITY maven-version      "3.8.6">
     24  <!ENTITY maven-version      "3.9.4">
    2525  <!ENTITY maven-download     "https://archive.apache.org/dist/maven/maven-&maven-major;/&maven-version;/binaries/apache-maven-&maven-version;-bin.tar.gz">
    26   <!ENTITY maven-md5sum       "0e07de4a7b5c84ebed737a2002f52019">
    27   <!ENTITY maven-size         "8.3 MB (additionally, about 90 MB are downloaded to the building user's directory)">
     26  <!ENTITY maven-md5sum       "0698a533397eda60cbebcc0fb68ae842">
     27  <!ENTITY maven-size         "9.0 MB (additionally, about 90 MB are downloaded to the building user's directory)">
    2828
    2929  <!ENTITY offo-download     "&sourceforge-dl;/offo/2.2/offo-hyphenation.zip">
     
    5555    </para>
    5656
    57     &lfs113_checked;
     57    &lfs120_checked;
    5858
    5959    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9494    <itemizedlist spacing="compact">
    9595      <title>Required Additional Downloads:</title>
     96<!--
    9697      <listitem>
    9798        <para>
     
    114115        </para>
    115116      </listitem>
     117-->
    116118      <listitem>
    117119        <para>
     
    125127      </listitem>
    126128    </itemizedlist>
    127 <!-- Using the archive above allows finding all versions
    128     <note><para>
    129       The pdfbox and fontbox packages may not be available at the above
    130       location.  If not, they can be found at the BLFS files mirror sites.
    131     </para></note>
    132 -->
     129
    133130    <itemizedlist spacing="compact">
    134131      <title>Recommended packages</title>
     
    154151    <bridgehead renderas="sect4">Optional</bridgehead>
    155152    <para role="optional">
    156 <!-- Included into ant      <xref linkend="junit"/> (to run tests),-->
    157153      <xref linkend="x-window-system"/> (to run tests),
    158 <!--      <xref linkend="maven"/> (an alternate build system), not functional
    159       with fop-2.3          -->
    160154      <ulink url="https://jai-tools.blogspot.com/">JAI Image I/O Tools</ulink>, and
    161155      <ulink url="https://jeuclid.sourceforge.net/">JEuclid</ulink>
     
    223217&lt;arg value="--ignore-source-errors"/&gt;' \
    224218    fop/build.xml</userinput></screen>
    225 <!-- Seems to have been fixed in 2.6
    226       <para>
    227         The stack size set in <filename>build.xml</filename> for building the
    228         hyphenation patterns is not large enough. Change it by running:
    229       </para>
    230 
    231 <screen><userinput>sed -e '/hyph\.stack/s/512k/1M/' \
    232     -i fop/build.xml</userinput></screen>
    233 fixed with maven-3.8.4
    234       <para>
    235         Fix building with JDK-16 due to an outdated Apache Maven plugin:
    236       </para>
    237 
    238 <screen><userinput remap="pre">sed -i 's/&lt;war.plugin.version&gt;2.2/&lt;war.plugin.version&gt;3.3.1/' pom.xml</userinput></screen>
    239 -->
     219
     220<!--
    240221      <para>
    241222        The <filename>build.xml</filename> file calls for an old version of
     
    245226
    246227<screen><userinput>cp ../{pdf,font}box-&pdfbox-version;.jar fop/lib</userinput></screen>
    247 
     228-->
    248229      <para>
    249230        Compile <application>fop</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.