source: archive/amarok.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.7 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 amarok-download-http "&kde-download-http;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
8 <!ENTITY amarok-download-ftp "&kde-download-ftp;amarok/&amarok-version;/src/amarok-&amarok-version;.tar.bz2">
9 <!ENTITY amarok-md5sum "53cfcb4819668b10e13b061478c7b32a">
10 <!ENTITY amarok-size "38.1 MB">
11 <!ENTITY amarok-buildsize "223 MB">
12 <!ENTITY amarok-time "9.2 SBU">
13]>
14
15<sect1 id="amarok" xreflabel="amarok-&amarok-version;">
16 <?dbhtml filename="amarok.html"?>
17
18
19 <title>Amarok-&amarok-version;</title>
20
21 <indexterm zone="amarok">
22 <primary sortas="a-Amarok">Amarok</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Amarok</title>
27
28 <para>
29 <application>Amarok</application> is a powerful audio player for
30 the KDE environment. Features include a context browser, integration
31 with many online music services and support for management of
32 several digital music players including Apple's iPod.
33 </para>
34
35 &lfs79_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&amarok-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&amarok-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &amarok-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &amarok-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &amarok-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &amarok-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Amarok Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="kdelibs"/>,
76 <xref linkend="mariadb"/> or <ulink url="http://www.mysql.com/">MySQL</ulink>, and
77 <xref linkend="taglib"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="libkcompactdisk"/> and
83 <xref linkend="audiocd-kio"/> (for CD-ROM accesa and control) and
84 <xref linkend="ffmpeg"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="curl"/> (for MP3tunes integration),
90 <xref linkend="libxml2"/> (for MP3tunes integration),
91 <xref linkend="openssl"/> (for MP3tunes integration),
92 <xref linkend="qjson"/>,
93 <ulink url="&kde-download-http;&kde-version;/src/">nepomuk-core</ulink>,
94 <ulink url="http://kollide.net/~jefferai/">Taglib-extras</ulink>,
95 <ulink url="http://code.google.com/p/clamz/">Clamz</ulink> (For Amazon integration),
96 <ulink url="http://www.gtkpod.org/libgpod.html">libgpod</ulink> (for iPod support),
97 <ulink url="https://github.com/lastfm/liblastfm">liblastfm</ulink> (for Last.fm integration),
98 <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink> (for MTP device support),
99 <ulink url="http://wiki.gpodder.org/wiki/Libmygpo-qt">libmygpo-qt</ulink> (for gpodder.net podcast support),
100 <ulink url="http://code.google.com/p/musicip-libofa">libofa</ulink> (for MusicDNS support),
101 <ulink url="&gnome-download-http;/loudmouth">Loudmouth</ulink> (for MP3tunes integration),
102 <ulink url="http://code.google.com/p/qtscriptgenerator/">qtscript-qt</ulink>, and
103 <ulink url="http://code.google.com/p/googlemock/">Google Mock</ulink> (for tests)
104 </para>
105
106 <para condition="html" role="usernotes">User Notes:
107 <ulink url="&blfs-wiki;/amarok"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Amarok</title>
113
114 <note><para>Amarok depends strongly on $KDE_PREFIX. If a new version of
115 KDE is installed in a different location (for instance installing kde in a
116 versioned directory of /opt), then this package will need to be
117 reinstalled.</para></note>
118
119 <para>
120 Install <application>Amarok</application> by running
121 the following commands:
122 </para>
123
124<screen><userinput>sed -i '/set.TAGLIB_MIN_VERSION/s/7/10/' CMakeLists.txt &amp;&amp;
125
126mkdir build &amp;&amp;
127cd build &amp;&amp;
128
129cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
130 -DCMAKE_BUILD_TYPE=Release \
131 -DKDE4_BUILD_TESTS=OFF \
132 -Wno-dev .. &amp;&amp;
133make</userinput></screen>
134
135 <para>
136 Now, as the <systemitem class="username">root</systemitem> user:
137 </para>
138
139<screen role="root"><userinput>make install</userinput></screen>
140
141 </sect2>
142
143 <sect2 role="commands">
144 <title>Command Explanations</title>
145
146 <para>
147 <command>sed ... CMakeLists.txt</command>: Change the minimum
148 requirement for taglib to allow it to be found.
149 </para>
150
151 <para>
152 <option>-DKDE4_BUILD_TESTS=OFF</option>: This switch disables the
153 integrated tests. The test suite requires Google Mock.
154 </para>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Programs</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 amarok, amarok_afttagger, amarokcollectionscanner,
169 amarokpkg, and amzdownloader
170 </seg>
171 <seg>
172 libamarokcore.so, libamaroklib.so, libamarokocsclient.so, libamarokpud.so,
173 libamarok_service_lastfm_shared.so, libamarok-sqlcollection.so,
174 libamarok-transcoding.so, libampache_account_login.so, and several
175 libraries in &kde-dir;/lib/kde4
176 </seg>
177 <seg>
178 several in &kde-dir;/share
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="amarok-prog">
189 <term><command>amarok</command></term>
190 <listitem>
191 <para>
192 Is a powerful music player and organizer built on top of
193 KDE development platform.
194 </para>
195 <indexterm zone="amarok amarok-prog">
196 <primary sortas="b-amarok">amarok</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.