Ignore:
Timestamp:
10/19/2015 10:03:09 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c870dc3
Parents:
59fdbf7
Message:

Update to qt-5.5.1.
Update to httpd-2.4.17.
Update to sane-backends-1.0.25.
Update to bluez-5.35.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/sane.xml

    r59fdbf7 r2ea1836  
    77  <!ENTITY sane-be-download-http "http://fossies.org/linux/misc//sane-backends-&sane-version;.tar.gz">
    88  <!ENTITY sane-be-download-ftp  " ">
    9   <!ENTITY sane-be-md5sum        "1ca68e536cd7c1852322822f5f6ac3a4">
    10   <!ENTITY sane-be-size          "5.6 MB">
    11   <!ENTITY sane-be-buildsize     "97 MB">
    12   <!ENTITY sane-be-time          "1 SBU">
     9  <!ENTITY sane-be-md5sum        "f9ed5405b3c12f07c6ca51ee60225fe7">
     10  <!ENTITY sane-be-size          "5.7 MB">
     11  <!ENTITY sane-be-buildsize     "129 MB (additional 34 MB for tests)">
     12  <!ENTITY sane-be-time          "1.0 SBU (additional 0.1 SBU for tests)">
    1313
    1414  <!ENTITY sane-fe-download-http "http://alioth.debian.org/frs/download.php/file/1140/sane-frontends-&sane-fe-version;.tar.gz">
     
    157157      <title>Installation of SANE Back Ends</title>
    158158
    159       <note>
    160         <para>
    161           You may safely disregard any messages printed on the screen when you
    162           unpack the tarball.
    163         </para>
    164       </note>
    165 
    166159      <para>The <application>SANE</application> daemon should run with its own
    167160      group.  Create this group by issuing the following commands as the
     
    193186      commands:</para>
    194187
    195             <!-- Not sure why this was there as it works if TeX is installed
    196                  and it doesn't try to use it if TeX is not installed
    197                  -disable-latex &amp;&amp; -->
    198 
    199 <screen><userinput>./configure --prefix=/usr                                    \
    200             --sysconfdir=/etc                                \
    201             --localstatedir=/var                             \
    202             --with-docdir=/usr/share/doc/sane-backend-&sane-version; \
    203             --with-group=scanner                             &amp;&amp;
    204 make                                                         &amp;&amp;
    205 exit</userinput></screen>
     188<screen><userinput>i
     189./configure --prefix=/usr        \
     190            --sysconfdir=/etc    \
     191            --localstatedir=/var \
     192            --with-group=scanner \
     193            --with-docdir=/usr/share/doc/sane-backend-&sane-version; &amp;&amp;
     194make</userinput></screen>
    206195
    207196      <para>If you want to test the results, some files need to be fixed:</para>
    208197
    209 <screen><userinput>sed -i -e 's/Jul 31 07:52:48/Oct  7 08:58:33/'      \
    210        -e 's/1.0.24git/1.0.24/'                     \
    211        testsuite/tools/data/db.ref                  \
    212        testsuite/tools/data/html-mfgs.ref           \
    213        testsuite/tools/data/usermap.ref             \
    214        testsuite/tools/data/html-backends-split.ref \
    215        testsuite/tools/data/udev+acl.ref            \
     198<screen><userinput>sed -i -e 's/Jul 31 07:52:48 2013/Oct 19 13:25:20 2015/'  \
     199       -e 's/1.0.24git/1.0.25/'                           \
     200       testsuite/tools/data/db.ref                        \
     201       testsuite/tools/data/html-mfgs.ref                 \
     202       testsuite/tools/data/usermap.ref                   \
     203       testsuite/tools/data/html-backends-split.ref       \
     204       testsuite/tools/data/udev+acl.ref                  \
    216205       testsuite/tools/data/udev.ref</userinput></screen>
    217206
     
    416405        and scanimage</seg>
    417406        <seg>libsane.so and numerous scanner backend modules</seg>
    418         <seg>/etc/sane.d, /usr/include/sane, /usr/lib/sane, /usr/share/sane,
     407        <seg>/etc/sane.d, /usr/{include,lib,share}/sane,
    419408        and /usr/share/doc/sane-&sane-version;</seg>
    420409      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.