source: gnome/applications/sound-juicer.xml@ 3bef2f0

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 3bef2f0 was 3bef2f0, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 7.

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

  • Property mode set to 100644
File size: 5.7 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 &lfs70_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 \
117 --sysconfdir=/etc &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 This package does not come with a test suite.
122 </para>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/without-scrollkeeper.xml"/>
137
138 </sect2>
139
140 <sect2 role="configuration">
141 <title>Configuring Sound Juicer</title>
142
143 <sect3 id="sound-juicer-config">
144 <title>Configuration Information</title>
145
146 <para>
147 Configuration is accomplished by using the
148 <quote>Preferences</quote> drop-down menu option.
149 For information on how to configure
150 <command>sound-juicer</command> to use
151 <application>LAME</application> as the default
152 encoding method (creating MP3 files as the default)
153 see the <application>Sound Juicer</application>
154 Help section.
155 </para>
156
157 </sect3>
158
159 </sect2>
160
161 <sect2 role="content">
162 <title>Contents</title>
163
164 <segmentedlist>
165 <segtitle>Installed Program</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>
170 sound-juicer
171 </seg>
172 <seg>
173 /usr/share/gnome/help/sound-juicer,
174 /usr/share/omf/sound-juicer and
175 /usr/share/sound-juicer
176 </seg>
177 </seglistitem>
178 </segmentedlist>
179
180 <variablelist>
181 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
182 <?dbfo list-presentation="list"?>
183 <?dbhtml list-presentation="table"?>
184
185 <varlistentry id="sound-juicer-prog">
186 <term><command>sound-juicer</command></term>
187 <listitem>
188 <para>
189 is a graphical CD extraction (ripping) tool based on
190 <application>GTK+</application> and
191 <application>GStreamer</application>.
192 </para>
193 <indexterm zone="sound-juicer sound-juicer-prog">
194 <primary sortas="b-sound-juicer">sound-juicer</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.