source: archive/libcroco.xml@ 22c6402

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 22c6402 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.5 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 libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
8 <!ENTITY libcroco-download-ftp "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
9 <!ENTITY libcroco-md5sum "c80c5a8385011a0260dce6bd0da93dce">
10 <!ENTITY libcroco-size "480 KB">
11 <!ENTITY libcroco-buildsize "10 MB (with tests)">
12 <!ENTITY libcroco-time "0.1 SBU (with tests)">
13]>
14
15<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
16 <?dbhtml filename="libcroco.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libcroco-&libcroco-version;</title>
23
24 <indexterm zone="libcroco">
25 <primary sortas="a-libcroco">libcroco</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libcroco</title>
30
31 <para>
32 The <application>libcroco</application> package contains
33 a standalone CSS2 parsing and manipulation library.
34 </para>
35
36 &lfs91_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libcroco-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libcroco-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libcroco-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libcroco-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libcroco-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libcroco-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libcroco Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="glib2"/> and
77 <xref linkend="libxml2"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/libcroco"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libcroco</title>
92
93 <para>
94 Install <application>libcroco</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To execute the test suite, run <command>make -k test</command>. Some
103 tests fail: searching files in wrong location, locale problems
104 (character codes compared to characters), float point numbers not
105 properly rounded to the same number of places are some of the
106 reasons.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/gtk-doc-rebuild.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 croco-0.6-config and csslint-0.6
139 </seg>
140 <seg>
141 libcroco-0.6.so
142 </seg>
143 <seg>
144 /usr/include/libcroco-0.6 and
145 /usr/share/gtk-doc/html/libcroco
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="croco-0.6-config">
156 <term><command>croco-0.6-config</command></term>
157 <listitem>
158 <para>
159 is a helper script for building with <filename class="libraryfile">libcroco-0.6.so</filename>.
160 </para>
161 <indexterm zone="libcroco croco-0.6-config">
162 <primary sortas="b-croco-0.6-config">croco-0.6-config</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="csslint-0.6">
168 <term><command>csslint-0.6</command></term>
169 <listitem>
170 <para>
171 is used to parse one or more CSS files specified on
172 the command line.
173 </para>
174 <indexterm zone="libcroco csslint-0.6">
175 <primary sortas="b-csslint-0.6">csslint-0.6</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="libcroco-0">
181 <term><filename class="libraryfile">libcroco-0.6.so</filename></term>
182 <listitem>
183 <para>
184 contains the API functions for CSS2 parsing and manipulation.
185 </para>
186 <indexterm zone="libcroco libcroco-0">
187 <primary sortas="c-libcroco-0">libcroco-0.6.so</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.