source: gnome/add/sound-juicer.xml@ d6f53f6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 d6f53f6 was d6f53f6, checked in by Randy McMurchy <randy@…>, 17 years ago

Removed redundant Gnome Doc Utils dependency from the Sound Juicer instructions

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

  • Property mode set to 100644
File size: 7.0 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 "&gnome-download-http;/sound-juicer/2.16/sound-juicer-&sound-juicer-version;.tar.bz2">
8 <!ENTITY sound-juicer-download-ftp "&gnome-download-ftp;/sound-juicer/2.16/sound-juicer-&sound-juicer-version;.tar.bz2">
9 <!ENTITY sound-juicer-md5sum "bcf1f77027b1d1d4c1667b20c6448122">
10 <!ENTITY sound-juicer-size "1.2 MB">
11 <!ENTITY sound-juicer-buildsize "15 MB">
12 <!ENTITY sound-juicer-time "0.3 SBU">
13]>
14
15<sect1 id="sound-juicer" xreflabel="Sound Juicer-&sound-juicer-version;">
16 <?dbhtml filename="sound-juicer.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Sound Juicer-&sound-juicer-version;</title>
24
25 <indexterm zone="sound-juicer">
26 <primary sortas="a-Sound-Juicer">Sound Juicer</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Sound Juicer</title>
31
32 <para>The <application>Sound Juicer</application> package contains the
33 <command>sound-juicer</command> program, a simple and clean CD ripping
34 tool. This is useful for extracting the audio tracks from audio compact
35 discs and converting them into audio files. It can also play the audio
36 tracks directly from the CD, allowing you to preview the CD before ripping
37 it. <application>Sound Juicer</application> is designed to be easy to use,
38 and to work with little user intervention. When you start
39 <command>sound-juicer</command> it will examine the CD in the drive and try
40 to locate information about the audio tracks using the MusicBrainz
41 service.</para>
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&sound-juicer-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&sound-juicer-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &sound-juicer-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &sound-juicer-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &sound-juicer-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &sound-juicer-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Sound Juicer Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para role="required"><xref linkend="nautilus-cd-burner"/>,
69 <xref linkend="gnome-media"/>,
70 <xref linkend="gst-plugins-base"/> (for the cdparanoiasrc, gnomevfssink and vorbisenc plugins), and
71 <xref linkend="libmusicbrainz"/></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="intltool"/>,
75 <xref linkend="gst-plugins-good"/> (for the flacenc and wavenc plugins),
76 <xref linkend="gst-plugins-ugly"/> (for the lame plugin),
77 <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink> (which can use
78 <xref linkend="cdparanoia"/>,
79 <ulink url="http://sourceforge.net/projects/libcddb">libcddb</ulink>, and
80 <ulink url="http://www.gnu.org/software/vcdimager/">VCDImager</ulink>), and
81 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink></para>
82
83 <note>
84 <para>At a minimum you should have the following plugins configured into
85 the <application>GStreamer</application> installation: cdparanoiasrc and
86 gnomevfssink. If either of these plugins are not configured into the
87 <application>GStreamer</application> setup, <application>Sound
88 Juicer</application> will fail at run-time. Additionally, if you need to
89 encode in Ogg Vorbis, FLAC, Wave or MP3 formats, you should ensure the
90 vorbisenc, flacenc, wavenc and lame plugins are configured into
91 <application>GStreamer</application>. You can easily determine if you
92 have the necessary plugins configured by using the
93 <command>gst-inspect</command> program. Here is an example:</para>
94
95<screen><userinput>gst-inspect | grep cdparanoiasrc</userinput></screen>
96 </note>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/sound-juicer"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Sound Juicer</title>
105
106 <para>Install <application>Sound_Juicer</application> by running the following
107 commands:</para>
108
109<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
110 --sysconfdir=&gnome-etc-dir; \
111 --localstatedir=/var/lib &amp;&amp;
112make</userinput></screen>
113
114 <para>This package does not come with a test suite.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
126 href="../../xincludes/gnome-prefix.xml"/>
127
128 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
129 href="../../xincludes/gnome-sysconfdir.xml"/>
130
131 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
132 href="../../xincludes/scrollkeeper-dir.xml"/>
133
134 </sect2>
135
136 <sect2 role="configuration">
137 <title>Configuring Sound Juicer</title>
138
139 <sect3 id="sound-juicer-config">
140 <title>Configuration Information</title>
141
142 <para>Configuration is accomplished by using the
143 <quote>Preferences</quote> drop-down menu option. For information on how
144 to configure <command>sound-juicer</command> to use
145 <application>LAME</application> as the default encoding method (creating
146 MP3 files as the default) see the <application>Sound Juicer</application>
147 Help section.</para>
148
149 </sect3>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Libraries</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>sound-juicer</seg>
163 <seg>none</seg>
164 <seg><envar>$GNOME_PREFIX</envar>/share/{,gnome/help/
165 ,omf/}sound-juicer</seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="sound-juicer-prog">
175 <term><command>sound-juicer</command></term>
176 <listitem>
177 <para>is a graphical CD extraction (ripping) tool based on
178 GNOME-2 and GStreamer.</para>
179 <indexterm zone="sound-juicer sound-juicer-prog">
180 <primary sortas="b-sound-juicer">sound-juicer</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.