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 parole-download-http
|
---|
8 | "http://archive.xfce.org/src/apps/parole/0.2/parole-&parole-version;.tar.bz2">
|
---|
9 | <!ENTITY parole-download-ftp " ">
|
---|
10 | <!ENTITY parole-md5sum "5d7e5ab7535bdf89508a8d7e551f9187">
|
---|
11 | <!ENTITY parole-size "640 KB">
|
---|
12 | <!ENTITY parole-buildsize "16 MB">
|
---|
13 | <!ENTITY parole-time "0.3 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="parole" xreflabel="parole-&parole-version;">
|
---|
17 | <?dbhtml filename="parole.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>parole-&parole-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="parole">
|
---|
27 | <primary sortas="a-parole">parole</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to Parole</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | <application>Parole</application> is a DVD/CD/music player that uses
|
---|
35 | Gstreamer.
|
---|
36 | </para>
|
---|
37 |
|
---|
38 | &lfs72_checked;
|
---|
39 |
|
---|
40 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
41 | <itemizedlist spacing="compact">
|
---|
42 | <listitem>
|
---|
43 | <para>
|
---|
44 | Download (HTTP): <ulink url="&parole-download-http;"/>
|
---|
45 | </para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>
|
---|
49 | Download (FTP): <ulink url="&parole-download-ftp;"/>
|
---|
50 | </para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>
|
---|
54 | Download MD5 sum: &parole-md5sum;
|
---|
55 | </para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>
|
---|
59 | Download size: &parole-size;
|
---|
60 | </para>
|
---|
61 | </listitem>
|
---|
62 | <listitem>
|
---|
63 | <para>
|
---|
64 | Estimated disk space required: &parole-buildsize;
|
---|
65 | </para>
|
---|
66 | </listitem>
|
---|
67 | <listitem>
|
---|
68 | <para>
|
---|
69 | Estimated build time: &parole-time;
|
---|
70 | </para>
|
---|
71 | </listitem>
|
---|
72 | </itemizedlist>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect3">Parole Dependencies</bridgehead>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
77 | <para role="required">
|
---|
78 | <xref linkend="dbus-glib"/>,
|
---|
79 | <xref linkend="gst-plugins-base"/> and
|
---|
80 | <xref linkend="libxfcegui4"/>.
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Recommended (for playing DVDs)</bridgehead>
|
---|
84 | <para role="recommended">
|
---|
85 | <xref linkend="gst-plugins-ugly"/> (with <xref linkend="libdvdcss"/>,
|
---|
86 | <xref linkend="libdvdnav"/> and <xref linkend="libdvdread"/>).
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <para condition="html" role="usernotes">
|
---|
90 | User Notes: <ulink url="&blfs-wiki;/parole"/>
|
---|
91 | </para>
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of Parole</title>
|
---|
96 |
|
---|
97 | <para>
|
---|
98 | Install <application>Parole</application> by running the following
|
---|
99 | commands:
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <screen><userinput>echo "video/webm" >>data/mime/mime-type-list.txt &&
|
---|
103 | LIBS+=-lX11 ./configure --prefix=/usr &&
|
---|
104 | make</userinput></screen>
|
---|
105 |
|
---|
106 | <para>
|
---|
107 | This package does not come with a test suite.
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
112 | </para>
|
---|
113 |
|
---|
114 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
115 | </sect2>
|
---|
116 |
|
---|
117 | <sect2 role="commands">
|
---|
118 | <title>Command Explanations</title>
|
---|
119 |
|
---|
120 | <para><parameter>echo "video/webm" >>data/mime/mime-type-list.txt</parameter>:
|
---|
121 | This allows <application>parole</application> to recognize that webm video
|
---|
122 | files can be played (requires Gstreamer Good and Bad plugins).</para>
|
---|
123 |
|
---|
124 | </sect2>
|
---|
125 | <sect2 role="using">
|
---|
126 | <title>Using Parole</title>
|
---|
127 |
|
---|
128 | <para>
|
---|
129 | If you have installed Gstreamer Plugins Ugly with support for Libdvdnav
|
---|
130 | and Libdvdread and would like to use Parole to play a DVD, click Media>
|
---|
131 | Open location and enter dvd:// into the box.
|
---|
132 | </para>
|
---|
133 |
|
---|
134 | <para>
|
---|
135 | Similarly, to play a CD, click Media> Open location and enter cdda://
|
---|
136 | into the box.
|
---|
137 | </para>
|
---|
138 | </sect2>
|
---|
139 |
|
---|
140 | <sect2 role="content">
|
---|
141 | <title>Contents</title>
|
---|
142 |
|
---|
143 | <segmentedlist>
|
---|
144 | <segtitle>Installed Program</segtitle>
|
---|
145 | <segtitle>Installed Directories</segtitle>
|
---|
146 |
|
---|
147 | <seglistitem>
|
---|
148 | <seg>parole</seg>
|
---|
149 | <seg>
|
---|
150 | /usr/include/parole,
|
---|
151 | /usr/lib/parole-0 and
|
---|
152 | /usr/share/parole.
|
---|
153 | </seg>
|
---|
154 | </seglistitem>
|
---|
155 | </segmentedlist>
|
---|
156 |
|
---|
157 | <variablelist>
|
---|
158 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
159 | <?dbfo list-presentation="list"?>
|
---|
160 | <?dbhtml list-presentation="table"?>
|
---|
161 |
|
---|
162 | <varlistentry id="parole-prog">
|
---|
163 | <term><command>parole</command></term>
|
---|
164 | <listitem>
|
---|
165 | <para>
|
---|
166 | is a Gtk+ 2 media player that uses Gstreamer.
|
---|
167 | </para>
|
---|
168 | <indexterm zone="parole parole-prog">
|
---|
169 | <primary sortas="b-parole">parole</primary>
|
---|
170 | </indexterm>
|
---|
171 | </listitem>
|
---|
172 | </varlistentry>
|
---|
173 | </variablelist>
|
---|
174 | </sect2>
|
---|
175 | </sect1>
|
---|