source: gnome/add/obsolete/sound-juicer.xml@ ab348e5

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 ab348e5 was ab348e5, checked in by Ken Moffat <ken@…>, 12 years ago

Retire most of the obsolete gnome/additional packages - libgnomeprint, etc retained for the moment, might be needed for gnucash.

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

  • Property mode set to 100644
File size: 7.2 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.28/sound-juicer-&sound-juicer-version;.tar.bz2">
8 <!ENTITY sound-juicer-download-ftp "&gnome-download-ftp;/sound-juicer/2.28/sound-juicer-&sound-juicer-version;.tar.bz2">
9 <!ENTITY sound-juicer-md5sum "b40da7b2888d0c658fcfdff104ac8bbb">
10 <!ENTITY sound-juicer-size "2.1 MB">
11 <!ENTITY sound-juicer-buildsize "20 MB">
12 <!ENTITY sound-juicer-time "0.5 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 &lfs65_built;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&sound-juicer-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&sound-juicer-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &sound-juicer-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &sound-juicer-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &sound-juicer-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &sound-juicer-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Sound Juicer Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required"><xref linkend="brasero"/>,
71 <xref linkend="gnome-media"/>, and
72 <xref linkend="libmusicbrainz"/></para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="gst-plugins-good"/> (for the flacenc
76 and wavenc plugins),
77 <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink> (which can
78 use <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>),
81 <xref linkend="rarian"/>, and
82 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink></para>
83
84 <bridgehead renderas="sect4">Optional (Run-Time Only to Encode in MP3 Format)</bridgehead>
85 <para role="optional"><xref linkend="gst-plugins-ugly"/> (for the lame plugin)</para>
86
87 <note>
88 <para>At a minimum you should have the following plugins configured into
89 the <application>GStreamer</application> installation: cdparanoiasrc and
90 gnomevfssink. If either of these plugins are not configured into the
91 <application>GStreamer</application> setup, <application>Sound
92 Juicer</application> will fail at run-time. Additionally, if you need to
93 encode in Ogg Vorbis, FLAC, Wave or MP3 formats, you should ensure the
94 vorbisenc, flacenc, wavenc and lame plugins are configured into
95 <application>GStreamer</application>. You can easily determine if you
96 have the necessary plugins configured by using the
97 <command>gst-inspect</command> program. Here is an example:</para>
98
99<screen><userinput>gst-inspect | grep cdparanoiasrc</userinput></screen>
100 </note>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/sound-juicer"/></para>
104
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Sound Juicer</title>
109
110 <para>Install <application>Sound_Juicer</application> by running the following
111 commands:</para>
112
113<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
114 --sysconfdir=&gnome-etc-dir; \
115 --localstatedir=/var/lib &amp;&amp;
116make</userinput></screen>
117
118 <para>This package does not come with a test suite.</para>
119
120 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gnome-prefix.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gnome-sysconfdir.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/scrollkeeper-dir.xml"/>
137
138 <para><option>--disable-scrollkeeper</option>: Use this parameter if you
139 wish to disable the updates to the scrollkeeper database.</para>
140
141 </sect2>
142
143 <sect2 role="configuration">
144 <title>Configuring Sound Juicer</title>
145
146 <sect3 id="sound-juicer-config">
147 <title>Configuration Information</title>
148
149 <para>Configuration is accomplished by using the
150 <quote>Preferences</quote> drop-down menu option. For information on how
151 to configure <command>sound-juicer</command> to use
152 <application>LAME</application> as the default encoding method (creating
153 MP3 files as the default) see the <application>Sound Juicer</application>
154 Help section.</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>sound-juicer</seg>
170 <seg>None</seg>
171 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/sound-juicer/*,
172 omf/sound-juicer,sound-juicer}</seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="sound-juicer-prog">
182 <term><command>sound-juicer</command></term>
183 <listitem>
184 <para>is a graphical CD extraction (ripping) tool based on
185 GNOME-2 and GStreamer.</para>
186 <indexterm zone="sound-juicer sound-juicer-prog">
187 <primary sortas="b-sound-juicer">sound-juicer</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.