glfs/archive/gnome/rygel.xml
Xi Ruoyao 45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00

164 lines
4.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY rygel-download-http "&gnome-download-http;/rygel/0.14/rygel-&rygel-version;.tar.xz">
<!ENTITY rygel-download-ftp "&gnome-download-ftp;/rygel/0.14/rygel-&rygel-version;.tar.xz">
<!ENTITY rygel-md5sum "ab8dcbe298f72770aafeaf1599f0555e">
<!ENTITY rygel-size "1.3 MB">
<!ENTITY rygel-buildsize "50 MB">
<!ENTITY rygel-time "1.0 SBU">
]>
<sect1 id="rygel" xreflabel="Rygel-&rygel-version;">
<?dbhtml filename="rygel.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Rygel-&rygel-version;</title>
<indexterm zone="rygel">
<primary sortas="a-Rygel">Rygel</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Rygel</title>
<para>
<application>Rygel</application> is a home media solution that allows you to
easily share audio, video and pictures, and control of media player on your home
network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer
implemented through a plug-in mechanism.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&rygel-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&rygel-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &rygel-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &rygel-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &rygel-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &rygel-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Rygel Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gst-plugins-base"/>,
<xref linkend="gupnp-vala"/>,
<xref linkend="gtk3"/> and
<xref linkend="libgee"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/rygel"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Rygel</title>
<para>
Install <application>Rygel</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--sysconfdir=/etc &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--enable-mediathek-plugin</option> : This parameter will create a plugin
for German Public TV (ARD and ZDF).
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
rygel and rygel-preferences
</seg>
<seg>
/usr/include/rygel-1.0,
/usr/lib/rygel-1.0 and
/usr/share/rygel
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="rygel-prog">
<term><command>rygel</command></term>
<listitem>
<para>
is the media server.
</para>
<indexterm zone="rygel rygel-prog">
<primary sortas="b-rygel">rygel</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>