source: xfce/apps/parole.xml@ 9937138c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9937138c was 5603a81, checked in by Andrew Benton <andy@…>, 12 years ago

Added some checked tags

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
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 &lfs71_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>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114 </sect2>
115
116 <sect2 role="using">
117 <title>Using Parole</title>
118
119 <para>
120 If you have installed Gstreamer Plugins Ugly with support for Libdvdnav
121 and Libdvdread and would like to use Parole to play a DVD, click Media&gt;
122 Open location and enter dvd:// into the box.
123 </para>
124
125 <para>
126 Similarly, to play a CD, click Media&gt; Open location and enter cdda://
127 into the box.
128 </para>
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>parole</seg>
140 <seg>
141 /usr/include/parole,
142 /usr/lib/parole-0 and
143 /usr/share/parole.
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="parole-prog">
154 <term><command>parole</command></term>
155 <listitem>
156 <para>
157 is a Gtk+ 2 media player that uses Gstreamer.
158 </para>
159 <indexterm zone="parole parole-prog">
160 <primary sortas="b-parole">parole</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164 </variablelist>
165 </sect2>
166</sect1>
Note: See TracBrowser for help on using the repository browser.