source: multimedia/audioutils/amarok.xml@ b7b6efc

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 b7b6efc was b7b6efc, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates, see changelog for details.

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

  • Property mode set to 100644
File size: 5.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 "4ccb750a9e86ce17d4172f770ac7a663">
10 <!ENTITY amarok-size "41 MB">
11 <!ENTITY amarok-buildsize "305 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Amarok-&amarok-version;</title>
24
25 <indexterm zone="amarok">
26 <primary sortas="a-Amarok">Amarok</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Amarok</title>
31
32 <para>
33 <application>Amarok</application> is a powerful audio player for
34 the KDE environment. Features include a context browser, integration
35 with many online music services and support for management of
36 several digital music players including Apple's iPod.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&amarok-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&amarok-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &amarok-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &amarok-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &amarok-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &amarok-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Amarok Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="kdelibs"/>,
80 <xref linkend="mysql"/> and
81 <xref linkend="taglib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="ffmpeg"/> and
87 <xref linkend="nepomuk-core"/>
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 <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://qjson.sourceforge.net/">QJson</ulink> (for Playdar integration) and
103 <ulink url="http://code.google.com/p/qtscriptgenerator/">qtscript-qt</ulink>
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 <para>
115 Install <application>Amarok</application> by running
116 the following commands:
117 </para>
118
119<screen><userinput>mkdir build &amp;&amp;
120cd build &amp;&amp;
121cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
122 -DCMAKE_BUILD_TYPE=Release \
123 .. &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 amarok, amarok_afttagger, amarokcollectionscanner,
145 amarokpkg and amzdownloader
146 </seg>
147 <seg>
148 libamarokcore.so, libamaroklib.so, libamarokocsclient.so, libamarokpud.so,
149 libamarok_service_lastfm_shared.so, libamarok-sqlcollection.so,
150 libamarok-transcoding.so, libampache_account_login.so and several
151 libraries in &kde-dir;/lib/kde4
152 </seg>
153 <seg>
154 several in &kde-dir;/share
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="amarok-prog">
165 <term><command>amarok</command></term>
166 <listitem>
167 <para>
168 Is a powerful music player and organizer built on top of
169 KDE development platform.
170 </para>
171 <indexterm zone="amarok amarok-prog">
172 <primary sortas="b-amarok">amarok</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.