Changeset b00021d for pst/printing


Ignore:
Timestamp:
10/29/2012 05:10:51 PM (11 years ago)
Author:
Ken Moffat <ken@…>
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:
ffdad30
Parents:
c524bd1c
Message:

gutenprint-5.2.9

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gutenprint.xml

    rc524bd1c rb00021d  
    77  <!ENTITY gutenprint-download-http "&sourceforge-repo;/gimp-print/gutenprint-&gutenprint-version;.tar.bz2">
    88  <!ENTITY gutenprint-download-ftp  " ">
    9   <!ENTITY gutenprint-md5sum        "b19029972bf28f6efd693270daf8f5de">
    10   <!ENTITY gutenprint-size          "5.3 MB">
    11   <!ENTITY gutenprint-buildsize     "65 MB">
    12   <!ENTITY gutenprint-time          "0.5 SBU">
     9  <!ENTITY gutenprint-md5sum        "aefbec27b96dd404d9ac9811e17d58ce">
     10  <!ENTITY gutenprint-size          "5.5 MB">
     11  <!ENTITY gutenprint-buildsize     "73 MB">
     12  <!ENTITY gutenprint-time          "0.4 SBU">
    1313]>
    1414
     
    7575    <para role="optional">
    7676    <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
    77     <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink></para>
     77    <xref linkend="ijs"/></para>
    7878
    7979    <bridgehead renderas="sect4">Optional (to Regenerate Documentation)</bridgehead>
     
    9494    following commands:</para>
    9595
    96 <!-- already fixed upstream, will not be required in 5.2.8 -->
    97 <screen><userinput>sed -i '/#include &lt;ctype.h&gt;/a\#include &lt;stdio.h&gt;' \
    98        src/cups/commandtocanon.c src/cups/commandtoepson.c &amp;&amp;
    99 sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \
     96<screen><userinput>sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \
    10097       {,doc/,doc/developer/}Makefile.in &amp;&amp;
    10198./configure --prefix=/usr --disable-static &amp;&amp;
     
    124121    <title>Command Explanations</title>
    125122
    126     <para><command>sed -i '/#include &lt;ctype.h&gt;/a\#include &lt;stdio.h&gt;' ...</command>:
    127     the include files from the current version of <application>cups</application> no
    128     longer include <filename>stdio.h</filename> when compiling this version of
    129     <application>gutenprint</application> on linux, causing the build to fail.</para>
    130 
    131123    <para><command>sed -i '...' ...Makefile.in</command>: This
    132124    command is used so that the package documentation is installed in the
     
    184176        ijsgutenprint.5.2 (if compiled using ijs), and
    185177        testpattern</seg>
    186         <seg>libgutenprint.so, libgutenprintui2.so,
    187         libgutenprintui2.so and optionally, various
     178        <seg>libgutenprint.so, libgutenprintui2.so
     179        and optionally, various
    188180        <application>CUPS</application> filters and backend
    189181        drivers</seg>
Note: See TracChangeset for help on using the changeset viewer.