mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to xsane-0.998
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10039 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
272d9049c9
commit
67fcdc1314
@ -1048,7 +1048,7 @@ $Date$
|
|||||||
<!-- Chapter 43 -->
|
<!-- Chapter 43 -->
|
||||||
<!ENTITY sane-version "1.0.22">
|
<!ENTITY sane-version "1.0.22">
|
||||||
<!ENTITY sane-fe-version "1.0.14">
|
<!ENTITY sane-fe-version "1.0.14">
|
||||||
<!ENTITY xsane-version "0.994">
|
<!ENTITY xsane-version "0.998">
|
||||||
|
|
||||||
<!-- Chapter 44 -->
|
<!-- Chapter 44 -->
|
||||||
<!ENTITY sgml-common-version "0.6.3">
|
<!ENTITY sgml-common-version "0.6.3">
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>April 30th, 2012</para>
|
<para>April 30th, 2012</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Update to xsane-0.998. Fixes
|
||||||
|
<ulink url="&blfs-ticket-root;2790">#2790</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Update to SANE-1.0.22. Fixes
|
<para>[bdubbs] - Update to SANE-1.0.22. Fixes
|
||||||
<ulink url="&blfs-ticket-root;2935">#2935</ulink>.</para>
|
<ulink url="&blfs-ticket-root;2935">#2935</ulink>.</para>
|
||||||
|
@ -4,10 +4,10 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY xsane-download-http "http://gd.tuwien.ac.at/hci/sane/xsane/xsane-&xsane-version;.tar.gz">
|
<!ENTITY xsane-download-http " ">
|
||||||
<!ENTITY xsane-download-ftp "ftp://ftp2.sane-project.org/pub/sane/xsane/xsane-&xsane-version;.tar.gz">
|
<!ENTITY xsane-download-ftp "ftp://ftp2.sane-project.org/pub/sane/xsane/xsane-&xsane-version;.tar.gz">
|
||||||
<!ENTITY xsane-md5sum "7d02656026797a46a84bda63006f5668">
|
<!ENTITY xsane-md5sum "936f1cc76b37caa8f285e1e15ac7e0aa">
|
||||||
<!ENTITY xsane-size "3.3 MB">
|
<!ENTITY xsane-size "2.8 MB">
|
||||||
<!ENTITY xsane-buildsize "23 MB">
|
<!ENTITY xsane-buildsize "23 MB">
|
||||||
<!ENTITY xsane-time "0.2 SBU">
|
<!ENTITY xsane-time "0.2 SBU">
|
||||||
]>
|
]>
|
||||||
@ -59,13 +59,17 @@
|
|||||||
|
|
||||||
<bridgehead renderas="sect4">Required</bridgehead>
|
<bridgehead renderas="sect4">Required</bridgehead>
|
||||||
<para role="required">
|
<para role="required">
|
||||||
<xref linkend="gtk2"/> and <xref linkend="sane"/> (back ends)</para>
|
<xref linkend="gtk2"/> and
|
||||||
|
<xref linkend="sane"/> (back ends)
|
||||||
|
</para>
|
||||||
|
|
||||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||||
<para role="optional"><xref linkend="libtiff"/>,
|
<para role="optional">
|
||||||
|
<xref linkend="libtiff"/>,
|
||||||
<xref linkend="libjpeg"/>,
|
<xref linkend="libjpeg"/>,
|
||||||
<xref linkend="lcms"/>, and
|
<xref linkend="lcms"/>, and
|
||||||
<xref linkend="gimp"/></para>
|
<xref linkend="gimp"/>
|
||||||
|
</para>
|
||||||
|
|
||||||
<para condition="html" role="usernotes">User Notes:
|
<para condition="html" role="usernotes">User Notes:
|
||||||
<ulink url="&blfs-wiki;/xsane"/></para>
|
<ulink url="&blfs-wiki;/xsane"/></para>
|
||||||
@ -78,7 +82,9 @@
|
|||||||
<para>Install <application>XSane</application> by running the following
|
<para>Install <application>XSane</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>./configure --prefix=/usr &&
|
<screen><userinput>sed -i -e 's/netscape/xdg-open/' src/xsane.h &&
|
||||||
|
sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &&
|
||||||
|
./configure --prefix=/usr &&
|
||||||
make</userinput></screen>
|
make</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>This package does not come with a test suite.</para>
|
||||||
@ -86,8 +92,7 @@ make</userinput></screen>
|
|||||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
|
||||||
<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &&
|
<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &&
|
||||||
ln -v -s ../../doc/xsane-&xsane-version; \
|
ln -v -s ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
|
||||||
/usr/share/sane/xsane/doc</userinput></screen>
|
|
||||||
|
|
||||||
<para>If <application>GIMP</application> is installed, issue the following
|
<para>If <application>GIMP</application> is installed, issue the following
|
||||||
command as the <systemitem class="username">root</systemitem> user:</para>
|
command as the <systemitem class="username">root</systemitem> user:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user