source: archive/amarok.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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