Changeset c9d29e2 for pst/ps


Ignore:
Timestamp:
03/21/2024 03:56:57 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
0a889d45
Parents:
94b71bb
Message:

Update to mupdf-1.24.0 and fix some typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r94b71bb rc9d29e2  
    99  <!ENTITY mupdf-download-http "https://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
    1010  <!ENTITY mupdf-download-ftp  " ">
    11   <!ENTITY mupdf-md5sum        "db8d1495e7a537743f45178c81b76a44">
     11  <!ENTITY mupdf-md5sum        "ada36e72a6eb8fb057f190c162179eea">
    1212  <!ENTITY mupdf-size          "53 MB">
    13   <!ENTITY mupdf-buildsize     "251 MB">
     13  <!ENTITY mupdf-buildsize     "252 MB">
    1414  <!ENTITY mupdf-time          "0.2 SBU (Using parallelism=4)">
    1515]>
     
    115115  <sect2 role="installation">
    116116    <title>Installation of MuPDF</title>
    117 
     117<!--
    118118    <para>First, fix the Makefile to link properly with the shared library:</para>
    119119
     
    123123        s/$/ -lmupdf -L$(OUT)/
    124124        }' Makefile</userinput></screen>
    125 
     125-->
    126126    <para>
    127127      Install <application>MuPDF</application> by running the following
     
    144144EOF
    145145
    146 export XCFLAGS=-fPIC                               &amp;&amp;
    147 make build=release shared=yes                     &amp;&amp;
     146export XCFLAGS=-fPIC                      &amp;&amp;
     147make build=release shared=yes verbose=yes &amp;&amp;
    148148unset XCFLAGS</userinput></screen>
    149149
     
    153153
    154154    <para>
    155       Now, as the <systemitem class="username">root</systemitem> user:
     155      Now, as the &root; user:
    156156    </para>
    157157
     
    161161     install                            &amp;&amp;
    162162
    163 chmod 755 /usr/lib/libmupdf.so          &amp;&amp;
     163ln -sfv libmupdf.so.24.0 /usr/lib/libmupdf.so   &amp;&amp;
     164ln -sfv libmupdf.so.24.0 /usr/lib/libmupdf.so.1 &amp;&amp;
     165chmod 755 /usr/lib/libmupdf.so.24.0             &amp;&amp;
     166
    164167ln -sfv mupdf-x11 /usr/bin/mupdf</userinput></screen>
    165168
Note: See TracChangeset for help on using the changeset viewer.