Changeset 94b9889 for pst


Ignore:
Timestamp:
11/13/2014 05:59:09 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:
75623d6
Parents:
1f2828b2
Message:

add curl and openssl to mupdf dependencies

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/mupdf.xml

    r1f2828b2 r94b9889  
    7979    <bridgehead renderas="sect4">Recommended</bridgehead>
    8080    <para role="recommended">
    81       <xref linkend="libjpeg"/>
     81      <xref linkend="libjpeg"/> and
     82      <xref linkend="curl"/>
    8283    </para>
    8384
    8485    <bridgehead renderas="sect4">Optional</bridgehead>
    8586    <para role="optional">
    86       <ulink url="https://code.google.com/p/openjpeg/">OpenJPEG-2</ulink> and
     87      <xref linkend="openssl"/>,
     88      <ulink url="https://code.google.com/p/openjpeg/">OpenJPEG-2</ulink>, and
    8789      <ulink url="http://sourceforge.net/projects/jbig2dec/">jbig2dec</ulink>
    8890    </para>
     
    106108    </para>
    107109
    108 <screen><userinput>rm -rf thirdparty/freetype &amp;&amp;
     110<screen><userinput>rm -rf thirdparty/curl &amp;&amp;
     111rm -rf thirdparty/freetype &amp;&amp;
    109112rm -rf thirdparty/jpeg &amp;&amp;
    110113rm -rf thirdparty/zlib &amp;&amp;
     
    119122    </para>
    120123
    121 <screen role="root"><userinput>install -v -m 755 build/release/mupdf-x11 /usr/bin/mupdf &amp;&amp;
     124<screen role="root"><userinput>install -v -m 755 build/release/mupdf-x11-curl /usr/bin/mupdf &amp;&amp;
    122125install -v -m 644 docs/man/mupdf.1 /usr/share/man/man1/</userinput></screen>
    123126
Note: See TracChangeset for help on using the changeset viewer.