Changeset cbda2a25 for pst


Ignore:
Timestamp:
01/10/2013 08:06:26 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 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:
fa3b9b3
Parents:
4e9f28df
Message:

CUPS Filters 1.0.29.

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

File:
1 edited

Legend:

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

    r4e9f28df rcbda2a25  
    77  <!ENTITY cups-filters-download-http "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    88  <!ENTITY cups-filters-download-ftp  " ">
    9   <!ENTITY cups-filters-md5sum        "4c638c1f1875c984c3d97179e89380c8">
    10   <!ENTITY cups-filters-size          "972 KB">
    11   <!ENTITY cups-filters-buildsize     "21 MB">
     9  <!ENTITY cups-filters-md5sum        "01e2d9abc4ea69521334a0ee2f70d98a">
     10  <!ENTITY cups-filters-size          "984 KB">
     11  <!ENTITY cups-filters-buildsize     "31 MB">
    1212  <!ENTITY cups-filters-time          "0.3 SBU">
    1313]>
     
    6969        <para>
    7070          Estimated build time: &cups-filters-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/cups-filters-&cups-filters-version;-poppler_fix-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    93103    <bridgehead renderas="sect4">Optional</bridgehead>
    94104    <para role="optional">
     105      <xref linkend="avahi"/> and
    95106      <xref linkend="php"/>
    96107    </para>
     
    114125    </para>
    115126
    116 <screen><userinput>./configure --prefix=/usr \
     127<screen><userinput>patch -Np0 -i ../cups-filters-&cups-filters-version;-poppler_fix-1.patch &amp;&amp;
     128./configure --prefix=/usr \
    117129            --sysconfdir=/etc \
    118130            --docdir=/usr/share/doc/cups-filters-&cups-filters-version; \
     131            --without-rcdir \
    119132            --with-gs-path=/usr/bin/gs \
    120133            --with-pdftops-path=/usr/bin/gs \
     
    138151
    139152    <para>
     153      <option>--without-rcdir</option>: This switch disables installation of
     154      the bundled bootscript which is not compatible with BLFS.
     155    </para>
     156
     157    <para>
    140158      <parameter>--with-gs-path=/usr/bin/gs</parameter>: This switch
    141159      defines the path to the <application>GhostScript</application>
     
    154172  </sect2>
    155173
     174<!-- TODO: Write a bootscript for cups-browsed -->
     175
    156176  <sect2 role="content">
    157177    <title>Contents</title>
    158178
    159179    <segmentedlist>
    160       <segtitle>Installed Program</segtitle>
     180      <segtitle>Installed Programs</segtitle>
    161181      <segtitle>Installed Libraries</segtitle>
    162182      <segtitle>Installed Directories</segtitle>
     
    164184      <seglistitem>
    165185        <seg>
    166           ttfread
     186          ttfread and cups-browsed
    167187        </seg>
    168188        <seg>
Note: See TracChangeset for help on using the changeset viewer.