source: postlfs/virtualization/libosinfo.xml@ 4c2be438

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
Last change on this file since 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 6.2 KB
RevLine 
[dffd21fd]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 libosinfo-download-http
8 "https://fedorahosted.org/releases/l/i/libosinfo/libosinfo-&libosinfo-version;.tar.gz">
9 <!ENTITY libosinfo-download-ftp " ">
10 <!ENTITY libosinfo-md5sum "2af9ba79b3f202032be45d2e6ed7b6e1">
11 <!ENTITY libosinfo-size "964 KB">
12 <!ENTITY libosinfo-buildsize "15 MB">
13 <!ENTITY libosinfo-time "0.2 SBU">
14]>
15
16<sect1 id="libosinfo" xreflabel="libosinfo-&libosinfo-version;">
17 <?dbhtml filename="libosinfo.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libosinfo-&libosinfo-version;</title>
25
26 <indexterm zone="libosinfo">
27 <primary sortas="a-libosinfo">libosinfo</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libosinfo</title>
32
33 <para>
34 The <application>libosinfo</application> package is a GObject
35 based library for managing information about operating systems,
36 hypervisors and the (virtual) hardware devices they can support.
37 </para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&libosinfo-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&libosinfo-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &libosinfo-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &libosinfo-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &libosinfo-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &libosinfo-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">libosinfo Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="libsoup"/> (built with GNOME components).
80 </para>
81
[4c2be438]82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gobject-introspection"/> and
85 <xref linkend="vala"/>
86 </para>
87
[dffd21fd]88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
[4c2be438]90 <xref linkend="check"/> (required for the test suite) and
91 <xref linkend="gtk-doc"/>
[dffd21fd]92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/libosinfo"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libosinfo</title>
101
102 <para>
103 Install <application>libosinfo</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 To test the results, issue: <command>make check</command>.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119 </sect2>
120
121 <sect2 role="commands">
122 <title>Command Explanations</title>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/static-libraries.xml"/>
126
127 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
128 href="../../xincludes/gtk-doc-rebuild.xml"/>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Library</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 osinfo-db-validate, osinfo-detect and osinfo-query
143 </seg>
144 <seg>
145 libosinfo-1.0.so
146 </seg>
147 <seg>
148 /usr/include/libosinfo-1.0,
149 /usr/share/gtk-doc/html/Libosinfo and
150 /usr/share/libosinfo
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="osinfo-db-validate">
161 <term><command>osinfo-db-validate</command></term>
162 <listitem>
163 <para>
164 is used to check if all XML files comply with
165 the libosinfo schema.
166 </para>
167 <indexterm zone="libosinfo osinfo-db-validate">
168 <primary sortas="b-osinfo-db-validate">osinfo-db-validate</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="osinfo-detect">
174 <term><command>osinfo-detect</command></term>
175 <listitem>
176 <para>
177 is used to examine the "PATH" or "URI" to
178 determine what (if any) operating system it
179 is for, and whether it is installable or is
180 a Live image.
181 </para>
182 <indexterm zone="libosinfo osinfo-detect">
183 <primary sortas="b-osinfo-detect">osinfo-detect</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="osinfo-query">
189 <term><command>osinfo-query</command></term>
190 <listitem>
191 <para>
192 is used to extract information from the database.
193 </para>
194 <indexterm zone="libosinfo osinfo-query">
195 <primary sortas="b-osinfo-query">osinfo-query</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libosinfo-1.0">
201 <term><filename class="libraryfile">libosinfo-1.0.so</filename></term>
202 <listitem>
203 <para>
204 contains the libosinfo API functions.
205 </para>
206 <indexterm zone="libosinfo libosinfo-1.0">
207 <primary sortas="c-libosinfo-1.0">libosinfo-1.0.so</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 </variablelist>
213
214 </sect2>
215
216</sect1>
Note: See TracBrowser for help on using the repository browser.