Ignore:
Timestamp:
12/05/2018 02:26:37 AM (5 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:
abca0d9
Parents:
5b9b502
Message:

Update to mlt-6.12.0.
Update to fdk-aac-2.0.0.
Update to cups-2.2.9.
Update to ghostscript-9.26.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r5b9b502 reff6c3a8  
    88
    99  <!ENTITY gs-download-http
    10   "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs925/ghostscript-&gs-version;.tar.gz">
     10  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/ghostscript-&gs-version;.tar.gz">
    1111  <!ENTITY gs-download-ftp  " ">
    12   <!ENTITY gs-md5sum        "eebd0fadbfa8e800094422ce65e94d5d">
     12  <!ENTITY gs-md5sum        "806bc2dedbc7f69b003f536658e08d4a">
    1313  <!ENTITY gs-size          "40 MB">
    1414  <!ENTITY gs-buildsize     "157 MB (with fonts and libgs.so)">
    15   <!ENTITY gs-time          "1.7 SBU (with libgs.so)">
     15  <!ENTITY gs-time          "1.7 SBU (Using parallelism=4; with libgs.so)">
    1616
    1717  <!ENTITY gs-standard-fonts-download
     
    7070      </listitem>
    7171    </itemizedlist>
    72 
     72<!--
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474
     
    8181      </listitem>
    8282    </itemizedlist>
    83 
     83-->
    8484      <para>If you wish, you can download additional fonts.</para>
    8585
     
    175175<screen><userinput>rm -rf zlib &amp;&amp;
    176176
    177 patch -Np1 -i ../ghostscript-&gs-version;-security_fixes-2.patch &amp;&amp;
    178 
    179177./configure --prefix=/usr           \
    180178            --disable-compile-inits \
     
    215213<screen role="root"><userinput>make soinstall &amp;&amp;
    216214install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
    217 ln -v -s ghostscript /usr/include/ps</userinput></screen>
     215ln -sfvn ghostscript /usr/include/ps</userinput></screen>
    218216
    219217    <para>Now make the documentation accessible from the normal place:</para>
     
    221219
    222220<screen role="root"><userinput>ln -sfvn ../ghostscript/&gs-version;/doc /usr/share/doc/ghostscript-&gs-version;  &amp;&amp;
    223 sudo cp -a examples/ /usr/share/ghostscript/&gs-version;/</userinput></screen>
     221cp -a examples/ /usr/share/ghostscript/&gs-version;/</userinput></screen>
    224222
    225223    <para>
     
    271269
    272270    <para>
    273       <command>ln -v -s ghostscript /usr/include/ps</command>: Some packages
     271      <command>ln -sfvn ghostscript /usr/include/ps</command>: Some packages
    274272      expect to find the interface headers in an alternate location.
    275273    </para>
    276274
    277275    <para>
    278       <command>ln -sfv ../ghostscript-&gs-version;/doc ... </command>: This puts
     276      <command>ln -sfvn ../ghostscript-&gs-version;/doc ... </command>: This puts
    279277      a symbolic link to the documentation where it is expected to be found.
    280278    </para>
Note: See TracChangeset for help on using the changeset viewer.