source: general/genlib/libgusb.xml@ e12b9ec

ken/TL2024 lazarus trunk
Last change on this file since e12b9ec was e8b3f50, checked in by Douglas R. Reno <renodr@…>, 3 months ago

Tags

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[d6da5da]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
[bf565e06]7 <!ENTITY libgusb-download-http "https://github.com/hughsie/libgusb/releases/download/&libgusb-version;/libgusb-&libgusb-version;.tar.xz">
[d6da5da]8 <!ENTITY libgusb-download-ftp " ">
[8d133a0]9 <!ENTITY libgusb-md5sum "edc0715ded0b886c063189deef94c754">
[b912fbb]10 <!ENTITY libgusb-size "52 KB">
[8d133a0]11 <!ENTITY libgusb-buildsize "2.1 MB (with tests and docs)">
12 <!ENTITY libgusb-time "0.1 SBU (with tests and docs)">
[d6da5da]13]>
14
15<sect1 id="libgusb" xreflabel="libgusb-&libgusb-version;">
16 <?dbhtml filename="libgusb.html"?>
17
18
19 <title>libgusb-&libgusb-version;</title>
20
21 <indexterm zone="libgusb">
22 <primary sortas="a-libgusb">libgusb</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libgusb</title>
27
28 <para>
29 The <application>libgusb</application> package contains the GObject
30 wrappers for <application>libusb-1.0</application> that makes it
31 easy to do asynchronous control, bulk and interrupt transfers with
32 proper cancellation and integration into a mainloop.
33 </para>
34
[e8b3f50]35 &lfs121_checked;
[d6da5da]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libgusb-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libgusb-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libgusb-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libgusb-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libgusb-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libgusb-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libgusb Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[3c3e0ffb]75 <xref linkend="json-glib"/> and
[c9350821]76 <xref linkend="libusb"/>
[d6da5da]77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
[bf565e06]81 <xref linkend="gobject-introspection"/>,
[b1092d9]82 <xref linkend="usbutils"/> (for <filename>usb.ids</filename> data file,
83 which is also required for the tests), and
[d6da5da]84 <xref linkend="vala"/>
85 </para>
86
[bf565e06]87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
[8f2d2ba0]89 <xref linkend="gi-docgen"/> and
90 <xref linkend="umockdev"/> (for full test coverage)
[bf565e06]91 </para>
92
[d6da5da]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
[345c66e]103 <screen><userinput>mkdir build &amp;&amp;
[eb656edc]104cd build &amp;&amp;
[345c66e]105
[91318eb]106meson setup .. \
107 --prefix=/usr \
108 --buildtype=release \
109 -Ddocs=false &amp;&amp;
[e6bb6b7f]110ninja</userinput></screen>
111
112 <para>
113 If you have <xref linkend='gi-docgen'/> installed and wish to build
114 the API documentation for this package, issue:
115 </para>
116
[8fd1b19]117<screen role='nodump'><userinput>sed -E "/output|install_dir/s/('libgusb)'/\1-&libgusb-version;'/" \
118 -i ../docs/meson.build &amp;&amp;
119meson configure -Ddocs=true &amp;&amp;
[345c66e]120ninja</userinput></screen>
[d6da5da]121
122 <para>
[345c66e]123 To test the results, issue: <command>ninja test</command>.
[d6da5da]124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
[345c66e]130<screen role="root"><userinput>ninja install</userinput></screen>
[d6da5da]131 </sect2>
[f10c288]132
[d6da5da]133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
[20f070d8]136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/meson-buildtype-release.xml"/>
138
[f10c288]139 <para>
[e6bb6b7f]140 <parameter>-Ddocs=false</parameter>: &gi-doc-disable;
[f10c288]141 </para>
[d6da5da]142
143 </sect2>
[f10c288]144
[d6da5da]145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Programs</segtitle>
150 <segtitle>Installed Library</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
[e58667e]155 gusbcmd
[d6da5da]156 </seg>
157 <seg>
158 libgusb.so
159 </seg>
160 <seg>
161 /usr/include/gusb-1 and
[ce1f29a]162 /usr/share/doc/libgusb-&libgusb-version; (if gi-docgen is used)
[d6da5da]163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
[e58667e]172 <varlistentry id="gusbcmd">
173 <term><command>gusbcmd</command></term>
174 <listitem>
175 <para>
[4c24eb0a]176 is a debugging tool for the libgusb library
[e58667e]177 </para>
178 <indexterm zone="libgusb gusbcmd">
179 <primary sortas="b-gusbcmd">gusbcmd</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
[d6da5da]184 <varlistentry id="libgusb-lib">
185 <term><filename class="libraryfile">libgusb.so</filename></term>
186 <listitem>
187 <para>
[4c24eb0a]188 contains the <application>libgusb</application> API functions
[d6da5da]189 </para>
190 <indexterm zone="libgusb libgusb-lib">
191 <primary sortas="c-libgusb">libgusb.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.