source: general/prog/pygobject2.xml@ a110c7f7

perl-modules
Last change on this file since a110c7f7 was eb1089d, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to qpdf-8.2.1.
Tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20340 af4574ff-66df-0310-9fd7-8a98e5e911e0

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