Added Jeremy's gnome-print ft217 patch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2170 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-05-16 17:47:04 +00:00
parent fa14234051
commit 1b65826431
3 changed files with 11 additions and 3 deletions

View File

@ -15,9 +15,9 @@ MODULE_VERSION=xml-&libxml-version;
<para>Install <application><acronym>GNOME</acronym> Print</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../gnome-print-&gnome-print-version;-ft217-fixes.patch &amp;&amp;
./configure --prefix=/opt/gnome --with-zlib=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>

View File

@ -17,11 +17,16 @@ url="&gnome-print-download-ftp;"/></para></listitem>
<listitem><para>Estimated build time:
&gnome-print-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required Patch: <ulink
url="&patch-root;/gnome-print-&gnome-print-version;-ft217-fixes.patch"/></para></listitem>
</itemizedlist></sect3>
<sect3><title><application><acronym>GNOME</acronym> Print</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="gdk"/></para></sect4>
</sect3>
</sect2>

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>May 16th, 2004 [igor]: Added gnome-print ft217
patch, submitted by Jeremy Utley.</para></listitem>
<listitem><para>May 16th, 2004 [igor]: Enabled the building of ALSA
static library and added the arecord patch to alsa-utils,
thanks to Alexander E. Patrakov.</para></listitem>