source: archive/deprecated/libgnomecanvas.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.3 KB
RevLine 
[fdca4266]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a860af41]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">
[fdca4266]13]>
14
[8395a78]15<sect1 id="libgnomecanvas" xreflabel="libgnomecanvas-&libgnomecanvas-version;">
[d7b5973]16 <?dbhtml filename="libgnomecanvas.html"?>
[8395a78]17
[d7b5973]18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
[fdca4266]21
[51d7b70]22 <title>libgnomecanvas-&libgnomecanvas-version;</title>
[fdca4266]23
[d7b5973]24 <indexterm zone="libgnomecanvas">
25 <primary sortas="a-Libgnomecanvas">Libgnomecanvas</primary>
26 </indexterm>
[fdca4266]27
[d7b5973]28 <sect2 role="package">
[51d7b70]29 <title>Introduction to libgnomecanvas</title>
[b144eb7]30
[d7b5973]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>
[fdca4266]35
[79e6d17]36 &lfs72_checked;
[625d5fe5]37
[8d3eae9]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39 href="../../xincludes/gnome2.xml"/>
40
[d7b5973]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>
[fdca4266]62
[51d7b70]63 <bridgehead renderas="sect3">libgnomecanvas Dependencies</bridgehead>
[fdca4266]64
[d7b5973]65 <bridgehead renderas="sect4">Required</bridgehead>
[2e1e1b6]66 <para role="required"><xref linkend="gtk2"/>,
67 <xref linkend="intltool"/>, and
[d7b5973]68 <xref linkend="libart_lgpl"/></para>
[29590dda]69
[d7b5973]70 <bridgehead renderas="sect4">Optional</bridgehead>
[2e1e1b6]71 <para role="optional"><xref linkend="gtk-doc"/> and
72 <xref linkend="libglade"/></para>
[fdca4266]73
[0a7c3921]74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/libgnomecanvas"/></para>
76
[d7b5973]77 </sect2>
[fdca4266]78
[d7b5973]79 <sect2 role="installation">
[51d7b70]80 <title>Installation of libgnomecanvas</title>
[fdca4266]81
[e05cd03f]82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7cdaed0]83 href="../../xincludes/without-gnome.xml"/>
[fdca4266]84
[d7b5973]85 <para>Install <application>libgnomecanvas</application> by running the
86 following commands:</para>
[fdca4266]87
[a6bee1f]88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
[d7b5973]89make</userinput></screen>
[fdca4266]90
[be1bed9d]91 <!-- make check is recognised, but nothing useful is done -->
92 <para>This package does not have a testsuite.</para>
[fdca4266]93
[d7b5973]94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fdca4266]95
[d7b5973]96<screen role="root"><userinput>make install</userinput></screen>
97
98 </sect2>
99
[551b9389]100 <sect2 role="commands">
101 <title>Command Explanations</title>
[864b24de]102
[e05cd03f]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[a6c9fc2]104 href="../../xincludes/gnome-old-prefix.xml"/>
[551b9389]105
[a860af41]106 <para><option>--disable-static</option>: This switch prevents the static
107 libraries being installed.</para>
108
[e05cd03f]109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[551b9389]110 href="../../xincludes/gtk-doc-rebuild.xml"/>
111
112 </sect2>
113
[d7b5973]114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
[2e1e1b6]119 <segtitle>Installed Library</segtitle>
[d7b5973]120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>None</seg>
[2e1e1b6]124 <seg>libgnomecanvas-2.{so,a}</seg>
[79e6d17]125 <seg>/usr/{include/libgnomecanvas-2.0/libgnomecanvas,
[2e1e1b6]126 share/gtk-doc/html/libgnomecanvas}</seg>
[d7b5973]127 </seglistitem>
128 </segmentedlist>
129
130 </sect2>
[8395a78]131
132</sect1>
Note: See TracBrowser for help on using the repository browser.