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 grilo-download-http "&gnome-download-http;/grilo/0.2/grilo-&grilo-version;.tar.xz">
|
---|
8 | <!ENTITY grilo-download-ftp "&gnome-download-ftp;/grilo/0.2/grilo-&grilo-version;.tar.xz">
|
---|
9 | <!ENTITY grilo-md5sum "65ac9100dab7f93c4df41cfad58dccba">
|
---|
10 | <!ENTITY grilo-size "600 KB">
|
---|
11 | <!ENTITY grilo-buildsize "28 MB">
|
---|
12 | <!ENTITY grilo-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="grilo" xreflabel="Grilo-&grilo-version;">
|
---|
16 | <?dbhtml filename="grilo.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Grilo-&grilo-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="grilo">
|
---|
26 | <primary sortas="a-Grilo">Grilo</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Grilo</title>
|
---|
31 |
|
---|
32 | <para><application>Grilo</application> is a framework focused on making
|
---|
33 | media discovery and browsing easy for applications and application
|
---|
34 | developers.</para>
|
---|
35 |
|
---|
36 | &lfs76_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&grilo-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&grilo-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &grilo-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &grilo-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &grilo-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &grilo-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <bridgehead renderas="sect3">Grilo Dependencies</bridgehead>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
63 | <para role="required">
|
---|
64 | <xref linkend="glib2"/> and
|
---|
65 | <xref linkend="libxml2"/>
|
---|
66 | </para>
|
---|
67 |
|
---|
68 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
69 | <para role="recommended">
|
---|
70 | <xref linkend="gobject-introspection"/>,
|
---|
71 | <xref linkend="grilo-plugins"/> (runtime),
|
---|
72 | <xref linkend="gtk3"/>,
|
---|
73 | <xref linkend="libsoup"/>,
|
---|
74 | <xref linkend="totem-pl-parser"/>, and
|
---|
75 | <xref linkend="vala"/>
|
---|
76 | </para>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
79 | <para role="optional">
|
---|
80 | <xref linkend="avahi"/>,
|
---|
81 | <xref linkend="docbook-utils"/>, and
|
---|
82 | <xref linkend="liboauth"/>
|
---|
83 | </para>
|
---|
84 |
|
---|
85 | <para condition="html" role="usernotes">User Notes:
|
---|
86 | <ulink url="&blfs-wiki;/grilo"/></para>
|
---|
87 |
|
---|
88 | </sect2>
|
---|
89 |
|
---|
90 | <sect2 role="installation">
|
---|
91 | <title>Installation of Grilo</title>
|
---|
92 |
|
---|
93 | <para>Install <application>Grilo</application> by running the
|
---|
94 | following commands:</para>
|
---|
95 |
|
---|
96 | <screen><userinput>./configure --prefix=/usr \
|
---|
97 | --libdir=/usr/lib \
|
---|
98 | --disable-static &&
|
---|
99 | make</userinput></screen>
|
---|
100 |
|
---|
101 | <para>This package does not come with a testsuite.</para>
|
---|
102 |
|
---|
103 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
104 |
|
---|
105 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
106 |
|
---|
107 | </sect2>
|
---|
108 |
|
---|
109 | <sect2 role="commands">
|
---|
110 | <title>Command Explanations</title>
|
---|
111 |
|
---|
112 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
113 | href="../../xincludes/static-libraries.xml"/>
|
---|
114 |
|
---|
115 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
116 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
117 |
|
---|
118 | </sect2>
|
---|
119 |
|
---|
120 | <sect2 role="content">
|
---|
121 | <title>Contents</title>
|
---|
122 |
|
---|
123 | <segmentedlist>
|
---|
124 | <segtitle>Installed Programs</segtitle>
|
---|
125 | <segtitle>Installed Libraries</segtitle>
|
---|
126 | <segtitle>Installed Directories</segtitle>
|
---|
127 |
|
---|
128 | <seglistitem>
|
---|
129 | <seg>
|
---|
130 | grilo-simple-playlist, grilo-test-ui-0.2,
|
---|
131 | grl-inspect-0.2 and grl-launch-0.2</seg>
|
---|
132 | <seg>
|
---|
133 | libgrilo-0.2.so, libgrlnet-0.2.so and
|
---|
134 | libgrlpls-0.2.so
|
---|
135 | </seg>
|
---|
136 | <seg>
|
---|
137 | /usr/include/grilo-0.2
|
---|
138 | </seg>
|
---|
139 | </seglistitem>
|
---|
140 | </segmentedlist>
|
---|
141 |
|
---|
142 | <variablelist>
|
---|
143 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
144 | <?dbfo list-presentation="list"?>
|
---|
145 | <?dbhtml list-presentation="table"?>
|
---|
146 |
|
---|
147 | <varlistentry id="grilo-test-ui">
|
---|
148 | <term><command>grilo-test-ui-0.2</command></term>
|
---|
149 | <listitem>
|
---|
150 | <para>is a simple playground application that you can use to test the
|
---|
151 | framework and its plugins.</para>
|
---|
152 | <indexterm zone="grilo grilo-test-ui">
|
---|
153 | <primary sortas="b-grilo-test-ui">grilo-test-ui</primary>
|
---|
154 | </indexterm>
|
---|
155 | </listitem>
|
---|
156 | </varlistentry>
|
---|
157 |
|
---|
158 | <varlistentry id="grl-inspect">
|
---|
159 | <term><command>grl-inspect-0.2</command></term>
|
---|
160 | <listitem>
|
---|
161 | <para>is a tool that prints out information on available Grilo
|
---|
162 | sources.</para>
|
---|
163 | <indexterm zone="grilo grl-inspect">
|
---|
164 | <primary sortas="b-grl-inspect">grl-inspect</primary>
|
---|
165 | </indexterm>
|
---|
166 | </listitem>
|
---|
167 | </varlistentry>
|
---|
168 |
|
---|
169 | <varlistentry id="grl-launch">
|
---|
170 | <term><command>grl-launch-0.2</command></term>
|
---|
171 | <listitem>
|
---|
172 | <para>is a tool to run <application>Grilo</application> operations
|
---|
173 | from command line.</para>
|
---|
174 | <indexterm zone="grilo grl-launch">
|
---|
175 | <primary sortas="b-grl-launch">grl-launch</primary>
|
---|
176 | </indexterm>
|
---|
177 | </listitem>
|
---|
178 | </varlistentry>
|
---|
179 |
|
---|
180 | <varlistentry id="libgrilo">
|
---|
181 | <term><filename class='libraryfile'>libgrilo.so</filename></term>
|
---|
182 | <listitem>
|
---|
183 | <para>provides the Grilo framework.</para>
|
---|
184 | <indexterm zone="grilo libgrilo">
|
---|
185 | <primary sortas="c-libgrilo">libgrilo.so</primary>
|
---|
186 | </indexterm>
|
---|
187 | </listitem>
|
---|
188 | </varlistentry>
|
---|
189 |
|
---|
190 | <varlistentry id="libgrlnet">
|
---|
191 | <term><filename class='libraryfile'>libgrlnet.so</filename></term>
|
---|
192 | <listitem>
|
---|
193 | <para>provides Grilo networking helpers for plug-ins.</para>
|
---|
194 | <indexterm zone="grilo libgrilo">
|
---|
195 | <primary sortas="c-libgrlnet">libgrlnet.so</primary>
|
---|
196 | </indexterm>
|
---|
197 | </listitem>
|
---|
198 | </varlistentry>
|
---|
199 |
|
---|
200 | <varlistentry id="libgrlpls">
|
---|
201 | <term><filename class='libraryfile'>libgrlpls.so</filename></term>
|
---|
202 | <listitem>
|
---|
203 | <para>provides playlist handling functions.</para>
|
---|
204 | <indexterm zone="grilo libgrilo">
|
---|
205 | <primary sortas="c-libgrlpls">libgrlpls.so</primary>
|
---|
206 | </indexterm>
|
---|
207 | </listitem>
|
---|
208 | </varlistentry>
|
---|
209 |
|
---|
210 | </variablelist>
|
---|
211 |
|
---|
212 | </sect2>
|
---|
213 |
|
---|
214 | </sect1>
|
---|