Changeset d92b93c


Ignore:
Timestamp:
10/31/2012 01:43:31 AM (11 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.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:
674aaa2d
Parents:
4eaa7c4
Message:

Update to sane-1.0.23
Minor corrections and tags

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4eaa7c4 rd92b93c  
    903903
    904904<!-- Chapter 43 -->
    905 <!ENTITY sane-version                 "1.0.22">
     905<!ENTITY sane-version                 "1.0.23">
    906906<!ENTITY sane-fe-version              "1.0.14">
    907907<!ENTITY xsane-version                "0.998">
  • general/sysutils/initdtools.xml

    r4eaa7c4 rd92b93c  
    3232    programs to install and remove LSB based bootscripts. </para>
    3333
    34     &lfs71_checked;
     34    &lfs72_checked;
    3535
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r4eaa7c4 rd92b93c  
    4747      <para>October 30th, 2012</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to sane-1.0.23. Fixes
     51          <ulink url="&blfs-ticket-root;3625">#3625</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[bdubbs] - Update to wireshark-1.8.3. Fixes
  • postlfs/filesystems/sshfs-fuse.xml

    r4eaa7c4 rd92b93c  
    3939    </para>
    4040
    41     &lfs71_checked;
     41    &lfs72_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • pst/scanning/sane.xml

    r4eaa7c4 rd92b93c  
    55  %general-entities;
    66
    7   <!ENTITY sane-be-download-http "http://alioth.debian.org/download.php/2318/sane-backends-&sane-version;.tar.gz">
    8   <!ENTITY sane-be-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
    9   <!ENTITY sane-be-download-ftp  "&gentoo-ftp-repo;/sane-backends-&sane-version;.tar.gz">
    10   <!ENTITY sane-be-md5sum        "fadf56a60f4776bfb24491f66b617cf5">
    11   <!ENTITY sane-be-size          "4.9 MB">
    12   <!ENTITY sane-be-buildsize     "105 MB">
     7  <!ENTITY sane-be-download-http "http://alioth.debian.org/frs/?group_id=30186">
     8  <!ENTITY sane-be-download-ftp  "ftp://ftp2.sane-project.org/pub/sane/">
     9  <!--<!ENTITY sane-be-download-ftp  "&gentoo-ftp-repo;/sane-backends-&sane-version;.tar.gz">-->
     10  <!ENTITY sane-be-md5sum        "e226a89c54173efea80e91e9a5eb6573">
     11  <!ENTITY sane-be-size          "5.1 MB">
     12  <!ENTITY sane-be-buildsize     "120 MB">
    1313  <!ENTITY sane-be-time          "1.2 SBU">
    1414
     
    4949    front ends are user interfaces to access the backends.</para>
    5050
    51     &lfs71_checked;
     51    &lfs72_built;
     52
     53    <note><para>The upstream web site uses a self signed security
     54    certificate.  If using <command>wget</command>, the option --no-check-certificate
     55    needs to be added.</para>
     56
     57    <para>The md5sum of the backend file does not match unless the three parts
     58    of the divided tarball on the upstream server,
     59    sane-backends-1.0.23.tar.gz.[1-3], are combined.  A combined tarball with
     60    the correct md5sum is located at <ulink
     61    url="http://anduin.linuxfromscratch.org/sources/other/sane-backends-1.0.23.tar.gz">http://anduin.linuxfromscratch.org/sources/other/sane-backends-1.0.23.tar.gz</ulink>.</para></note>
    5262
    5363    <bridgehead renderas="sect3">Back Ends Package Information</bridgehead>
     
    94104      </listitem>
    95105    </itemizedlist>
    96 
     106<!--
    97107    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    98108    <itemizedlist spacing="compact">
     
    103113      </listitem>
    104114    </itemizedlist>
    105 
     115-->
    106116    <bridgehead renderas="sect3">SANE Dependencies</bridgehead>
    107117
     
    166176      running the following commands:</para>
    167177
    168 <screen><userinput>patch -Np1 -i ../sane-backends-&sane-version;-v4l-1.patch &amp;&amp;
    169 ./configure --prefix=/usr        \
     178<screen><userinput>./configure --prefix=/usr        \
    170179            --sysconfdir=/etc    \
    171180            --with-group=scanner \
    172             --localstatedir=/var &amp;&amp;
     181            --localstatedir=/var \
     182            --disable-latex &amp;&amp;
    173183make</userinput></screen>
    174184
  • pst/scanning/xsane.xml

    r4eaa7c4 rd92b93c  
    3434    quality and ease of use compared to <command>xscanimage</command>.</para>
    3535
    36     &lfs71_checked;
     36    &lfs72_built;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8585    commands:</para>
    8686
    87 <screen><userinput>sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &amp;&amp;
     87<screen><userinput>sed -i -e 's/netscape/xdg-open/'                   src/xsane.h      &amp;&amp;
     88sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' src/xsane-save.c &amp;&amp;
    8889./configure --prefix=/usr                                           &amp;&amp;
    8990make</userinput></screen>
  • pst/xml/docbook-xsl.xml

    r4eaa7c4 rd92b93c  
    119119install -v -m644 -D README \
    120120                    /usr/share/doc/docbook-xsl-&docbook-xsl-version;/README.txt &amp;&amp;
    121 install -v -m755    RELEASE-NOTES* NEWS* \
     121install -v -m644    RELEASE-NOTES* NEWS* \
    122122                    /usr/share/doc/docbook-xsl-&docbook-xsl-version;</userinput></screen>
    123123
  • server/mail/qpopper.xml

    r4eaa7c4 rd92b93c  
    3333    POP3 mail server.</para>
    3434
    35     &lfs71_built;
     35    &lfs72_built;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.