source: gnome/applications/sound-juicer.xml@ 0d7900a

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 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 5.8 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 sound-juicer-download-http
8 "&gnome-download-http;/sound-juicer/3.4/sound-juicer-&sound-juicer-version;.tar.xz">
9 <!ENTITY sound-juicer-download-ftp
10 "&gnome-download-ftp;/sound-juicer/3.4/sound-juicer-&sound-juicer-version;.tar.xz">
11 <!ENTITY sound-juicer-md5sum "a913b246260ccf3843ea779ae9cdb5e7">
12 <!ENTITY sound-juicer-size "1.9 MB">
13 <!ENTITY sound-juicer-buildsize "22 MB">
14 <!ENTITY sound-juicer-time "0.6 SBU">
15]>
16
17<sect1 id="sound-juicer" xreflabel="Sound-Juicer-&sound-juicer-version;">
18 <?dbhtml filename="sound-juicer.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Sound-Juicer-&sound-juicer-version;</title>
26
27 <indexterm zone="sound-juicer">
28 <primary sortas="a-Sound-Juicer">Sound-Juicer</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Sound Juicer</title>
33
34 <para>
35 The <application>Sound Juicer</application> package contains the
36 simple CD ripping tool which is useful for extracting the audio tracks
37 from audio compact discs and converting them into audio files. It can
38 also play the audio tracks directly from the CD, allowing you to preview
39 the CD before ripping it.
40 </para>
41
42 &lfs72_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&sound-juicer-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&sound-juicer-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &sound-juicer-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &sound-juicer-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &sound-juicer-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &sound-juicer-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Sound Juicer Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="GConf"/>,
83 <xref linkend="gnome-doc-utils"/>,
84 <xref linkend="gst-plugins-base"/>,
85 <xref linkend="gtk3"/>,
86 <xref linkend="libcanberra"/> and
87 <xref linkend="libmusicbrainz3"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="rarian"/>
93 </para>
94
95 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
96 <para role="recommended">
97 <xref linkend="gst-plugins-good"/>
98 (for the flacenc and wavenc plugins) and
99 <xref linkend="gst-plugins-ugly"/>
100 (for the lame plugin)
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/sound-juicer"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of Sound Juicer</title>
110
111 <para>
112 Install <application>Sound Juicer</application> by running the
113 following commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
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>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/without-scrollkeeper.xml"/>
136
137 </sect2>
138
139 <sect2 role="configuration">
140 <title>Configuring Sound Juicer</title>
141
142 <sect3 id="sound-juicer-config">
143 <title>Configuration Information</title>
144
145 <para>
146 Configuration is accomplished by using the
147 <quote>Preferences</quote> drop-down menu option.
148 For information on how to configure
149 <command>sound-juicer</command> to use
150 <application>LAME</application> as the default
151 encoding method (creating MP3 files as the default)
152 see the <application>Sound Juicer</application>
153 Help section.
154 </para>
155
156 </sect3>
157
158 </sect2>
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Program</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 sound-juicer
171 </seg>
172 <seg>
173 None
174 </seg>
175 <seg>
176 /usr/share/gnome/help/sound-juicer,
177 /usr/share/omf/sound-juicer and
178 /usr/share/sound-juicer
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="sound-juicer-prog">
189 <term><command>sound-juicer</command></term>
190 <listitem>
191 <para>
192 is a graphical CD extraction (ripping) tool based on
193 <application>GTK+</application> and
194 <application>GStreamer</application>.
195 </para>
196 <indexterm zone="sound-juicer sound-juicer-prog">
197 <primary sortas="b-sound-juicer">sound-juicer</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.