source: general/genlib/libgusb.xml@ c53fe5a7

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c53fe5a7 was c53fe5a7, checked in by Douglas R. Reno <renodr@…>, 2 years ago

Package updates and some tweaks

Update to vala-0.54.3
Update to librsvg-2.52.4
Update to libgusb-0.3.8
libxvct: minor spacing tweaks
xorg-server: minor formatting/spacing tweaks

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libgusb-download-http "https://github.com/hughsie/libgusb/archive/&libgusb-version;/libgusb-&libgusb-version;.tar.gz">
8 <!ENTITY libgusb-download-ftp " ">
9 <!ENTITY libgusb-md5sum "765e3ddb8907132afdc5cb802f7d7b34">
10 <!ENTITY libgusb-size "52 KB">
11 <!ENTITY libgusb-buildsize "2.0 MB (with tests)">
12 <!ENTITY libgusb-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="libgusb" xreflabel="libgusb-&libgusb-version;">
16 <?dbhtml filename="libgusb.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libgusb-&libgusb-version;</title>
23
24 <indexterm zone="libgusb">
25 <primary sortas="a-libgusb">libgusb</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libgusb</title>
30
31 <para>
32 The <application>libgusb</application> package contains the GObject
33 wrappers for <application>libusb-1.0</application> that makes it
34 easy to do asynchronous control, bulk and interrupt transfers with
35 proper cancellation and integration into a mainloop.
36 </para>
37
38 &lfs110a_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libgusb-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libgusb-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libgusb-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libgusb-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libgusb-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libgusb-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libgusb Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libusb"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gtk-doc"/>,
84 <xref linkend="gobject-introspection"/>,
85 <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file,
86 which is also required for the tests), and
87 <xref linkend="vala"/>
88 </para>
89
90 <para condition="html" role="usernotes">
91 User Notes: <ulink url="&blfs-wiki;/libgusb"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libgusb</title>
97
98 <para>
99 Install <application>libgusb</application> by running the following
100 commands:
101 </para>
102
103 <screen><userinput>mkdir build &amp;&amp;
104cd build &amp;&amp;
105
106meson --prefix=/usr --buildtype=release -Ddocs=false .. &amp;&amp;
107ninja</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>ninja test</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>ninja install</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/meson-buildtype-release.xml"/>
125
126 <para>
127 <option>-Ddocs=true</option>: Use this option if
128 <application>GTK-Doc</application> is installed and you wish to install
129 the documentation.
130 </para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 gusbcmd
145 </seg>
146 <seg>
147 libgusb.so
148 </seg>
149 <seg>
150 /usr/include/gusb-1 and
151 /usr/share/gtk-doc/html/gusb (if gtk-doc is used)
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="gusbcmd">
162 <term><command>gusbcmd</command></term>
163 <listitem>
164 <para>
165 is a debugging tool for the libgusb library
166 </para>
167 <indexterm zone="libgusb gusbcmd">
168 <primary sortas="b-gusbcmd">gusbcmd</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="libgusb-lib">
174 <term><filename class="libraryfile">libgusb.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>libgusb</application> API functions
178 </para>
179 <indexterm zone="libgusb libgusb-lib">
180 <primary sortas="c-libgusb">libgusb.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.