Changeset d97e2f71 for pst


Ignore:
Timestamp:
10/08/2018 08:07:04 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.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
3fe70171
Parents:
a3e5f12
Message:

Update to zsh-5.6.2.
Update to unbound-1.8.0.
Update to mupdf-1.14.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    ra3e5f12 rd97e2f71  
    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 
     126<screen><userinput>
    136127patch -Np1 -i ../mupdf-&mupdf-version;-shared_libs-1.patch &amp;&amp;
    137128
    138 make build=release</userinput></screen>
     129USE_SYSTEM_LIBS=yes make</userinput></screen>
    139130
    140131    <para>
     
    159150
    160151    <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>.
     152      <command>ln -sfv mupdf-x11 /usr/bin/mupdf </command>:
     153      This symbolic link chooses between <command>mupdf-gl</command>
     154      and <command>mupdf-x11</command> when running <command>mupdf</command>.
    166155    </para>
    167156
Note: See TracChangeset for help on using the changeset viewer.