Changeset 6d0910f1


Ignore:
Timestamp:
12/30/2008 12:28:51 AM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
233a7e64
Parents:
837ee667
Message:

Added libusb-compat.
Changed all references to usblib to usblib-compat
Used anduin dor download location for libusb-compat and libusb because
sourceforge was giving an error of too many redirections.

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

Files:
1 added
12 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r837ee667 r6d0910f1  
    121121<!ENTITY LZO-version                  "2.02">
    122122<!ENTITY libusb-version               "1.0.0">
     123<!ENTITY libusb-compat-version        "0.1.0">
    123124<!ENTITY iso-codes-version            "1.2">
    124125<!ENTITY gmime-version                "2.2.10">
     
    195196<!ENTITY zip-version                  "2.32">
    196197<!ENTITY pciutils-version             "3.0.3">
    197 <!ENTITY usbutils-version             "0.72">
     198<!ENTITY usbutils-version             "0.73">
    198199<!ENTITY pkgconfig-version            "0.23">
    199200<!ENTITY cpio-version                 "2.9">
  • general/genlib/genlib.xml

    r837ee667 r6d0910f1  
    6666  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="lzo.xml"/>
    6767  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libusb.xml"/>
     68  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libusb-compat.xml"/>
    6869  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iso-codes.xml"/>
    6970  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmime.xml"/>
  • general/genlib/libusb.xml

    r837ee667 r6d0910f1  
    55  %general-entities;
    66
    7   <!ENTITY libusb-download-http "&sourceforge-repo;/libusb/libusb-&libusb-version;.tar.gz">
    8   <!ENTITY libusb-download-ftp  " ">
     7  <!ENTITY libusb-download-http "&sources-anduin-http;/l/libusb-&libusb-version;.tar.bz2">
     8  <!ENTITY libusb-download-ftp  "&sources-anduin-ftp;/l/libusb-&libusb-version;.tar.bz2">
    99  <!ENTITY libusb-md5sum        "df2447c23750ef2b4a314200feacc2ee">
    1010  <!ENTITY libusb-size          "304 KB">
  • general/genutils/pilot-link.xml

    r837ee667 r6d0910f1  
    7070    <para role="optional"><xref linkend="libpng"/>,
    7171    <xref linkend="popt"/>,
    72     <xref linkend="libusb"/>,
     72    <xref linkend="libusb-compat"/>,
    7373    <xref linkend="jdk"/>,
    7474    <xref linkend="tcl"/>,
  • general/sysutils/usbutils.xml

    r837ee667 r6d0910f1  
    5959
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    61     <para role="required"><xref linkend="libusb"/></para>
     61    <para role="required"><xref linkend="libusb-compat"/></para>
    6262
    6363    <para condition="html" role="usernotes">User Notes:
  • gnome/add/gok.xml

    r837ee667 r6d0910f1  
    6767
    6868    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="libusb"/>,
     69    <para role="optional"><xref linkend="libusb-compat"/>,
    7070    <xref linkend="intltool"/>, and
    7171    <xref linkend="gtk-doc"/></para>
  • introduction/welcome/changelog.xml

    r837ee667 r6d0910f1  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[bdubbs] - Added libusb-compat-0.1.0.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[thomas] - Fix download location of Ant</para>
    4851        </listitem>
  • kde/add/kdeedu.xml

    r837ee667 r6d0910f1  
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="libusb"/>,
     76    <para role="optional"><xref linkend="libusb-compat"/>,
    7777    <ulink
    7878    url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>,
  • kde/core/kdebase.xml

    r837ee667 r6d0910f1  
    6969
    7070    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para role="optional"><xref linkend="libusb"/>,
     71    <para role="optional"><xref linkend="libusb-compat"/>,
    7272    <xref linkend="linux-pam"/>,
    7373    <xref linkend="openldap"/>,
  • postlfs/security/gnupg.xml

    r837ee667 r6d0910f1  
    7474    <para role="optional"><xref linkend="openssl"/>,
    7575    <xref linkend="openldap"/>,
    76     <xref linkend="libusb"/>,
     76    <xref linkend="libusb-compat"/>,
    7777    <xref linkend="curl"/>,
    7878    an <xref linkend="server-mail"/>,
  • postlfs/security/gnupg2.xml

    r837ee667 r6d0910f1  
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    8282    <para role="optional"><xref linkend="openldap"/>,
    83     <xref linkend="libusb"/>,
     83    <xref linkend="libusb-compat"/>,
    8484    <xref linkend="curl"/>, and
    8585    an <xref linkend="server-mail"/></para>
  • pst/scanning/sane.xml

    r837ee667 r6d0910f1  
    9999    <para role="optional"><xref linkend="libjpeg"/>,
    100100    <xref linkend="libtiff"/>,
    101     <xref linkend="libusb"/>,
     101    <xref linkend="libusb-compat"/>,
    102102    <ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
    103103    <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, and
Note: See TracChangeset for help on using the changeset viewer.