Changeset c5207e4 for pst/ps/mupdf.xml


Ignore:
Timestamp:
10/12/2018 11:55:59 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
8d4d84d
Parents:
9fb63b5
Message:

perl modules branch: merge trunk r20598:20625.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20626 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r9fb63b5 rc5207e4  
    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        "447bc5c3305efe9645e12fce759e0198">
    12   <!ENTITY mupdf-size          "49 MB">
    13   <!ENTITY mupdf-buildsize     "334 MB">
    14   <!ENTITY mupdf-time          "0.2 SBU (Using parallelism=4)">
     11  <!ENTITY mupdf-md5sum        "98adc2f430cc7900397ab50a478485c5">
     12  <!ENTITY mupdf-size          "53 MB">
     13  <!ENTITY mupdf-buildsize     "268 MB">
     14  <!ENTITY mupdf-time          "0.1 SBU (Using parallelism=4)">
    1515]>
    1616
     
    124124    </para>
    125125
    126 <screen><userinput>rm -rf thirdparty/curl     &amp;&amp;
    127 rm -rf thirdparty/freeglut &amp;&amp;
    128 rm -rf thirdparty/freetype &amp;&amp;
    129 rm -rf thirdparty/harfbuzz &amp;&amp;
    130 rm -rf thirdparty/jpeg     &amp;&amp;
    131 rm -rf thirdparty/lcms2    &amp;&amp;
    132 rm -rf thirdparty/libjpeg  &amp;&amp;
    133 rm -rf thirdparty/openjpeg &amp;&amp;
    134 rm -rf thirdparty/zlib     &amp;&amp;
    135 
    136 patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
    137 
    138 make build=release</userinput></screen>
     126<screen><userinput>patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
     127
     128USE_SYSTEM_LIBS=yes make</userinput></screen>
    139129
    140130    <para>
     
    159149
    160150    <para>
    161       <command>ln -sfv mupdf-x11 /usr/bin/mupdf </command>: Two
    162       <command>mupdf</command> executables are installed:
    163       <command>mupdf-gl</command> and <command>mupdf-x11</command>.
    164       This symbolic link allows to choose
    165       which one is used when running <command>mupdf</command>.
     151      <command>ln -sfv mupdf-x11 /usr/bin/mupdf </command>:
     152      This symbolic link chooses between <command>mupdf-gl</command>
     153      and <command>mupdf-x11</command> when running <command>mupdf</command>.
    166154    </para>
    167155
Note: See TracChangeset for help on using the changeset viewer.