Changeset 4ee3a30


Ignore:
Timestamp:
12/29/2008 06:45:33 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:
5e7b080
Parents:
ba63372
Message:

Updated to libusb-1.0.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rba63372 r4ee3a30  
    120120<!ENTITY gwrap-version                "1.3.4">
    121121<!ENTITY LZO-version                  "2.02">
    122 <!ENTITY libusb-version               "0.1.12">
     122<!ENTITY libusb-version               "1.0.0">
    123123<!ENTITY iso-codes-version            "1.2">
    124124<!ENTITY gmime-version                "2.2.10">
  • general/genlib/libusb.xml

    rba63372 r4ee3a30  
    77  <!ENTITY libusb-download-http "&sourceforge-repo;/libusb/libusb-&libusb-version;.tar.gz">
    88  <!ENTITY libusb-download-ftp  " ">
    9   <!ENTITY libusb-md5sum        "caf182cbc7565dac0fd72155919672e6">
    10   <!ENTITY libusb-size          "389 KB">
    11   <!ENTITY libusb-buildsize     "8.4 MB (includes installing all documentation)">
    12   <!ENTITY libusb-time          "0.3 SBU (includes building all documentation)">
     9  <!ENTITY libusb-md5sum        "df2447c23750ef2b4a314200feacc2ee">
     10  <!ENTITY libusb-size          "304 KB">
     11  <!ENTITY libusb-buildsize     "3.3 MB">
     12  <!ENTITY libusb-time          "less than 0.1 SBU">
    1313]>
    1414
     
    5757    <bridgehead renderas="sect3">libusb Dependencies</bridgehead>
    5858
    59     <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para role="optional"><xref linkend="pkgconfig"/></para>
    61 
    62     <bridgehead renderas="sect4">Optional
    63     (Required to Build the HTML User Manual)</bridgehead>
    64     <para role="optional"><xref linkend="openjade"/> and
    65     <ulink url="http://www.docbook.org/sgml/4.2/index.html"> DocBOOK SGML
    66     DTD-4.2</ulink></para>
    67 
    6859    <bridgehead renderas="sect4">Optional
    6960    (Required to Build the API Documentation)</bridgehead>
    70     <para role="optional"><xref linkend="doxygen"/> and
    71     <xref linkend="graphviz"/></para>
     61    <para role="optional"><xref linkend="doxygen"/></para>
    7262
    7363    <para condition="html" role="usernotes">User Notes:
     
    8272    commands:</para>
    8373
    84 <screen><userinput>./configure --prefix=/usr --disable-build-docs &amp;&amp;
     74<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8575make</userinput></screen>
    8676
     
    8878    dependencies), issue the following command:</para>
    8979
    90 <screen><userinput>make apidox</userinput></screen>
     80<screen><userinput>cd doc &amp;&amp;
     81make docs &amp;&amp;
     82cd ..</userinput></screen>
    9183
    92     <para>To test the results, issue <command>make -k check</command>.</para>
     84    <para>This package does not come with a test suite.</para>
    9385
    9486    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9688<screen role="root"><userinput>make install</userinput></screen>
    9789
    98     <para>If you built the HTML user manual (by having the required
    99     dependencies installed and removing the
    100     <parameter>--disable-build-docs</parameter> parameter from the
    101     <command>configure</command> command), install it using the following
    102     commands as the <systemitem class="username">root</systemitem> user:</para>
    103 
    104 <screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/html &amp;&amp;
    105 install -v -m644 doc/html/* /usr/share/doc/libusb-&libusb-version;/html</userinput></screen>
    106 
    10790    <para>If you built the API documentation, install it using the following
    10891    commands as the <systemitem class="username">root</systemitem> user:</para>
    10992
    11093<screen role="root"><userinput>install -v -d -m755 /usr/share/doc/libusb-&libusb-version;/apidocs &amp;&amp;
    111 install -v -m644 apidocs/html/* \
     94install -v -m644 doc/html/* \
    11295    /usr/share/doc/libusb-&libusb-version;/apidocs</userinput></screen>
    113 
    114   </sect2>
    115 
    116   <sect2 role="commands">
    117     <title>Command Explanations</title>
    118 
    119     <para><parameter>--disable-build-docs</parameter>: This switch avoids
    120     building the HTML user manual. Remove it if you have the required
    121     dependencies installed and wish to build the manual.</para>
    12296
    12397  </sect2>
     
    189163      <segtitle>Installed Program</segtitle>
    190164      <segtitle>Installed Libraries</segtitle>
    191       <segtitle>Installed Directory</segtitle>
     165      <segtitle>Installed Directories</segtitle>
    192166
    193167      <seglistitem>
    194         <seg>libusb-config</seg>
    195         <seg>libusb.{so,a} and libusbpp.{so,a}</seg>
    196         <seg>/usr/share/doc/libusb-&libusb-version;</seg>
     168        <seg>None</seg>
     169        <seg>libusb-1.0.{so,a}</seg>
     170        <seg>/usr/include/libusb-1.0 and /usr/share/doc/libusb-&libusb-version;</seg>
    197171      </seglistitem>
    198172    </segmentedlist>
     
    203177      <?dbhtml list-presentation="table"?>
    204178
    205       <varlistentry id="libusb-config">
    206         <term><command>libusb-config</command></term>
    207         <listitem>
    208           <para>is a script that provides the right compiler and linker
    209           flags for programs using
    210           <filename class='libraryfile'>libusb</filename>.</para>
    211           <indexterm zone="libusb libusb-config">
    212             <primary sortas="b-libusb-config">libusb-config</primary>
    213           </indexterm>
    214         </listitem>
    215       </varlistentry>
    216 
    217179      <varlistentry id="libusb-lib">
    218180        <term><filename class='libraryfile'>libusb.{so,a}</filename></term>
     
    221183          USB hardware.</para>
    222184          <indexterm zone="libusb libusb-lib">
    223             <primary sortas="c-libusb">libusb.{so,a}</primary>
     185            <primary sortas="c-libusb">libusb-1.0.{so,a}</primary>
    224186          </indexterm>
    225187        </listitem>
  • introduction/welcome/changelog.xml

    rba63372 r4ee3a30  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[bdubbs] - Updated to libusb-1.0.0.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[bdubbs] - Updated to glib-2.18.3.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.