Changeset d00ea0b for pst/scanning


Ignore:
Timestamp:
07/27/2007 06:15:57 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
21f1f1f
Parents:
b3bde60b
Message:

Updated to XSane-0.994

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/xsane.xml

    rb3bde60b rd00ea0b  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY xsane-download-http "http://gd.tuwien.ac.at/hci/sane/xsane/xsane-&xsane-version;.tar.gz">
    208  <!ENTITY xsane-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/xsane/xsane-&xsane-version;.tar.gz">
    21   <!ENTITY xsane-md5sum        "3d1f889d88c3462594febd53be58c561">
    22   <!ENTITY xsane-size          "3.1 MB">
    23   <!ENTITY xsane-buildsize     "21.3 MB">
    24   <!ENTITY xsane-time          "0.22 SBU">
     9  <!ENTITY xsane-md5sum        "7d02656026797a46a84bda63006f5668">
     10  <!ENTITY xsane-size          "3.3 MB">
     11  <!ENTITY xsane-buildsize     "23 MB">
     12  <!ENTITY xsane-time          "0.2 SBU">
    2513]>
    2614
     
    7664    <bridgehead renderas="sect4">Optional</bridgehead>
    7765    <para role="optional"><xref linkend="libtiff"/>,
    78     <xref linkend="libjpeg"/> and
     66    <xref linkend="libjpeg"/>,
     67    <xref linkend="lcms"/>, and
    7968    <xref linkend="gimp"/></para>
    8069
     
    9382make</userinput></screen>
    9483
     84    <para>This package does not come with a test suite.</para>
     85
    9586    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9687
    97 <screen role="root"><userinput>make install</userinput></screen>
     88<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &amp;&amp;
     89ln -v -s ../../doc/xsane-&xsane-version; \
     90         /usr/share/sane/xsane/doc</userinput></screen>
    9891
    9992    <para>If <application>GIMP</application> is installed, issue the following
     
    10699  <sect2 role="commands">
    107100    <title>Command Explanations</title>
     101
     102    <para><command>ln -v -s ../../doc/xsane-&xsane-version;
     103    /usr/share/sane/xsane/doc</command>: This symlink is created to ensure that
     104    any program that looks for the <application>XSane</application>
     105    documentation in the default location will find it, as the documentation
     106    is installed in an alternate location specified in the
     107    <command>make install</command> command.</para>
    108108
    109109    <para><command>ln -v -s /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins/</command>:
     
    130130        <seg>xsane</seg>
    131131        <seg>None</seg>
    132         <seg>/usr/share/sane/xsane</seg>
     132        <seg>/usr/share/doc/xsane-&xsane-version; and
     133        /usr/share/sane/xsane</seg>
    133134      </seglistitem>
    134135    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.