source: gnome/add/sound-juicer.xml@ 91b8b202

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

epiphany-extensions 3.4.0, gnome-color-manager 3.4.0, gnome-documents 0.4.1, gnome-nettool 3.2.0. Re-added Sound Juicer, but now version 3.4.0. Moved hamster-applet into obsolete. Created obsolete.xml file for keeping hrefs to obsolete packages out of add.xml (gnome section). Moved clutter and mx packages from Graphics to X Libraries section and sorted alphabeticaly Xorg Libraries section. Moved Tracker (currently only used by gnome packages) and polkit-gnome (only used by gnome and also listed as part of gnome core) to Gnome section. Split Additional Gnome Packages into Applications (officially part of gnome apps) and Other (not officially part of gnome core nor gnome applications but needed or used by other packages or people)

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

  • Property mode set to 100644
File size: 5.5 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>The <application>Sound Juicer</application> package contains the
35 simple CD ripping tool which is useful for extracting the audio tracks
36 from audio compact discs and converting them into audio files. It can
37 also play the audio tracks directly from the CD, allowing you to preview
38 the CD before ripping it.</para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&sound-juicer-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&sound-juicer-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &sound-juicer-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &sound-juicer-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &sound-juicer-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &sound-juicer-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">Sound Juicer Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required">
68 <xref linkend="GConf"/>,
69 <xref linkend="gnome-doc-utils"/>,
70 <xref linkend="gst-plugins-base"/>,
71 <xref linkend="gtk3"/>,
72 <xref linkend="libcanberra"/> and
73 <xref linkend="libmusicbrainz"/>
74 </para>
75
76 <bridgehead renderas="sect4">Recommended</bridgehead>
77 <para role="recommended">
78 <xref linkend="rarian"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
82 <para role="recommended">
83 <xref linkend="gst-plugins-good"/>
84 (for the flacenc and wavenc plugins) and
85 <xref linkend="gst-plugins-ugly"/>
86 (for the lame plugin)
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/sound-juicer"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Sound Juicer</title>
96
97 <para>Install <application>Sound Juicer</application> by running the following
98 commands:</para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --sysconfdir=/etc &amp;&amp;
102make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112<!-- <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/gnome-prefix.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/gnome-sysconfdir.xml"/>
120
121 </sect2> -->
122
123 <sect2 role="configuration">
124 <title>Configuring Sound Juicer</title>
125
126 <sect3 id="sound-juicer-config">
127 <title>Configuration Information</title>
128
129 <para>Configuration is accomplished by using the
130 <quote>Preferences</quote> drop-down menu option. For information on how
131 to configure <command>sound-juicer</command> to use
132 <application>LAME</application> as the default encoding method (creating
133 MP3 files as the default) see the <application>Sound Juicer</application>
134 Help section.</para>
135
136 </sect3>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 sound-juicer
150 </seg>
151 <seg>
152 /usr/share/gnome/help/sound-juicer,
153 /usr/share/omf/sound-juicer and
154 /usr/share/sound-juicer
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="sound-juicer-prog">
165 <term><command>sound-juicer</command></term>
166 <listitem>
167 <para>is a graphical CD extraction (ripping) tool based on
168 GTK+ and GStreamer.</para>
169 <indexterm zone="sound-juicer sound-juicer-prog">
170 <primary sortas="b-sound-juicer">sound-juicer</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174 </variablelist>
175
176 </sect2>
177
178</sect1>
Note: See TracBrowser for help on using the repository browser.