source: gnome-systemd/applications/sound-juicer.xml@ 9efd0c2

systemd-11177
Last change on this file since 9efd0c2 was 9efd0c2, checked in by Krejzi <krejzi@…>, 10 years ago

Added sound-juicer.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13804 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.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/&gnome-minor;/sound-juicer-&sound-juicer-version;.tar.xz">
9 <!ENTITY sound-juicer-download-ftp
10 "&gnome-download-ftp;/sound-juicer/&gnome-minor;/sound-juicer-&sound-juicer-version;.tar.xz">
11 <!ENTITY sound-juicer-md5sum "72eec63540026139d9aa855a2839a5cb">
12 <!ENTITY sound-juicer-size "1.9 MB">
13 <!ENTITY sound-juicer-buildsize "22 MB">
14 <!ENTITY sound-juicer-time "0.2 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>
35 The <application>Sound Juicer</application> package contains a
36 simple CD ripping tool which can be used for extracting the
37 audio tracks from audio compact discs and converting them into
38 audio files. It can also play the audio tracks directly from the
39 CD, allowing you to preview the CD before ripping it.
40 </para>
41
42 &lfs75_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&sound-juicer-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&sound-juicer-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &sound-juicer-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &sound-juicer-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &sound-juicer-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &sound-juicer-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Sound Juicer Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="brasero"/>,
83 <xref linkend="gsettings-desktop-schemas"/>,
84 <xref linkend="iso-codes"/>,
85 <xref linkend="libdiscid"/>, and
86 <xref linkend="libmusicbrainz5"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/sound-juicer"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of Sound Juicer</title>
96
97 <para>
98 Install <application>Sound Juicer</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 sound-juicer
128 </seg>
129 <seg>
130 None
131 </seg>
132 <seg>
133 /usr/share/help/*/sound-juicer
134 /usr/share/sound-juicer
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="sound-juicer-prog">
145 <term><command>sound-juicer</command></term>
146 <listitem>
147 <para>
148 is a CD ripper and player for <application>GNOME</application>
149 which aims to have a simple, clean, easy to use interface.
150 </para>
151 <indexterm zone="sound-juicer sound-juicer-prog">
152 <primary sortas="b-sound-juicer">sound-juicer</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.