source: archive/gnome/rygel.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 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 rygel-download-http "&gnome-download-http;/rygel/0.14/rygel-&rygel-version;.tar.xz">
8 <!ENTITY rygel-download-ftp "&gnome-download-ftp;/rygel/0.14/rygel-&rygel-version;.tar.xz">
9 <!ENTITY rygel-md5sum "ab8dcbe298f72770aafeaf1599f0555e">
10 <!ENTITY rygel-size "1.3 MB">
11 <!ENTITY rygel-buildsize "50 MB">
12 <!ENTITY rygel-time "1.0 SBU">
13]>
14
15<sect1 id="rygel" xreflabel="Rygel-&rygel-version;">
16 <?dbhtml filename="rygel.html"?>
17
18
19 <title>Rygel-&rygel-version;</title>
20
21 <indexterm zone="rygel">
22 <primary sortas="a-Rygel">Rygel</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Rygel</title>
27
28 <para>
29 <application>Rygel</application> is a home media solution that allows you to
30 easily share audio, video and pictures, and control of media player on your home
31 network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer
32 implemented through a plug-in mechanism.
33 </para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&rygel-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&rygel-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &rygel-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &rygel-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &rygel-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &rygel-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Rygel Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="gst-plugins-base"/>,
76 <xref linkend="gupnp-vala"/>,
77 <xref linkend="gtk3"/> and
78 <xref linkend="libgee"/>
79 </para>
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/rygel"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Rygel</title>
88
89 <para>
90 Install <application>Rygel</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr \
95 --sysconfdir=/etc &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make check</command>.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </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 <para>
114 <option>--enable-mediathek-plugin</option> : This parameter will create a plugin
115 for German Public TV (ARD and ZDF).
116 </para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 rygel and rygel-preferences
130 </seg>
131 <seg>
132 /usr/include/rygel-1.0,
133 /usr/lib/rygel-1.0 and
134 /usr/share/rygel
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="rygel-prog">
145 <term><command>rygel</command></term>
146 <listitem>
147 <para>
148 is the media server.
149 </para>
150 <indexterm zone="rygel rygel-prog">
151 <primary sortas="b-rygel">rygel</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.