Changeset 6d0910f1 for general


Ignore:
Timestamp:
12/30/2008 12:28:51 AM (15 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:
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

Location:
general
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • 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:
Note: See TracChangeset for help on using the changeset viewer.