source: general/prog/python-modules/pygobject2.xml@ 179b34e

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 179b34e was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 pygobject2-download-http
8 "&gnome-download-http;/pygobject/2.28/pygobject-&pygobject2-version;.tar.xz">
9 <!ENTITY pygobject2-download-ftp " ">
10 <!ENTITY pygobject2-md5sum "ae48b60c690c4aa894e69e0c97802745">
11 <!ENTITY pygobject2-size "728 KB">
12 <!ENTITY pygobject2-buildsize "17 MB">
13 <!ENTITY pygobject2-time "0.1 SBU">
14]>
15
16 <!-- Begin PyGObject2 -->
17 <sect2 id="pygobject2" xreflabel="PyGObject-&pygobject2-version;">
18
19 <title>PyGObject-&pygobject2-version;</title>
20
21 <indexterm zone="pygobject2">
22 <primary sortas="a-PyGObject">PyGObject</primary>
23 </indexterm>
24
25 <sect3 role="package">
26 <title>Introduction to PyGObject Module</title>
27
28 <para>
29 PyGObject-&pygobject2-version; provides
30 <application>Python 2</application> bindings to the GObject class from
31 <application>GLib</application>.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect4">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&pygobject2-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&pygobject2-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &pygobject2-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &pygobject2-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &pygobject2-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &pygobject2-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69<!--
70 <bridgehead renderas="sect4">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/pygobject-&pygobject2-version;-fixes-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79-->
80 <bridgehead renderas="sect4">PyGObject Dependencies</bridgehead>
81
82 <bridgehead renderas="sect5">Required</bridgehead>
83 <para role="required">
84 <xref linkend="glib2"/>,
85 <xref linkend="pycairo2"/> and
86 <xref linkend="python2"/>
87 </para>
88
89 <bridgehead renderas="sect5">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="gobject-introspection"/> and
92 <xref linkend="libxslt"/> (to Build Documentation)
93 </para>
94
95 </sect3>
96
97 <sect3 role="installation">
98 <title>Installation of PyGObject</title>
99
100 <para>
101 Install <application>PyGObject</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 This package does not have a working test suite.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117 </sect3>
118
119 <sect3 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <option>--disable-introspection</option>: Omit this switch if you have
124 installed <xref linkend="gobject-introspection"/>. Note that it
125 conflicts with <xref linkend="pygobject3"/>.
126 </para>
127
128 <para>
129 <option>--disable-docs</option>: This option disables the rebuilding of
130 the html documentation if <xref linkend="libxslt"/> is installed.
131 </para>
132
133 </sect3>
134
135 <sect3 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>pygobject-codegen-2.0</seg>
145 <seg>
146 libpyglib-2.0-python.so,
147 _gio.so,
148 unix.so,
149 _glib.so and
150 _gobject.so.
151 </seg>
152 <seg>
153 /usr/include/pygtk-2.0,
154 /usr/lib/python&python2-majorver;/site-packages/gtk-2.0/{gio,glib,gobject},
155 /usr/share/gtk-doc/html/pygobject and
156 /usr/share/pygobject/2.0
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160 </sect3>
161
162 </sect2>
Note: See TracBrowser for help on using the repository browser.