source: archive/gnome/rygel.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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