source: archive/libdazzle.xml

trunk
Last change on this file was 1be2233, checked in by Douglas R. Reno <renodr@…>, 7 months ago

Archive libdazzle.

It was only used by sysprof

  • Property mode set to 100644
File size: 4.7 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 libdazzle-download-http "&gnome-download-http;/libdazzle/3.44/libdazzle-&libdazzle-version;.tar.xz">
8 <!ENTITY libdazzle-download-ftp "&gnome-download-ftp;/libdazzle/3.44/libdazzle-&libdazzle-version;.tar.xz">
9 <!ENTITY libdazzle-md5sum "203815dd90239ff732c19fc700417c74">
10 <!ENTITY libdazzle-size "448 KB">
11 <!ENTITY libdazzle-buildsize "15 MB (with tests)">
12 <!ENTITY libdazzle-time "0.2 SBU (using parallelism=4; with tests)">
13]>
14
15<sect1 id="libdazzle" xreflabel="libdazzle-&libdazzle-version;">
16 <?dbhtml filename="libdazzle.html"?>
17
18
19 <title>libdazzle-&libdazzle-version;</title>
20
21 <indexterm zone="libdazzle">
22 <primary sortas="a-libdazzle">libdazzle</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libdazzle</title>
27
28 <para>
29 <application>libdazzle</application> is a companion library to GObject
30 and GTK+ that adds APIs for special graphical effects.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libdazzle-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libdazzle-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libdazzle-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libdazzle-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libdazzle-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libdazzle-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libdazzle Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="gtk3"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="vala"/>
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libdazzle</title>
85
86 <para>
87 Install <application>libdazzle</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
95ninja</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>ninja test</command>.
99 <!--Two tests may fail due to a theme parsing error.-->
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>ninja install</userinput></screen>
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/meson-buildtype-release.xml"/>
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Program</segtitle>
121 <segtitle>Installed Library</segtitle>
122 <segtitle>Installed Directory</segtitle>
123
124 <seglistitem>
125 <seg>
126 dazzle-list-counters
127 </seg>
128 <seg>
129 libdazzle-1.0.so
130 </seg>
131 <seg>
132 /usr/include/libdazzle-1.0
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="dazzle-list-counters">
143 <term><command>dazzle-list-counters</command></term>
144 <listitem>
145 <para>
146 lists counters that are in use by a process
147 </para>
148 <indexterm zone="libdazzle dazzle-list-counters">
149 <primary sortas="b-dazzle-list-counters">dazzle-list-counters</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry id="libdazzle-lib">
155 <term><filename class="libraryfile">libdazzle-1.0.so</filename></term>
156 <listitem>
157 <para>
158 contains API functions for graphical effects
159 </para>
160 <indexterm zone="libdazzle libdazzle">
161 <primary sortas="c-libdazzle">libdazzle-1.0.so</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165 </variablelist>
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.