source: gnome/add/sound-juicer.xml@ 4c2be438

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

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 5.6 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="libmusicbrainz3"/>
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 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/without-scrollkeeper.xml"/>
123
124 </sect2>
125
126 <sect2 role="configuration">
127 <title>Configuring Sound Juicer</title>
128
129 <sect3 id="sound-juicer-config">
130 <title>Configuration Information</title>
131
132 <para>Configuration is accomplished by using the
133 <quote>Preferences</quote> drop-down menu option. For information on how
134 to configure <command>sound-juicer</command> to use
135 <application>LAME</application> as the default encoding method (creating
136 MP3 files as the default) see the <application>Sound Juicer</application>
137 Help section.</para>
138
139 </sect3>
140
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Program</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 sound-juicer
153 </seg>
154 <seg>
155 /usr/share/gnome/help/sound-juicer,
156 /usr/share/omf/sound-juicer and
157 /usr/share/sound-juicer
158 </seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="sound-juicer-prog">
168 <term><command>sound-juicer</command></term>
169 <listitem>
170 <para>is a graphical CD extraction (ripping) tool based on
171 GTK+ and GStreamer.</para>
172 <indexterm zone="sound-juicer sound-juicer-prog">
173 <primary sortas="b-sound-juicer">sound-juicer</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.