Changeset bd81e201 for pst


Ignore:
Timestamp:
11/18/2014 08:26:26 AM (9 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 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:
e77eea37
Parents:
34e7ac3
Message:

add openjpeg-2.1.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r34e7ac3 rbd81e201  
    99  <!ENTITY mupdf-md5sum        "8d69db41ae9e0b6807b76bb6ed70dc2f">
    1010  <!ENTITY mupdf-size          "13 MB">
    11   <!ENTITY mupdf-buildsize     "162 MB">
    12   <!ENTITY mupdf-time          "0.4 SBU">
     11  <!ENTITY mupdf-buildsize     "167 MB">
     12  <!ENTITY mupdf-time          "0.3 SBU">
    1313]>
    1414
     
    7070    </itemizedlist>
    7171
     72    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     73    <itemizedlist spacing="compact">
     74      <listitem>
     75        <para>
     76          Recommended patch:
     77          <ulink url="&patch-root;/mupdf-&mupdf-version;-openjpeg21-1.patch"/>
     78        </para>
     79      </listitem>
     80    </itemizedlist>
     81
    7282    <bridgehead renderas="sect3">MuPDF Dependencies</bridgehead>
    7383
     
    7989    <bridgehead renderas="sect4">Recommended</bridgehead>
    8090    <para role="recommended">
    81       <xref linkend="libjpeg"/> and
     91      <xref linkend="libjpeg"/>,
     92      <xref linkend="openjpeg2"/>, and
    8293      <xref linkend="curl"/>
    8394    </para>
     
    8596    <bridgehead renderas="sect4">Optional</bridgehead>
    8697    <para role="optional">
    87       <xref linkend="openssl"/>,
    88       <ulink url="https://code.google.com/p/openjpeg/">OpenJPEG-2</ulink>, and
     98      <xref linkend="openssl"/> and
    8999      <ulink url="http://sourceforge.net/projects/jbig2dec/">jbig2dec</ulink>
    90100    </para>
     
    111121rm -rf thirdparty/freetype &amp;&amp;
    112122rm -rf thirdparty/jpeg &amp;&amp;
     123rm -rf thirdparty/openjpeg &amp;&amp;
    113124rm -rf thirdparty/zlib &amp;&amp;
     125patch -Np1 -i ../mupdf-&mupdf-version;-openjpeg21-1.patch &amp;&amp;
    114126make build=release</userinput></screen>
    115127
Note: See TracChangeset for help on using the changeset viewer.