Changeset 014030f


Ignore:
Timestamp:
08/19/2004 06:09:02 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
7268366
Parents:
393aab6
Message:

Updated to XSane-0.95

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r393aab6 r014030f  
    433433<!-- Chapter 42 -->
    434434<!ENTITY sane-version                 "1.0.14">
    435 <!ENTITY xsane-version                "0.93">     
     435<!ENTITY xsane-version                "0.95">     
    436436
    437437<!-- Chapter 43 -->
  • introduction/welcome/changelog.xml

    r393aab6 r014030f  
    2323<itemizedlist>
    2424
     25<listitem><para>August 19th, 2004 [randy]: Updated to
     26XSane-0.95.</para></listitem>
     27
    2528<listitem><para>August 19th, 2004 [randy]: Updated to AbiWord-2.0.10;
    2629added gcc34 patch to fix an LFS-6.0 build problem and added additional
  • pst/scanning/xsane.xml

    r393aab6 r014030f  
    33  <!ENTITY % general-entities SYSTEM "../../general.ent">
    44  %general-entities;
    5  
     5
    66  <!ENTITY xsane-download-http "http://gd.tuwien.ac.at/hci/sane/xsane/xsane-&xsane-version;.tar.gz">
    7   <!ENTITY xsane-download-ftp  " ">
    8   <!ENTITY xsane-size          "2.5 MB">
    9   <!ENTITY xsane-buildsize     "17 MB">
    10   <!ENTITY xsane-time          "0.20 SBU">
     7  <!ENTITY xsane-download-ftp  "ftp://ftp.sane-project.org/pub/sane/xsane-&xsane-version;.tar.gz">
     8  <!ENTITY xsane-size          "2.9 MB">
     9  <!ENTITY xsane-buildsize     "19.1 MB">
     10  <!ENTITY xsane-time          "0.22 SBU">
    1111]>
    1212
     
    4444<xref linkend="GTK2"/></para></sect4>
    4545<sect4><title>Optional</title>
    46 <para><xref linkend="libtiff"/>, <xref
    47 linkend="libjpeg"/> and <xref linkend="gimp"/></para></sect4>
     46<para><xref linkend="libtiff"/>,
     47<xref linkend="libjpeg"/> and <xref linkend="gimp"/></para></sect4>
    4848</sect3>
    4949
     
    5858<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5959make &amp;&amp;
    60 make install</command></userinput></screen>
     60make install &amp;&amp;
     61ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command></userinput></screen>
     62
     63</sect2>
     64
     65<sect2>
     66<title>Command explanations</title>
     67
     68<para><command>ln -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
     69This creates a link in the system-wide
     70<application><acronym>GIMP</acronym></application>
     71<filename class='directory'>plug-ins</filename> directory so that users can
     72access <application>XSane</application> directly from
     73<application><acronym>GIMP</acronym></application>.
     74<application><acronym>GIMP</acronym></application> must be available before
     75building <application>XSane</application> for this to work. Alternatively,
     76create the link in <filename class='directory'>~/.gimp-2.0/plug-ins/</filename>
     77to provide individual user access. <command>man xsane</command> for
     78additional information.</para>
    6179
    6280</sect2>
     
    6684
    6785<para><application>XSane</application> comes with a graphical user interface,
    68 and (if <xref linkend="gimp"/> is available) a
    69 <application><acronym>GIMP</acronym></application>
    70 plugin with advanced features. Please refer to the documentation for further
    71 support.</para>
     86<command>xsane</command>, and (if <xref linkend="gimp"/> is available) a
     87<application><acronym>GIMP</acronym></application> plugin. Please refer to the
     88documentation for further support.</para>
     89
     90</sect2>
     91
     92<sect2>
     93<title>Description</title>
     94
     95<sect3><title>xsane</title>
     96<para><command>xsane</command> is a graphical user-interface to control an
     97image acquisition device such as a flatbed scanner.</para>
     98</sect3>
    7299
    73100</sect2>
Note: See TracChangeset for help on using the changeset viewer.