Changeset 6a71920c for pst


Ignore:
Timestamp:
08/20/2015 10:58:32 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
6bb5b3b1
Parents:
298fee30
Message:
  • Update to ruby-2.2.3.
  • Update to gdk-pixbuf-2.31.6.
  • Update to libdrm-2.4.64.
  • Update to cups-filters-1.0.73.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups-filters.xml

    r298fee30 r6a71920c  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "f1e11dfe5fa52eb65aa0bdd3a7ee0117">
     10  <!ENTITY cups-filters-md5sum        "7c8d792eb872be5a5b596409e5f05f40">
    1111  <!ENTITY cups-filters-size          "1.3 MB">
    12   <!ENTITY cups-filters-buildsize     "51 MB (with tests)">
     12  <!ENTITY cups-filters-buildsize     "53 MB (with tests)">
    1313  <!ENTITY cups-filters-time          "0.4 SBU (with tests)">
    1414]>
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8282        </para>
    8383      </listitem>
    84     </itemizedlist>
     84    </itemizedlist>-->
    8585
    8686    <bridgehead renderas="sect3">CUPS Filters Dependencies</bridgehead>
     
    105105    <bridgehead renderas="sect4">Optional</bridgehead>
    106106    <para role="optional">
    107       <xref linkend="avahi"/> and
     107      <xref linkend="avahi"/>,
     108      <xref linkend="openldap"/> and
    108109      <xref linkend="php"/> (use of this might be broken)
    109110    </para>
     
    129130    </para>
    130131
    131 <screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-poppler0340-1.patch &amp;&amp;
    132 
    133 ./configure                             \
     132<screen><userinput>./configure                             \
    134133        --prefix=/usr                   \
    135134        --sysconfdir=/etc               \
     
    139138        --with-gs-path=/usr/bin/gs      \
    140139        --with-pdftops-path=/usr/bin/gs \
    141         --docdir=/usr/share/doc/cups-filters-&cups-filters-version;      &amp;&amp;
     140        --docdir=/usr/share/doc/cups-filters-&cups-filters-version; &amp;&amp;
    142141
    143142make</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.