Ignore:
Timestamp:
10/08/2013 11:41:33 AM (11 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:
19b062d
Parents:
aa93e7ab
Message:

Update to sane-backends-1.0.24.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/sane.xml

    raa93e7ab r4c81bd8  
    66
    77  <!-- <!ENTITY sane-be-download-http "http://alioth.debian.org/frs/?group_id=30186"> -->
    8   <!ENTITY sane-be-download-http " ">
    9   <!ENTITY sane-be-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/sane-backends-&sane-version;.tar.gz">
     8  <!ENTITY sane-be-download-http "http://fossies.org/linux/misc//sane-backends-&sane-version;.tar.gz">
     9  <!ENTITY sane-be-download-ftp  " ">
     10  <!--<!ENTITY sane-be-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/sane-backends-&sane-version;.tar.gz">-->
    1011  <!--<!ENTITY sane-be-download-ftp  "&gentoo-ftp-repo;/sane-backends-&sane-version;.tar.gz">-->
    11   <!ENTITY sane-be-md5sum        "979c9dbb23920d04e322be23122c7de7">
    12   <!ENTITY sane-be-size          "5.1 MB">
    13   <!ENTITY sane-be-buildsize     "120 MB">
    14   <!ENTITY sane-be-time          "1.2 SBU">
     12  <!ENTITY sane-be-md5sum        "1ca68e536cd7c1852322822f5f6ac3a4">
     13  <!ENTITY sane-be-size          "5.6 MB">
     14  <!ENTITY sane-be-buildsize     "97 MB">
     15  <!ENTITY sane-be-time          "1 SBU">
    1516
    1617  <!ENTITY sane-fe-download-http "http://alioth.debian.org/frs/download.php/file/1140/sane-frontends-&sane-fe-version;.tar.gz">
     
    5253    &lfs74_checked;
    5354
    54     <!-- This note is not applicable. First, there is no issue downloading the
     55    <!-- The upstream web site has the md5sums for the tarballs:
     56         http://www.sane-project.org/sane-md5sums.txt.
     57         But they do not provide the tarballs, so, the following paragraph
     58         seems not applicable, starting with sane-backends-1.0.24.tar.gz.
     59
     60         This note is not applicable. First, there is no issue downloading the
    5561         ftp://ftp2.sane-project.org/pub/sane/sane-backends-1.0.23.tar.gz
    5662         tarball with wget. Next, the combined tarball exists on the SANE FTP
     
    221227exit</userinput></screen>
    222228
     229      <para>If you want to test the results, some files need to be fixed:</para>
     230
     231<screen><userinput>sed -i -e 's/Jul 31 07:52:48/Oct  7 08:58:33/'      \
     232       -e 's/1.0.24git/1.0.24/'                     \
     233       testsuite/tools/data/db.ref                  \
     234       testsuite/tools/data/html-mfgs.ref           \
     235       testsuite/tools/data/usermap.ref             \
     236       testsuite/tools/data/html-backends-split.ref \
     237       testsuite/tools/data/udev+acl.ref            \
     238       testsuite/tools/data/udev.ref</userinput></screen>
     239
    223240      <para>To test the results, issue: <command>make check</command>.</para>
    224241
Note: See TracChangeset for help on using the changeset viewer.