source: xfce/apps/parole.xml@ fd3a87f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 fd3a87f was fd3a87f, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to parole-1.0.1.
Update to libgpg-error-1.29.
Update to babl-0.1.46.
Update to libsoup-2.62.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20080 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
[c2b3849]8 "http://archive.xfce.org/src/apps/parole/1.0/parole-&parole-version;.tar.bz2">
[b18422da]9 <!ENTITY parole-download-ftp " ">
[fd3a87f]10 <!ENTITY parole-md5sum "46fe86bbe0c4aa02c53244d66e62e90c">
11 <!ENTITY parole-size "884 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
[ce6e7c2]39 &lfs82_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>
[87bbbc9]129 <option>--with-gstreamer=1.0</option>: Use this switch if both
130 the <xref linkend='gstreamer10'/> and the deprecated gstreamer-0.x
131 packages are installed.
[c53e7e3]132 </para>
[52cc64d]133
134 </sect2>
[c53e7e3]135
[b18422da]136 <sect2 role="using">
137 <title>Using Parole</title>
138
139 <para>
[c53e7e3]140 If you have installed Gstreamer Plugins Ugly with support for libdvdnav
141 and libdvdread and would like to use Parole to play a DVD, click Media&gt;
[b18422da]142 Open location and enter dvd:// into the box.
143 </para>
144
145 <para>
[c53e7e3]146 Similarly, to play a CD, click Media&gt; Open location and enter cdda://
[b18422da]147 into the box.
148 </para>
[c53e7e3]149
[b18422da]150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Program</segtitle>
[c3c56b2]157 <segtitle>Installed Libraries</segtitle>
[b18422da]158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
[c53e7e3]161 <seg>
162 parole
163 </seg>
164 <seg>
[37666cc]165 Two libraries under /usr/lib/parole-0/
[c53e7e3]166 </seg>
[b18422da]167 <seg>
168 /usr/include/parole,
169 /usr/lib/parole-0 and
[c3c56b2]170 /usr/share/parole
[b18422da]171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="parole-prog">
181 <term><command>parole</command></term>
182 <listitem>
183 <para>
[c53e7e3]184 is a <application>GTK+ 2</application> media player that
185 uses <application>GStreamer</application>.
[b18422da]186 </para>
187 <indexterm zone="parole parole-prog">
188 <primary sortas="b-parole">parole</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
[c53e7e3]192
[b18422da]193 </variablelist>
[c53e7e3]194
[b18422da]195 </sect2>
[c53e7e3]196
[b18422da]197</sect1>
Note: See TracBrowser for help on using the repository browser.