source: archive/libart_lgpl.xml@ 45ab6c7

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 45ab6c7 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: 4.1 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 libart_lgpl-download-http "&gnome-download-http;/libart_lgpl/2.3/libart_lgpl-&libart_lgpl-version;.tar.bz2">
8 <!ENTITY libart_lgpl-download-ftp "&gnome-download-ftp;/libart_lgpl/2.3/libart_lgpl-&libart_lgpl-version;.tar.bz2">
9 <!ENTITY libart_lgpl-md5sum "08559ff3c67fd95d57b0c5e91a6b4302">
10 <!ENTITY libart_lgpl-size "321 KB">
11 <!ENTITY libart_lgpl-buildsize "5 MB">
12 <!ENTITY libart_lgpl-time "0.1 SBU">
13]>
14
15<sect1 id="libart_lgpl" xreflabel="libart_lgpl-&libart_lgpl-version;">
16 <?dbhtml filename="libart_lgpl.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libart_lgpl-&libart_lgpl-version;</title>
23
24 <indexterm zone="libart_lgpl">
25 <primary sortas="a-Libart_lgpl">Libart-lgpl</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libart_lgpl</title>
30
31 <para>The <application>libart_lgpl</application> package contains the
32 <filename class="libraryfile">libart</filename> libraries. These are
33 useful for high-performance 2D graphics.</para>
34
35 &lfs73_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libart_lgpl-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libart_lgpl-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libart_lgpl-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libart_lgpl-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libart_lgpl-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libart_lgpl-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
60 <itemizedlist spacing="compact">
61 <listitem>
62 <para>Required patch: <ulink
63 url="&patch-root;/libart_lgpl-&libart_lgpl-version;-upstream_fixes-1.patch"/></para>
64 </listitem>
65 </itemizedlist>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/libart_lgpl"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libart_lgpl</title>
74
75 <para>Install <application>libart_lgpl</application> by running the following
76 commands:</para>
77
78<screen><userinput>patch -Np1 -i ../libart_lgpl-&libart_lgpl-version;-upstream_fixes-1.patch &amp;&amp;
79./configure --prefix=/usr &amp;&amp;
80make</userinput></screen>
81
82 <para>This package does not come with a test suite.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="content">
91 <title>Contents</title>
92
93 <segmentedlist>
94 <segtitle>Installed Program</segtitle>
95 <segtitle>Installed Library</segtitle>
96 <segtitle>Installed Directory</segtitle>
97
98 <seglistitem>
99 <seg>libart2-config</seg>
100 <seg>libart_lgpl_2.{so,a}</seg>
101 <seg>/usr/include/libart-2.0/libart_lgpl</seg>
102 </seglistitem>
103 </segmentedlist>
104
105 <variablelist>
106 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
107 <?dbfo list-presentation="list"?>
108 <?dbhtml list-presentation="table"?>
109
110 <varlistentry id="libart_lgpl_2">
111 <term><filename class='libraryfile'>libart_lgpl_2.{so,a}</filename></term>
112 <listitem>
113 <para>is used as the anti-aliased render engine for
114 <application>libgnomecanvas</application> and as a graphics support
115 library for many other packages.</para>
116 <indexterm zone="libart_lgpl libart_lgpl_2">
117 <primary sortas="c-libart_lgpl_2">libart_lgpl_2.{so,a}</primary>
118 </indexterm>
119 </listitem>
120 </varlistentry>
121
122 </variablelist>
123
124 </sect2>
125
126</sect1>
Note: See TracBrowser for help on using the repository browser.