Changeset 9ea2f70 for pst


Ignore:
Timestamp:
09/16/2005 12:49:09 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
2379821
Parents:
3facc23b
Message:

Updated to SANE-backends-1.0.16

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/sane.xml

    r3facc23b r9ea2f70  
    55  %general-entities;
    66
    7   <!ENTITY sane-be-download-http "http://gd.tuwien.ac.at/api/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
     7  <!ENTITY sane-be-download-http "http://alioth.debian.org/download.php/1079/sane-backends-&sane-version;.tar.gz">
    88  <!ENTITY sane-be-download-ftp  "ftp://ftp.sane-project.org/pub/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
    9   <!ENTITY sane-be-md5sum        "3b804f35cdfbc5ad2d201ffe078bbac9">
    10   <!ENTITY sane-be-size          "3.2 MB">
    11   <!ENTITY sane-be-buildsize     "50 MB">
    12   <!ENTITY sane-be-time          "1.26 SBU">
     9  <!ENTITY sane-be-md5sum        "bec9b9262246316b4ebfe2bc7451aa28">
     10  <!ENTITY sane-be-size          "3.4 MB">
     11  <!ENTITY sane-be-buildsize     "56 MB">
     12  <!ENTITY sane-be-time          "1.3 SBU">
    1313
    1414  <!ENTITY sane-fe-version       "1.0.13">
    15   <!ENTITY sane-fe-download-http "http://gd.tuwien.ac.at/api/sane/sane-frontends-&sane-fe-version;/sane-frontends-&sane-fe-version;.tar.gz">
     15  <!ENTITY sane-fe-download-http "http://alioth.debian.org/download.php/791/sane-frontends-&sane-fe-version;.tar.gz">
    1616  <!ENTITY sane-fe-download-ftp  "ftp://ftp.sane-project.org/pub/sane/sane-frontends-&sane-fe-version;/sane-frontends-&sane-fe-version;.tar.gz">
    1717  <!ENTITY sane-fe-md5sum        "2930626e627df49b45192a722cedc8a6">
    1818  <!ENTITY sane-fe-size          "210 KB">
    19   <!ENTITY sane-fe-buildsize     "2.6 MB">
    20   <!ENTITY sane-fe-time          "0.09 SBU">
     19  <!ENTITY sane-fe-buildsize     "2.7 MB">
     20  <!ENTITY sane-fe-time          "0.1 SBU">
    2121]>
    2222
     
    121121    A SCSI scanner will need SCSI drivers, a parallel port scanner needs
    122122    parallel port support (you should use enhanced EPP modes) and a USB
    123     scanner will need the <application>libusb</application> package and a
    124     SCSI system for emulation. Be sure that you have got the necessary
    125     drivers configured to access the devices.</para>
     123    scanner will need the <application>libusb</application> package. Ensure
     124    you have got the necessary drivers properly configured to access the
     125    devices.</para>
    126126
    127127  </sect2>
     
    138138<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    139139make</userinput></screen>
     140
     141      <para>This package does not come with a test suite.</para>
    140142
    141143      <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.