Changeset bdf5806e


Ignore:
Timestamp:
05/10/2004 02:58:36 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3543105
Parents:
5a3b2ad
Message:

added libusb, contributed by Alexander

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

Files:
7 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/general.ent

    r5a3b2ad rbdf5806e  
    2727<!ENTITY % LZO SYSTEM "genlib/lzo/lzo.ent">
    2828<!ENTITY % libpcap SYSTEM "genlib/libpcap/libpcap.ent">
     29<!ENTITY % libusb SYSTEM "genlib/libusb/libusb.ent">
    2930%openssl;
    3031%pcre;
     
    5152%LZO;
    5253%libpcap;
     54%libusb;
    5355
    5456<!-- Graphics Libraries -->
  • general/genlib/genlib.xml

    r5a3b2ad rbdf5806e  
    5353&LZO;
    5454&libpcap;
     55&libusb;
    5556</chapter>
  • introduction/welcome/changelog.xml

    r5a3b2ad rbdf5806e  
    1111
    1212<itemizedlist>
     13
     14<listitem><para>May 10th, 2004 [igor]: Added libusb-0.1.8,
     15contributed by Alexander E. Patrakov.</para></listitem>
    1316
    1417<listitem><para>May 10th, 2004 [igor]: Updated to XSane-0.93,
  • introduction/welcome/credits.xml

    r5a3b2ad rbdf5806e  
    140140<listitem><para>PHP: <emphasis>Jeremy Utley</emphasis></para></listitem>
    141141
    142 <listitem><para>Gimp-Print: <emphasis>Alexander E. Patrakov</emphasis></para></listitem>
     142<listitem><para>Gimp-Print, libusb: <emphasis>Alexander E. Patrakov</emphasis></para></listitem>
    143143
    144144<listitem><para>fetchmail and wvdial: <emphasis>Paul Campbell</emphasis></para>
  • pst/scanning/sane/sane-intro.xml

    r5a3b2ad rbdf5806e  
    3333<sect3><title><application><acronym>SANE</acronym></application> dependencies</title>
    3434<sect4><title>Optional</title>
    35 <para><ulink url="http://libusb.sourceforge.net/">libusb</ulink>,
     35<para><xref linkend="libusb"/>,
    3636<ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
    3737<ulink url="http://www.gphoto.org/">gPhoto2</ulink>,
Note: See TracChangeset for help on using the changeset viewer.