source: general/genlib/libgudev.xml@ 22127e00

11.0 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 22127e00 was 22127e00, checked in by Pierre Labastie <pieere@…>, 3 years ago

Fix libgudev md5

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

  • Property mode set to 100644
File size: 4.9 KB
RevLine 
[f175d6f6]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 libgudev-download-http
8 "&gnome-download-http;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
9 <!ENTITY libgudev-download-ftp
10 "&gnome-download-ftp;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
[22127e00]11 <!ENTITY libgudev-md5sum "ad5a63bd88fe97189fec7b7afb2d4150">
[914a41c]12 <!ENTITY libgudev-size "28 KB">
13 <!ENTITY libgudev-buildsize "1.8 MB">
[f175d6f6]14 <!ENTITY libgudev-time "less than 0.1 SBU">
15]>
16
17<sect1 id="libgudev" xreflabel="libgudev-&libgudev-version;">
18 <?dbhtml filename="libgudev.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>libgudev-&libgudev-version;</title>
26
27 <indexterm zone="libgudev">
28 <primary sortas="a-libgudev">libgudev</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to libgudev</title>
33
34 <para>
35 The <application>libgudev</application> package contains
36 GObject bindings for libudev.
37 </para>
38
[9029db2]39 &lfs101_checked;
[f175d6f6]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libgudev-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libgudev-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libgudev-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libgudev-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libgudev-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libgudev-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="glib2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
[c3fa6f8]82 <xref linkend="gobject-introspection"/> (for gir-data, needed for GNOME),
[45bdabd]83 <xref linkend="gtk-doc"/>, and
[3609a85]84 <xref linkend="umockdev"/> (for testing)
[f175d6f6]85 </para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libgudev"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libgudev</title>
94
95 <para>
96 Install <application>libgudev</application> by running
97 the following commands:
98 </para>
99
[914a41c]100<screen><userinput>mkdir build &amp;&amp;
101cd build &amp;&amp;
102
103meson --prefix=/usr .. &amp;&amp;
104ninja</userinput></screen>
[f175d6f6]105
106 <para>
[914a41c]107 To test the results, issue: <command>ninja test</command>.
[f175d6f6]108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
[914a41c]114<screen role="root"><userinput>ninja install</userinput></screen>
[f175d6f6]115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
[914a41c]121 <para>
122 <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
123 and you wish to build and install the API documentation.
124 </para>
[f175d6f6]125
[914a41c]126 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gtk-doc-rebuild.xml"/>-->
128
129<!-- With meson, the tests will be disabled automatically without umockdev present.
[3609a85]130 <para>
[914a41c]131 <parameter>- -disable-umockdev</parameter>: Disables the usage of
[3609a85]132 <xref role="nodep" linkend="umockdev"/>. Omit this switch if you
133 wish to run the test suite.
134 </para>
[914a41c]135-->
[f175d6f6]136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Program</segtitle>
143 <segtitle>Installed Libraries</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 None
149 </seg>
150 <seg>
151 libgudev-1.0.so
152 </seg>
153 <seg>
154 /usr/include/gudev-1.0 and
155 /usr/share/gtk-doc/html/gudev
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="libgudev-1.0">
166 <term><filename class="libraryfile">libgudev-1.0.so</filename></term>
167 <listitem>
168 <para>
[4c24eb0a]169 is a GObject-based wrapper library for libudev
[f175d6f6]170 </para>
171 <indexterm zone="libgudev libgudev-1.0">
172 <primary sortas="c-libgudev-1.0">libgudev-1.0.so</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.