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.3/grilo-&grilo-version;.tar.xz">
|
---|
8 | <!ENTITY grilo-download-ftp "&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz">
|
---|
9 | <!ENTITY grilo-md5sum "f8a51aacc604dcc308e71f8bca4c57ae">
|
---|
10 | <!ENTITY grilo-size "612 KB">
|
---|
11 | <!ENTITY grilo-buildsize "30 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: krejzi $</othername>
|
---|
20 | <date>$Date: 2014-10-29 23:06:49 +0100 (Wed, 29 Oct 2014) $</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 | &lfs78_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="gtk3"/>,
|
---|
72 | <xref linkend="libsoup"/>,
|
---|
73 | <xref linkend="totem-pl-parser"/>, and
|
---|
74 | <xref linkend="vala"/>
|
---|
75 | </para>
|
---|
76 |
|
---|
77 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
78 | <para role="optional">
|
---|
79 | <xref linkend="avahi"/>,
|
---|
80 | <xref linkend="docbook-utils"/>,
|
---|
81 | <xref linkend="liboauth"/>, and
|
---|
82 | <xref linkend="gtk-doc"/>
|
---|
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 | <!-- testsuite exists, but does nothing -->
|
---|
102 | <para>This package does not come with a testsuite.</para>
|
---|
103 |
|
---|
104 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
105 |
|
---|
106 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
107 |
|
---|
108 | </sect2>
|
---|
109 |
|
---|
110 | <sect2 role="commands">
|
---|
111 | <title>Command Explanations</title>
|
---|
112 |
|
---|
113 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
114 | href="../../xincludes/static-libraries.xml"/>
|
---|
115 |
|
---|
116 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
117 | href="../../xincludes/gtk-doc-rebuild.xml"/>
|
---|
118 |
|
---|
119 | </sect2>
|
---|
120 |
|
---|
121 | <sect2 role="content">
|
---|
122 | <title>Contents</title>
|
---|
123 |
|
---|
124 | <segmentedlist>
|
---|
125 | <segtitle>Installed Programs</segtitle>
|
---|
126 | <segtitle>Installed Libraries</segtitle>
|
---|
127 | <segtitle>Installed Directories</segtitle>
|
---|
128 |
|
---|
129 | <seglistitem>
|
---|
130 | <seg>grilo-test-ui-0.3, grl-inspect-0.3 and grl-launch-0.3</seg>
|
---|
131 | <seg>libgrilo-0.3.so, libgrlnet-0.3.so and libgrlpls-0.3.so</seg>
|
---|
132 | <seg>/usr/include/grilo-0.3</seg>
|
---|
133 | </seglistitem>
|
---|
134 | </segmentedlist>
|
---|
135 |
|
---|
136 | <variablelist>
|
---|
137 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
138 | <?dbfo list-presentation="list"?>
|
---|
139 | <?dbhtml list-presentation="table"?>
|
---|
140 |
|
---|
141 | <varlistentry id="grilo-test-ui">
|
---|
142 | <term><command>grilo-test-ui-0.3</command></term>
|
---|
143 | <listitem>
|
---|
144 | <para>is a simple playground application that you can use to test the
|
---|
145 | framework and its plugins.</para>
|
---|
146 | <indexterm zone="grilo grilo-test-ui">
|
---|
147 | <primary sortas="b-grilo-test-ui">grilo-test-ui</primary>
|
---|
148 | </indexterm>
|
---|
149 | </listitem>
|
---|
150 | </varlistentry>
|
---|
151 |
|
---|
152 | <varlistentry id="grl-inspect">
|
---|
153 | <term><command>grl-inspect-0.3</command></term>
|
---|
154 | <listitem>
|
---|
155 | <para>is a tool that prints out information on available Grilo
|
---|
156 | sources.</para>
|
---|
157 | <indexterm zone="grilo grl-inspect">
|
---|
158 | <primary sortas="b-grl-inspect">grl-inspect</primary>
|
---|
159 | </indexterm>
|
---|
160 | </listitem>
|
---|
161 | </varlistentry>
|
---|
162 |
|
---|
163 | <varlistentry id="grl-launch">
|
---|
164 | <term><command>grl-launch-0.3</command></term>
|
---|
165 | <listitem>
|
---|
166 | <para>is a tool to run <application>Grilo</application> operations
|
---|
167 | from command line.</para>
|
---|
168 | <indexterm zone="grilo grl-launch">
|
---|
169 | <primary sortas="b-grl-launch">grl-launch</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 |
|
---|
174 | <varlistentry id="libgrilo">
|
---|
175 | <term><filename class='libraryfile'>libgrilo.so</filename></term>
|
---|
176 | <listitem>
|
---|
177 | <para>provides the Grilo framework.</para>
|
---|
178 | <indexterm zone="grilo libgrilo">
|
---|
179 | <primary sortas="c-libgrilo">libgrilo.so</primary>
|
---|
180 | </indexterm>
|
---|
181 | </listitem>
|
---|
182 | </varlistentry>
|
---|
183 |
|
---|
184 | <varlistentry id="libgrlnet">
|
---|
185 | <term><filename class='libraryfile'>libgrlnet.so</filename></term>
|
---|
186 | <listitem>
|
---|
187 | <para>provides Grilo networking helpers for plug-ins.</para>
|
---|
188 | <indexterm zone="grilo libgrilo">
|
---|
189 | <primary sortas="c-libgrlnet">libgrlnet.so</primary>
|
---|
190 | </indexterm>
|
---|
191 | </listitem>
|
---|
192 | </varlistentry>
|
---|
193 |
|
---|
194 | <varlistentry id="libgrlpls">
|
---|
195 | <term><filename class='libraryfile'>libgrlpls.so</filename></term>
|
---|
196 | <listitem>
|
---|
197 | <para>provides playlist handling functions.</para>
|
---|
198 | <indexterm zone="grilo libgrilo">
|
---|
199 | <primary sortas="c-libgrlpls">libgrlpls.so</primary>
|
---|
200 | </indexterm>
|
---|
201 | </listitem>
|
---|
202 | </varlistentry>
|
---|
203 |
|
---|
204 | </variablelist>
|
---|
205 |
|
---|
206 | </sect2>
|
---|
207 |
|
---|
208 | </sect1>
|
---|