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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 a6bee1f was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY sound-juicer-download-http "&gnome-download-http;/sound-juicer/&gnome-version;/sound-juicer-&sound-juicer-version;.tar.bz2">
8 <!ENTITY sound-juicer-download-ftp "&gnome-download-ftp;/sound-juicer/&gnome-version;/sound-juicer-&sound-juicer-version;.tar.bz2">
9 <!ENTITY sound-juicer-md5sum "395395c26b035d466f145dc908021a7f">
10 <!ENTITY sound-juicer-size "802 KB">
11 <!ENTITY sound-juicer-buildsize "11.5 MB">
12 <!ENTITY sound-juicer-time "0.2 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 <keywordset>
22 <keyword role="package">sound-juicer-&sound-juicer-version;.tar</keyword>
23 <keyword role="ftpdir">sound-juicer</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Sound Juicer-&sound-juicer-version;</title>
28
29 <indexterm zone="sound-juicer">
30 <primary sortas="a-Sound-Juicer">Sound Juicer</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Sound Juicer</title>
35
36 <para>The <application>Sound Juicer</application> package contains the
37 <command>sound-juicer</command> program, a simple and clean CD ripping
38 tool. This is useful for extracting the audio tracks from audio compact
39 discs and converting them into audio files. It can also play the audio
40 tracks directly from the CD, allowing you to preview the CD before ripping
41 it. <application>Sound Juicer</application> is designed to be easy to use,
42 and to work with little user intervention. When you start
43 <command>sound-juicer</command> it will examine the CD in the drive and try
44 to locate information about the audio tracks using the MusicBrainz
45 service.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&sound-juicer-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&sound-juicer-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &sound-juicer-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &sound-juicer-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &sound-juicer-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &sound-juicer-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Sound Juicer Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required"><xref linkend="gnome-media"/>,
73 <xref linkend="gst-plugins"/>, and
74 <xref linkend="libmusicbrainz"/></para>
75
76 <note>
77 <para>At a minimum you should have the following plugins configured into
78 the GStreamer Plug-ins: cdparanoia, vorbisenc, flacenc, wavenc,
79 gnomevfssink and if you plan on encoding into MP3 format, lame. You can
80 easily determine if you have the necessary plugins configured by using
81 the <command>gst-inspect</command> program. Here is an example:</para>
82
83<screen><userinput>gst-inspect | grep cdparanoia</userinput></screen>
84 </note>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/sound-juicer"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Sound Juicer</title>
93
94 <para>Install <application>Sound_Juicer</application> by running the following
95 commands:</para>
96
97<screen><userinput>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
98 --localstatedir=/var/lib \
99 --sysconfdir=&gnome-etc-dir; &amp;&amp;
100make</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
114 puts <application>ScrollKeeper</application> files in
115 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
116 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
117
118 <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This switch puts
119 configuration files in <filename class="directory">&gnome-etc-dir;</filename>
120 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
121
122 </sect2>
123
124 <sect2 role="configuration">
125 <title>Configuring Sound Juicer</title>
126
127 <sect3 id="sound-juicer-config">
128 <title>Configuration Information</title>
129
130 <para>Configuration is accomplished by using the
131 <quote>Preferences</quote> drop-down menu option. For information on how
132 to configure <command>sound-juicer</command> to use
133 <application>LAME</application> as the default encoding method (creating
134 MP3 files as the default) see the <application>Sound Juicer</application>
135 Help section.</para>
136
137 </sect3>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Program</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>sound-juicer</seg>
151 <seg>none</seg>
152 <seg>&gnome-etc-dir;/gconf/gconf.xml.defaults/{,schemas/}apps/sound-juicer
153 and $GNOME_PREFIX/share/{,gnome/help/ ,omf/}sound-juicer</seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="sound-juicer-prog">
163 <term><command>sound-juicer</command></term>
164 <listitem>
165 <para>is a graphical CD extraction (ripping) tool based on
166 GNOME-2 and GStreamer.</para>
167 <indexterm zone="sound-juicer sound-juicer-prog">
168 <primary sortas="b-sound-juicer">sound-juicer</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.