source: xfce/apps/parole.xml@ 5c548950

10.1 11.0 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 5c548950 was 5c548950, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to mousepad-0.5.1.
Update to xfce4-terminal-0.8.10.
Update to parole-4.15.0.

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

  • Property mode set to 100644
File size: 5.2 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
[c2b3849]8 "http://archive.xfce.org/src/apps/parole/1.0/parole-&parole-version;.tar.bz2">
[b18422da]9 <!ENTITY parole-download-ftp " ">
[5c548950]10 <!ENTITY parole-md5sum "baf86d34ff5f88d83343bf7118f06702">
11 <!ENTITY parole-size "896 KB">
12 <!ENTITY parole-buildsize "18 MB">
[e730427e]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
[18a8da63]39 &lfs10_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">
[5c121e9]87 <xref linkend="gst10-plugins-base"/>,
88 <xref linkend="gst10-plugins-good"/> and
[c53e7e3]89 <xref linkend="libxfce4ui"/>
[b18422da]90 </para>
91
[c53e7e3]92 <bridgehead renderas="sect4">Recommended</bridgehead>
[b18422da]93 <para role="recommended">
[c53e7e3]94 <xref linkend="libnotify"/> and
95 <xref linkend="taglib"/>
[b18422da]96 </para>
97
[5c548950]98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gtk-doc"/>
101 </para>
102
[b18422da]103 <para condition="html" role="usernotes">
104 User Notes: <ulink url="&blfs-wiki;/parole"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Parole</title>
110
111 <para>
112 Install <application>Parole</application> by running the following
113 commands:
114 </para>
115
[c53e7e3]116<screen><userinput>./configure --prefix=/usr &amp;&amp;
[b18422da]117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
[c53e7e3]128
[b18422da]129 </sect2>
130
[52cc64d]131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
[c53e7e3]134 <para>
[87bbbc9]135 <option>--with-gstreamer=1.0</option>: Use this switch if both
136 the <xref linkend='gstreamer10'/> and the deprecated gstreamer-0.x
137 packages are installed.
[c53e7e3]138 </para>
[52cc64d]139
140 </sect2>
[c53e7e3]141
[b18422da]142 <sect2 role="using">
143 <title>Using Parole</title>
144
145 <para>
[c53e7e3]146 If you have installed Gstreamer Plugins Ugly with support for libdvdnav
147 and libdvdread and would like to use Parole to play a DVD, click Media&gt;
[b18422da]148 Open location and enter dvd:// into the box.
149 </para>
150
151 <para>
[c53e7e3]152 Similarly, to play a CD, click Media&gt; Open location and enter cdda://
[b18422da]153 into the box.
154 </para>
[c53e7e3]155
[b18422da]156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Program</segtitle>
[c3c56b2]163 <segtitle>Installed Libraries</segtitle>
[b18422da]164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
[c53e7e3]167 <seg>
168 parole
169 </seg>
170 <seg>
[37666cc]171 Two libraries under /usr/lib/parole-0/
[c53e7e3]172 </seg>
[b18422da]173 <seg>
174 /usr/include/parole,
175 /usr/lib/parole-0 and
[c3c56b2]176 /usr/share/parole
[b18422da]177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="parole-prog">
187 <term><command>parole</command></term>
188 <listitem>
189 <para>
[c53e7e3]190 is a <application>GTK+ 2</application> media player that
191 uses <application>GStreamer</application>.
[b18422da]192 </para>
193 <indexterm zone="parole parole-prog">
194 <primary sortas="b-parole">parole</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
[c53e7e3]198
[b18422da]199 </variablelist>
[c53e7e3]200
[b18422da]201 </sect2>
[c53e7e3]202
[b18422da]203</sect1>
Note: See TracBrowser for help on using the repository browser.