source: archive/deprecated/libgnomecanvas.xml@ d9cbb3b

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 d9cbb3b 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.3 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 libgnomecanvas-download-http "&gnome-download-http;/libgnomecanvas/2.30/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
8 <!ENTITY libgnomecanvas-download-ftp "&gnome-download-ftp;/libgnomecanvas/2.30/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
9 <!ENTITY libgnomecanvas-md5sum "ffcbb719c671ff5cd86e59aeba8d0b92">
10 <!ENTITY libgnomecanvas-size "561 KB">
11 <!ENTITY libgnomecanvas-buildsize "20 MB">
12 <!ENTITY libgnomecanvas-time "0.3 SBU">
13]>
14
15<sect1 id="libgnomecanvas" xreflabel="libgnomecanvas-&libgnomecanvas-version;">
16 <?dbhtml filename="libgnomecanvas.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libgnomecanvas-&libgnomecanvas-version;</title>
23
24 <indexterm zone="libgnomecanvas">
25 <primary sortas="a-Libgnomecanvas">Libgnomecanvas</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libgnomecanvas</title>
30
31 <para>The <application>libgnomecanvas</application> package contains
32 the <application>GNOME</application> canvas library.
33 It is an engine for structured graphics and one of the essential
34 <application>GNOME</application> libraries.</para>
35
36 &lfs72_checked;
37
38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39 href="../../xincludes/gnome2.xml"/>
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&libgnomecanvas-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&libgnomecanvas-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &libgnomecanvas-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &libgnomecanvas-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &libgnomecanvas-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &libgnomecanvas-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">libgnomecanvas Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="gtk2"/>,
67 <xref linkend="intltool"/>, and
68 <xref linkend="libart_lgpl"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="gtk-doc"/> and
72 <xref linkend="libglade"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libgnomecanvas"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libgnomecanvas</title>
81
82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83 href="../../xincludes/without-gnome.xml"/>
84
85 <para>Install <application>libgnomecanvas</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
89make</userinput></screen>
90
91 <!-- make check is recognised, but nothing useful is done -->
92 <para>This package does not have a testsuite.</para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
95
96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/gnome-old-prefix.xml"/>
105
106 <para><option>--disable-static</option>: This switch prevents the static
107 libraries being installed.</para>
108
109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110 href="../../xincludes/gtk-doc-rebuild.xml"/>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Library</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>None</seg>
124 <seg>libgnomecanvas-2.{so,a}</seg>
125 <seg>/usr/{include/libgnomecanvas-2.0/libgnomecanvas,
126 share/gtk-doc/html/libgnomecanvas}</seg>
127 </seglistitem>
128 </segmentedlist>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.