source: xfce/apps/parole.xml@ ff3a9a0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 ff3a9a0 was 7830c481, checked in by Pierre Labastie <pieere@…>, 8 years ago

Another set of option vs parameter fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17879 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[b18422da]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
[5603a81]7 <!ENTITY parole-download-http
[71fcd95e]8 "http://archive.xfce.org/src/apps/parole/0.8/parole-&parole-version;.tar.bz2">
[b18422da]9 <!ENTITY parole-download-ftp " ">
[e730427e]10 <!ENTITY parole-md5sum "361e3059f1263c76a3711db2c7c1a97b">
[71fcd95e]11 <!ENTITY parole-size "796 KB">
[e730427e]12 <!ENTITY parole-buildsize "17 MB">
13 <!ENTITY parole-time "0.2 SBU">
[b18422da]14]>
15
[c53e7e3]16<sect1 id="parole" xreflabel="Parole-&parole-version;">
[b18422da]17 <?dbhtml filename="parole.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[c53e7e3]24 <title>Parole-&parole-version;</title>
[b18422da]25
26 <indexterm zone="parole">
[c53e7e3]27 <primary sortas="a-Parole">Parole</primary>
[b18422da]28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Parole</title>
32
33 <para>
[c53e7e3]34 <application>Parole</application> is a DVD/CD/music player for
35 <application>Xfce</application> that uses
36 <application>GStreamer</application>.
[b18422da]37 </para>
38
[998a0e0]39 &lfs7a_checked;
[b18422da]40
[9abc96f]41 <note>
42 <para>
43 Although this version of parole works with most files, it
44 is unable to play DVDs, reporting an error in the gstreamer
45 backend.
46 </para>
47 </note>
48
[b18422da]49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&parole-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&parole-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &parole-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &parole-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &parole-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &parole-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Parole Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
[c53e7e3]87 <xref linkend="gst10-plugins-base"/> and
88 <xref linkend="libxfce4ui"/>
[b18422da]89 </para>
90
[c53e7e3]91 <bridgehead renderas="sect4">Recommended</bridgehead>
[b18422da]92 <para role="recommended">
[c53e7e3]93 <xref linkend="libnotify"/> and
94 <xref linkend="taglib"/>
[b18422da]95 </para>
96
97 <para condition="html" role="usernotes">
98 User Notes: <ulink url="&blfs-wiki;/parole"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Parole</title>
104
105 <para>
106 Install <application>Parole</application> by running the following
107 commands:
108 </para>
109
[c53e7e3]110<screen><userinput>./configure --prefix=/usr &amp;&amp;
[b18422da]111make</userinput></screen>
112
113 <para>
114 This package does not come with a test suite.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
[c53e7e3]122
[b18422da]123 </sect2>
124
[52cc64d]125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
[c53e7e3]128 <para>
[7830c481]129 <option>--with-gstreamer=1.0</option>: Use this switch if
[e2abf328]130 the deprecated gstreamer-0.x is installed.
[c53e7e3]131 </para>
[52cc64d]132
133 </sect2>
[c53e7e3]134
[b18422da]135 <sect2 role="using">
136 <title>Using Parole</title>
137
138 <para>
[c53e7e3]139 If you have installed Gstreamer Plugins Ugly with support for libdvdnav
140 and libdvdread and would like to use Parole to play a DVD, click Media&gt;
[b18422da]141 Open location and enter dvd:// into the box.
142 </para>
143
144 <para>
[c53e7e3]145 Similarly, to play a CD, click Media&gt; Open location and enter cdda://
[b18422da]146 into the box.
147 </para>
[c53e7e3]148
[b18422da]149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
[c3c56b2]156 <segtitle>Installed Libraries</segtitle>
[b18422da]157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
[c53e7e3]160 <seg>
161 parole
162 </seg>
163 <seg>
[37666cc]164 Two libraries under /usr/lib/parole-0/
[c53e7e3]165 </seg>
[b18422da]166 <seg>
167 /usr/include/parole,
168 /usr/lib/parole-0 and
[c3c56b2]169 /usr/share/parole
[b18422da]170 </seg>
171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
179 <varlistentry id="parole-prog">
180 <term><command>parole</command></term>
181 <listitem>
182 <para>
[c53e7e3]183 is a <application>GTK+ 2</application> media player that
184 uses <application>GStreamer</application>.
[b18422da]185 </para>
186 <indexterm zone="parole parole-prog">
187 <primary sortas="b-parole">parole</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
[c53e7e3]191
[b18422da]192 </variablelist>
[c53e7e3]193
[b18422da]194 </sect2>
[c53e7e3]195
[b18422da]196</sect1>
Note: See TracBrowser for help on using the repository browser.