Changeset 6b8a7875 for pst/scanning


Ignore:
Timestamp:
01/06/2014 12:04:56 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
616dc91
Parents:
900fdd4
Message:

Update to xsane-0.999.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/xsane.xml

    r900fdd4 r6b8a7875  
    55  %general-entities;
    66
    7   <!ENTITY xsane-download-http " ">
    8   <!ENTITY xsane-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/xsane/xsane-&xsane-version;.tar.gz">
    9   <!ENTITY xsane-md5sum        "936f1cc76b37caa8f285e1e15ac7e0aa">
    10   <!ENTITY xsane-size          "2.8 MB">
     7  <!ENTITY xsane-download-http "http://www.xsane.org/download/xsane-&xsane-version;.tar.gz">
     8  <!ENTITY xsane-download-ftp " ">
     9<!--  <!ENTITY xsane-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/xsane/xsane-&xsane-version;.tar.gz"> -->
     10  <!ENTITY xsane-md5sum        "9927f21e1ab6ba96315e7f0e30746deb">
     11  <!ENTITY xsane-size          "2.9 MB">
    1112  <!ENTITY xsane-buildsize     "23 MB">
    1213  <!ENTITY xsane-time          "0.2 SBU">
     
    6566      <xref linkend="sane"/> (back ends)
    6667    </para>
    67 
     68<!--
    6869    <bridgehead renderas="sect4">Recommended</bridgehead>
    69     <para role="required">
     70    <para role="recommended">
    7071      <xref linkend="xdg-utils"/> (for the help docummentation at runtime)
    71     </para>
     72    </para>-->
    7273
    7374    <bridgehead renderas="sect4">Optional</bridgehead>
    7475    <para role="optional">
    75       <xref linkend="libtiff"/>,
    76       <xref linkend="libjpeg"/>,
    77       <xref linkend="lcms"/>, and
     76      <xref linkend="lcms"/> and
    7877      <xref linkend="gimp"/>
    7978    </para>
     
    9089    commands:</para>
    9190
    92 <screen><userinput>sed -i -e 's/netscape/xdg-open/'                   src/xsane.h      &amp;&amp;
    93 sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &amp;&amp;
     91<!--sed -i -e 's/netscape/xdg-open/'                   src/xsane.h      &amp;&amp;-->
     92<screen><userinput>sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &amp;&amp;
    9493./configure --prefix=/usr                                           &amp;&amp;
    9594make</userinput></screen>
     
    101100<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &amp;&amp;
    102101ln -v -s ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
    103 
     102<!--
    104103    <para>If you have not installed <xref linkend="xdg-utils"/> and have not
    105     issued the first sed:</para>
     104    issued the first sed:</para>-->
     105    <para>A browser of your choice can be used to get inline help, using the
     106    following command,  as the <systemitem class="username">root</systemitem>
     107    user:</para>
    106108
    107109<screen role="root"><userinput>ln -v -s &lt;browser&gt; /usr/bin/netscape</userinput></screen>
     
    109111    <note><para>Be sure to replace &lt;browser&gt; with the browser of your
    110112    choice on your system.</para></note>
     113
     114    <para>Alternatively, if the environment variable BROWSER is set to the
     115    browser you want to use, eg, BROWSER="/usr/bin/firefox", the first time you
     116    run <command>xsane</command>, it will be recorded in ~/.sane/xsane/xsane.rc.
     117    If you wish to change it, edit this file, or remove it, and use the
     118    instructions above, so that a new one is created.</para>
    111119
    112120    <para>If <application>GIMP</application> is installed, issue the following
     
    119127  <sect2 role="commands">
    120128    <title>Command Explanations</title>
    121 
     129<!--
    122130    <para><command>sed -i -e 's/netscape/xdg-open/' src/xsane.h </command>:
    123131    This is to use <command>xdg-open</command> for the help documentation,
    124     instead of the hardcoded browser.</para>
     132    instead of the hardcoded browser.</para>-->
    125133
    126134    <para><command>ln -v -s ../../doc/xsane-&xsane-version;
Note: See TracChangeset for help on using the changeset viewer.