source: general/genlib/gir-repository.xml@ 68efc292

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 68efc292 was 68efc292, checked in by Wayne Blaszczyk <wblaszcz@…>, 15 years ago

Fixed up gir-repository dependencies

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

  • Property mode set to 100644
File size: 6.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 gir-repository-download-http "&gnome-download-http;/gir-repository/0.6/gir-repository-&gir-repository-version;.tar.bz2">
8 <!ENTITY gir-repository-download-ftp "&gnome-download-ftp;/gir-repository/0.6/gir-repository-&gir-repository-version;.tar.bz2">
9 <!ENTITY gir-repository-md5sum "f161fa1ae161e81117af6f4bb79bf344">
10 <!ENTITY gir-repository-size "258 KB">
11 <!ENTITY gir-repository-buildsize "17 MB">
12 <!ENTITY gir-repository-time "0.3 SBU">
13]>
14
15<sect1 id="gir-repository" xreflabel="gir-repository-&gir-repository-version;">
16 <?dbhtml filename="gir-repository.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gir-repository-&gir-repository-version;</title>
24
25 <indexterm zone="gir-repository">
26 <primary sortas="a-gir-repository">gir-repository</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gir-repository</title>
31
32 <para>The <application>gir-repository</application> is a repository of GIR
33 interface description files.</para>
34
35 &lfs65_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gir-repository-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gir-repository-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gir-repository-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gir-repository-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gir-repository-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gir-repository-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gir-repository Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="gobject-introspection"/></para>
63
64 <bridgehead renderas="sect4">Recommended</bridgehead>
65 <para role="recommended"><xref linkend="gtk2"/> (Required if building
66 <application>libunique</application>)</para>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="dbus-glib"/>,
70 <xref linkend="libsoup"/>,
71 <ulink url="http://clutter-project.org/">Clutter</ulink>,
72 <xref linkend="atk"/>,
73 <ulink url="http://www.avahi.org">Avahi</ulink>,
74 <ulink url="http://www.gegl.org/babl/">Babl</ulink>,
75 <ulink url="http://clutter-project.org/">clutter-cairo</ulink>,
76 <ulink url="http://clutter-project.org/">clutter-gtk</ulink>,
77 <xref linkend="GConf"/>,
78 <xref linkend="gnome-menus"/>,
79 <ulink url="http://www.ohloh.net/p/gnio/">gnio</ulink>,
80 <xref linkend="gnome-keyring"/>,
81 <ulink url="http://live.gnome.org/GooCanvas/">goocanvas</ulink>,
82 <ulink url="http://www.gupnp.org/">gssdp</ulink>,
83 <xref linkend="gstreamer"/>,
84 <xref linkend="gst-plugins-base"/>,
85 <xref linkend="gtksourceview"/>,
86 <ulink url="http://www.gupnp.org/">gupnp</ulink>,
87 <xref linkend="nautilus"/>,
88 <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink>
89 <xref linkend="pango"/>,
90 <xref linkend="poppler"/>,
91 <xref linkend="libunique"/>,
92 <xref linkend="vte"/>,
93 <ulink url="http://webkit.org/">WebKit</ulink>, and
94 <xref linkend="libwnck"/></para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gir-repository"/></para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of gir-repository</title>
103
104 <para>Install <application>gir-repository</application> by running the
105 following commands:</para>
106
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>This package does not come with a test suite.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>None</seg>
128 <seg>libgirepo-DBus-custom.{so,a}, libgirepo-Gdk-custom.{so,a}, and
129 libgirepo-Gtk-custom.{so,a}</seg>
130 <seg>/usr/lib/girepository-1.0 and /usr/share/gir-1.0</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libgirepo-DBus-custom">
140 <term><filename class='libraryfile'>libgirepo-DBus-custom.{so,a}</filename></term>
141 <listitem>
142 <para>contains the <application>gir-repository</application>
143 <application>D-Bus</application> API functions.</para>
144 <indexterm zone="gir-repository libgirepo-DBus-custom">
145 <primary sortas="c-libgirepo-DBus-custom">libgirepo-DBus-custom.{so,a}</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 <varlistentry id="libgirepo-Gdk-custom">
151 <term><filename class='libraryfile'>libgirepo-Gdk-custom.{so,a}</filename></term>
152 <listitem>
153 <para>contains the <application>gir-repository</application> GDK API
154 functions.</para>
155 <indexterm zone="gir-repository libgirepo-Gdk-custom">
156 <primary sortas="c-libgirepo-Gdk-custom">libgirepo-Gdk-custom.{so,a}</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="libgirepo-Gtk-custom">
162 <term><filename class='libraryfile'>libgirepo-Gtk-custom.{so,a}</filename></term>
163 <listitem>
164 <para>contains the <application>gir-repository</application>
165 <application>GTK</application> API functions.</para>
166 <indexterm zone="gir-repository libgirepo-Gtk-custom">
167 <primary sortas="c-libgirepo-Gtk-custom">libgirepo-Gtk-custom.{so,a}</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.