mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to cups-1.4.4 (with patch that fixes XUL crash).
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8603 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
57aae5967c
commit
f0a37d5c2e
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "13"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
@ -815,7 +815,7 @@ $Date$
|
||||
|
||||
<!-- Part XII -->
|
||||
<!-- Chapter 42 -->
|
||||
<!ENTITY cups-version "1.4.2">
|
||||
<!ENTITY cups-version "1.4.4">
|
||||
<!ENTITY LPRng-version "3.8.28">
|
||||
<!ENTITY gs-version "8.71">
|
||||
<!ENTITY gutenprint-version "5.2.5">
|
||||
|
@ -40,6 +40,18 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>September 13th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Updated to cups-1.4.4.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Added cups-1.4.4-fix_broken_locking-1.patch.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>September 9th, 2010</para>
|
||||
<itemizedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY cups-download-http "http://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
|
||||
<!ENTITY cups-download-ftp "ftp://ftp.easysw.com/pub/cups/&cups-version;/cups-&cups-version;-source.tar.bz2">
|
||||
<!ENTITY cups-md5sum "d95e2d588e3d36e563027a963b117b1b">
|
||||
<!ENTITY cups-size "4.4 MB">
|
||||
<!ENTITY cups-buildsize "80 MB">
|
||||
<!ENTITY cups-time "0.8 SBU">
|
||||
<!ENTITY cups-md5sum "8776403ad60fea9e85eab9c04d88560d">
|
||||
<!ENTITY cups-size "4.3 MB">
|
||||
<!ENTITY cups-buildsize "79 MB">
|
||||
<!ENTITY cups-time "0.7 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="cups" xreflabel="CUPS-&cups-version;">
|
||||
@ -89,6 +89,14 @@
|
||||
<ulink url="http://valgrind.org/">Valgrind</ulink> (optionally used if
|
||||
running the test suites)</para>
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing='compact'>
|
||||
<listitem>
|
||||
<para>Required Patch: <ulink
|
||||
url="&patch-root;/cups-&cups-version;-fix__broken_locking-1.patch"/></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/cups"/></para>
|
||||
|
||||
@ -110,7 +118,8 @@
|
||||
<para>Install <application>CUPS</application> by running the
|
||||
following commands:</para>
|
||||
|
||||
<screen><userinput>./configure &&
|
||||
<screen><userinput>patch -Np1 -i ../cups-&cups-version;-fix_broken_locking-1.patch &&
|
||||
./configure &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>To test the results, issue: <command>make check</command>. This will
|
||||
|
Loading…
Reference in New Issue
Block a user