Changeset 088576d6 for pst


Ignore:
Timestamp:
06/11/2014 11:29:08 AM (10 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.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d9bfb9f
Parents:
369d7767
Message:

cups-filters-1.0.54
fix typo and rephrase tests in CMake-3.0.0.

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

File:
1 edited

Legend:

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

    r369d7767 r088576d6  
    88  "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "85c605f82cddfd9990a17f1ffaf51eec">
     10  <!ENTITY cups-filters-md5sum        "181ee0e6c27cfbb05e241f0267363678">
    1111  <!ENTITY cups-filters-size          "1.3 MB">
    12   <!ENTITY cups-filters-buildsize     "30 MB (additional 2 MB for the tests)">
     12  <!ENTITY cups-filters-buildsize     "32 MB (additional 2 MB for the tests)">
    1313  <!ENTITY cups-filters-time          "0.4 SBU">
    1414]>
     
    7070        <para>
    7171          Estimated build time: &cups-filters-time;
     72        </para>
     73      </listitem>
     74    </itemizedlist>
     75
     76    <bridgehead renderas="sect3">Additional Download</bridgehead>
     77    <itemizedlist spacing="compact">
     78      <listitem>
     79        <para>
     80          Required patch:
     81          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-pdftoraster-1.patch"/>
    7282        </para>
    7383      </listitem>
     
    120130    </para>
    121131
    122 <screen><userinput>./configure --prefix=/usr                               \
     132<screen><userinput>patch -Np1 -i ../cups-filters-&cups-filters-version;-pdftoraster-1.patch &amp;&amp;
     133./configure --prefix=/usr                               \
    123134            --sysconfdir=/etc                           \
    124135            --localstatedir=/var                        \
Note: See TracChangeset for help on using the changeset viewer.