source: x/lib/libdazzle.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.8 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 &lfs112_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 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/libdazzle"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of libdazzle</title>
88
89 <para>
90 Install <application>libdazzle</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>mkdir build &amp;&amp;
95cd build &amp;&amp;
96
97meson --prefix=/usr --buildtype=release .. &amp;&amp;
98ninja</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>ninja test</command>.
102 <!--Two tests may fail due to a theme parsing error.-->
103 </para>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>ninja install</userinput></screen>
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/meson-buildtype-release.xml"/>
117 </sect2>
118
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Program</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directory</segtitle>
126
127 <seglistitem>
128 <seg>
129 dazzle-list-counters
130 </seg>
131 <seg>
132 libdazzle-1.0.so
133 </seg>
134 <seg>
135 /usr/include/libdazzle-1.0
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="dazzle-list-counters">
146 <term><command>dazzle-list-counters</command></term>
147 <listitem>
148 <para>
149 lists counters that are in use by a process
150 </para>
151 <indexterm zone="libdazzle dazzle-list-counters">
152 <primary sortas="b-dazzle-list-counters">dazzle-list-counters</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="libdazzle-lib">
158 <term><filename class="libraryfile">libdazzle-1.0.so</filename></term>
159 <listitem>
160 <para>
161 contains API functions for graphical effects
162 </para>
163 <indexterm zone="libdazzle libdazzle">
164 <primary sortas="c-libdazzle">libdazzle-1.0.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168 </variablelist>
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.