source: gnome/platform/grilo.xml@ 4b05340

lazarus trunk
Last change on this file since 4b05340 was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 4 months ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 7.1 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[69a16457]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 grilo-download-http "&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz">
[e1e58be]8 <!ENTITY grilo-download-ftp " ">
[6716afc]9 <!ENTITY grilo-md5sum "e81c4d7e182eb6448b9f0458f52511a3">
[6729290]10 <!ENTITY grilo-size "236 KB">
[6716afc]11 <!ENTITY grilo-buildsize "13 MB (with tests)">
12 <!ENTITY grilo-time "0.2 SBU (with tests)">
[69a16457]13]>
14
[51dfb3e]15<sect1 id="grilo" xreflabel="Grilo-&grilo-version;">
[69a16457]16 <?dbhtml filename="grilo.html"?>
17
18
19 <title>Grilo-&grilo-version;</title>
20
21 <indexterm zone="grilo">
22 <primary sortas="a-Grilo">Grilo</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Grilo</title>
27
[82192a18]28 <para>
29 <application>Grilo</application> is a framework focused on making
30 media discovery and browsing easy for applications and application
31 developers.
32 </para>
[69a16457]33
[337b22a]34 &lfs121_checked;
[69a16457]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[82192a18]39 <para>
40 Download (HTTP): <ulink url="&grilo-download-http;"/>
41 </para>
[69a16457]42 </listitem>
43 <listitem>
[82192a18]44 <para>
45 Download (FTP): <ulink url="&grilo-download-ftp;"/>
46 </para>
[69a16457]47 </listitem>
48 <listitem>
[82192a18]49 <para>
50 Download MD5 sum: &grilo-md5sum;
51 </para>
[69a16457]52 </listitem>
53 <listitem>
[82192a18]54 <para>
55 Download size: &grilo-size;
56 </para>
[69a16457]57 </listitem>
58 <listitem>
[82192a18]59 <para>
60 Estimated disk space required: &grilo-buildsize;
61 </para>
[69a16457]62 </listitem>
63 <listitem>
[82192a18]64 <para>
65 Estimated build time: &grilo-time;
66 </para>
[69a16457]67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Grilo Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
[c0bc0a9]74 <xref linkend="glib2"/> (GObject Introspection recommended) and
[69a16457]75 <xref linkend="libxml2"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="gtk3"/>,
[f187e97]81 <xref linkend="libsoup3"/>,
[69a16457]82 <xref linkend="totem-pl-parser"/>, and
83 <xref linkend="vala"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="docbook-utils"/>,
89 <xref linkend="liboauth"/>, and
90 <xref linkend="gtk-doc"/>
91 </para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of Grilo</title>
[819213e]97<!--
[82192a18]98 <para>
99 First, fix a build failure introduced by an API change in
100 <application>totem-pl-parser</application>:
101 </para>
[a91774f]102
103<screen><userinput remap="pre">sed -i 's/TOTEM_IS_PL_PARSER/TOTEM_PL_IS_PARSER/' libs/pls/grl-pls.c</userinput></screen>
[819213e]104-->
[82192a18]105 <para>
106 Install <application>Grilo</application> by running the
107 following commands:
108 </para>
[69a16457]109
[e130fead]110<screen><userinput>mkdir build &amp;&amp;
[25b7f55]111cd build &amp;&amp;
112
[91318eb]113meson setup --prefix=/usr \
114 --buildtype=release \
115 -Denable-gtk-doc=false \
116 .. &amp;&amp;
[e130fead]117ninja</userinput></screen>
[69a16457]118
[82192a18]119 <para>
120 To test the results, issue: <command>ninja test</command>.
121 </para>
[69a16457]122
[82192a18]123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
[69a16457]126
[e130fead]127<screen role="root"><userinput>ninja install</userinput></screen>
[69a16457]128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
[adf17153]134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/meson-buildtype-release.xml"/>
136
[e130fead]137 <para>
[aa41434]138 <parameter>-Denable-gtk-doc=false</parameter>: This option disables
139 generating documentation. If you have <xref linkend="gtk-doc"/>
140 installed and wish to generate documentation, remove this option.
[5a82b26f]141 <!--Note that building the documentation is currently broken due to
142 an incompatibility with gtk-doc.-->
[e130fead]143 </para>
[69a16457]144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>grilo-test-ui-0.3, grl-inspect-0.3 and grl-launch-0.3</seg>
157 <seg>libgrilo-0.3.so, libgrlnet-0.3.so and libgrlpls-0.3.so</seg>
158 <seg>/usr/include/grilo-0.3</seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="grilo-test-ui">
168 <term><command>grilo-test-ui-0.3</command></term>
169 <listitem>
[82192a18]170 <para>
171 is a simple playground application that you can use to test the
[4c24eb0a]172 framework and its plugins
[82192a18]173 </para>
[69a16457]174 <indexterm zone="grilo grilo-test-ui">
175 <primary sortas="b-grilo-test-ui">grilo-test-ui</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 <varlistentry id="grl-inspect">
181 <term><command>grl-inspect-0.3</command></term>
182 <listitem>
[82192a18]183 <para>
[4c24eb0a]184 is a tool that prints out information on available Grilo sources
[82192a18]185 </para>
[69a16457]186 <indexterm zone="grilo grl-inspect">
187 <primary sortas="b-grl-inspect">grl-inspect</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="grl-launch">
193 <term><command>grl-launch-0.3</command></term>
194 <listitem>
[82192a18]195 <para>
196 is a tool to run <application>Grilo</application> operations
[4c24eb0a]197 from command line
[82192a18]198 </para>
[69a16457]199 <indexterm zone="grilo grl-launch">
200 <primary sortas="b-grl-launch">grl-launch</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="libgrilo">
[4c24eb0a]206 <term><filename class="libraryfile">libgrilo.so</filename></term>
[69a16457]207 <listitem>
[82192a18]208 <para>
[4c24eb0a]209 provides the Grilo framework
[82192a18]210 </para>
[69a16457]211 <indexterm zone="grilo libgrilo">
212 <primary sortas="c-libgrilo">libgrilo.so</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="libgrlnet">
[4c24eb0a]218 <term><filename class="libraryfile">libgrlnet.so</filename></term>
[69a16457]219 <listitem>
[82192a18]220 <para>
[4c24eb0a]221 provides Grilo networking helpers for plug-ins
[82192a18]222 </para>
[69a16457]223 <indexterm zone="grilo libgrilo">
224 <primary sortas="c-libgrlnet">libgrlnet.so</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="libgrlpls">
[4c24eb0a]230 <term><filename class="libraryfile">libgrlpls.so</filename></term>
[69a16457]231 <listitem>
[82192a18]232 <para>
[4c24eb0a]233 provides playlist handling functions
[82192a18]234 </para>
[69a16457]235 <indexterm zone="grilo libgrilo">
236 <primary sortas="c-libgrlpls">libgrlpls.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 </variablelist>
242
243 </sect2>
244
245</sect1>
Note: See TracBrowser for help on using the repository browser.