Changeset 90dd633 for pst


Ignore:
Timestamp:
04/21/2018 10:38:58 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0fd465f5
Parents:
eea6737
Message:

Update to mupdf-1.13.0.
Update to libwebp-1.0.0.
Update to gpgme-1.11.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    reea6737 r90dd633  
    99  <!ENTITY mupdf-download-http "http://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
    1010  <!ENTITY mupdf-download-ftp  " ">
    11   <!ENTITY mupdf-md5sum        "d30738f0487d2e40c921071ba74c479b">
     11  <!ENTITY mupdf-md5sum        "447bc5c3305efe9645e12fce759e0198">
    1212  <!ENTITY mupdf-size          "49 MB">
    13   <!ENTITY mupdf-buildsize     "356 MB">
    14   <!ENTITY mupdf-time          "0.5 SBU">
     13  <!ENTITY mupdf-buildsize     "334 MB">
     14  <!ENTITY mupdf-time          "0.2 SBU (Using parallelism=4)">
    1515]>
    1616
     
    7777        <para>
    7878          Recommended patch:
    79           <ulink url="&patch-root;/mupdf-&mupdf-version;-consolidated_fixes-1.patch"/>
    80         </para>
    81       </listitem>
    82       <listitem>
    83         <para>
    84           Recommended patch (security fix):
    85           <ulink url="&patch-root;/mupdf-&mupdf-version;-security_fix-1.patch"/>
     79          <ulink url="&patch-root;/mupdf-&mupdf-version;-shared_libs-1.patch"/>
    8680        </para>
    8781      </listitem>
     
    140134rm -rf thirdparty/zlib     &amp;&amp;
    141135
    142 patch -Np1 -i ../mupdf-&mupdf-version;-consolidated_fixes-1.patch &amp;&amp;
    143 patch -Np1 -i ../mupdf-&mupdf-version;-security_fix-1.patch &amp;&amp;
     136patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
    144137
    145138make build=release</userinput></screen>
     
    158151     install                          &amp;&amp;
    159152
    160 ln -sfv mupdf-x11-curl /usr/bin/mupdf</userinput></screen>
     153ln -sfv mupdf-x11 /usr/bin/mupdf</userinput></screen>
    161154
    162155  </sect2>
     
    166159
    167160    <para>
    168       <command>ln -sfv mupdf-x11-curl /usr/bin/mupdf </command>: Three
     161      <command>ln -sfv mupdf-x11 /usr/bin/mupdf </command>: Two
    169162      <command>mupdf</command> executables are installed:
    170       <command>mupdf-gl</command>, <command>mupdf-x11</command>, and
    171       <command>mupdf-x11-curl</command>. This symbolic link allows to choose
     163      <command>mupdf-gl</command> and <command>mupdf-x11</command>.
     164      This symbolic link allows to choose
    172165      which one is used when running <command>mupdf</command>.
    173166    </para>
     
    184177
    185178      <seglistitem>
    186         <seg>mjsgen, mujstest, mupdf(symlink), mupdf-gl, mupdf-x11,
    187         mupdf-x11-curl, muraster, and mutool</seg>
    188         <seg>libmupdf.so, libmupdfthird.so, and libmuthreads.so</seg>
    189         <seg>/usr/include/mupdf, /usr/share/doc/mupdf-&mupdf-version;</seg>
     179        <seg>mupdf(symlink),
     180             mupdf-gl,
     181             mupdf-x11, and
     182             mutool
     183        </seg>
     184        <seg>libmupdf.so,
     185             libmupdfthird.so,
     186             libmupkcs7.so, and
     187             libmuthreads.so
     188        </seg>
     189        <seg>/usr/include/mupdf,
     190             /usr/share/doc/mupdf-&mupdf-version;
     191        </seg>
    190192      </seglistitem>
    191193    </segmentedlist>
     
    196198      <?dbhtml list-presentation="table"?>
    197199
    198       <varlistentry id="mjsgen">
    199         <term><command>mjsgen</command></term>
    200         <listitem>
    201           <para>
    202             is a test program for generating mjs files from pdf ones.
    203           </para>
    204           <indexterm zone="mupdf mjsgen">
    205             <primary sortas="b-mjsgen">mjsgen</primary>
    206           </indexterm>
    207         </listitem>
    208       </varlistentry>
    209 
    210       <varlistentry id="mujstest">
    211         <term><command>mujstest</command></term>
    212         <listitem>
    213           <para>
    214             is a test program for mupdf + javascript
    215           </para>
    216           <indexterm zone="mupdf mujstest">
    217             <primary sortas="b-mujstest">mujstest</primary>
    218           </indexterm>
    219         </listitem>
    220       </varlistentry>
    221 
    222200      <varlistentry id="mupdf-prog">
    223201        <term><command>mupdf</command></term>
     
    257235      </varlistentry>
    258236
    259       <varlistentry id="mupdf-x11-curl">
    260         <term><command>mupdf-x11-curl</command></term>
    261         <listitem>
    262           <para>
    263             same as <command>mupdf</command>, using an X Window renderer,
    264             with the capability of rendering web pages, using an
    265             <quote>http://...</quote> url.
    266           </para>
    267           <indexterm zone="mupdf mupdf-x11-curl">
    268             <primary sortas="b-mupdf-x11-curl">mupdf-x11-curl</primary>
    269           </indexterm>
    270         </listitem>
    271       </varlistentry>
    272 
    273       <varlistentry id="muraster">
    274         <term><command>muraster</command></term>
    275         <listitem>
    276           <para>
    277             transforms files in one of the formats displayable by mupdf into
    278             a graphic file.
    279           </para>
    280           <indexterm zone="mupdf muraster">
    281             <primary sortas="b-muraster">muraster</primary>
    282           </indexterm>
    283         </listitem>
    284       </varlistentry>
    285 
    286       <varlistentry id="mutool">
    287         <term><command>mutool</command></term>
    288         <listitem>
    289           <para>
    290             deals with document files in various manners.
    291           </para>
    292           <indexterm zone="mupdf mutool">
    293             <primary sortas="b-mutool">mutool</primary>
    294           </indexterm>
    295         </listitem>
    296       </varlistentry>
    297 
    298237      <varlistentry id="libmupdf">
    299238        <term><filename class="libraryfile">libmupdf.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.