source: general/genlib/libsigc++.xml@ 92241bac

12.1 12.2 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 92241bac was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 12 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.4 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 libsigc-download-http "&gnome-download-http;/libsigc++/&libsigc-minor;/libsigc++-&libsigc-version;.tar.xz">
8 <!ENTITY libsigc-download-ftp " ">
9 <!ENTITY libsigc-md5sum "943b7aef5d74fbc4f4a3bb67bcfaae02">
10 <!ENTITY libsigc-size "4.8 MB">
11 <!ENTITY libsigc-buildsize "28 MB (with tests)">
12 <!ENTITY libsigc-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libsigc" xreflabel="libsigc++-&libsigc-version;">
16 <?dbhtml filename="libsigc.html"?>
17
18
19 <title>libsigc++-&libsigc-version;</title>
20
21 <indexterm zone="libsigc">
22 <primary sortas="a-libsigc++">libsigc++</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libsigc++</title>
27
28 <para>
29 The <application>libsigc++</application> package implements a typesafe
30 callback system for standard C++.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libsigc-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libsigc-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libsigc-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libsigc-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libsigc-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libsigc-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="boost"/> and
74 <xref linkend="libxslt"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="docbook-utils"/>,
80 <xref linkend="docbook5"/>,
81 <xref linkend="doxygen"/>, and
82 <ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
83 </para>
84
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of libsigc++</title>
90
91 <para>
92 Install <application>libsigc++</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>mkdir bld &amp;&amp;
97cd bld &amp;&amp;
98
99meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
100ninja</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>ninja test</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>ninja install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <para>
118 <option>-Dbuild-documentation=true</option>: Use this switch if
119 <xref role="nodep" linkend="doxygen"/> is installed and you wish to
120 build and install the API documentation.
121 </para>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
130 <segtitle>Installed Library</segtitle>
131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
134 <seg>
135 None
136 </seg>
137 <seg>
138 libsigc-2.0.so
139 </seg>
140 <seg>
141 /usr/{include,lib}/sigc++-2.0 and
142 /usr/share/{devhelp/books,doc}/libsigc++-2.0 (if the documentation is enabled)
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libsigc-2">
153 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
154 <listitem>
155 <para>
156 contains the <application>libsigc++</application> API functions
157 </para>
158 <indexterm zone="libsigc libsigc-2">
159 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.