source: multimedia/audioutils/amarok.xml@ b12cddd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 b12cddd was b12cddd, checked in by Robert Daniels <rdaniels@…>, 16 years ago

Added new package Amarok

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

  • Property mode set to 100644
File size: 8.1 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 "http://mirrors.isc.org/pub/kde/stable/amarok/1.4.8/src/amarok-1.4.8.tar.bz2">
8 <!ENTITY amarok-download-ftp "ftp://ftp.kde.org/pub/kde/stable/amarok/1.4.8/src/amarok-1.4.8.tar.bz2">
9 <!ENTITY amarok-md5sum "7f65c4a8f3f0ff9042a5b5dd21b36cc8">
10 <!ENTITY amarok-size "13 MB">
11 <!ENTITY amarok-buildsize "129 MB">
12 <!ENTITY amarok-time "3.6 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><application>Amarok</application> is an audio player for KDE.
33 Features include a context browser, Magnatunes and last.fm integration,
34 support for multimedia devices, and scripting through Ruby.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&amarok-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&amarok-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &amarok-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &amarok-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &amarok-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &amarok-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">amarok Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="kdelibs"/>,
62 <xref linkend="ruby"/>, and
63 <ulink url="http://developer.kde.org/~wheeler/taglib/">TagLib</ulink></para>
64
65 <bridgehead renderas="sect4">Recommended</bridgehead>
66 <para role="recommended"><xref linkend="kdebase"/>, and
67 <xref linkend="xine-lib"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="kdemultimedia"/> (for cd-ripping support),
71 <xref linkend="k3b"/> (for cd-burning support),
72 <xref linkend="sdl"/>,
73 <ulink url="http://sqlite.org/">SQLite</ulink>,
74 <xref linkend="postgresql"/>,
75 <xref linkend="mysql"/>,
76 <ulink url="https://helixcommunity.org/">Helix</ulink> (untested media backend, alternative to xine),
77 <xref linkend="faad2"/> or <ulink url="http://mpeg4ip.sourceforge.net/">mpeg4ip</ulink>,
78 <ulink url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
79 <ulink url="http://www.musicbrainz.org/products/tunepimp/download.html">TunePimp</ulink>,
80 <ulink url="http://www.gtkpod.org/libgpod.html">libgpod</ulink>,
81 <ulink url="http://ifp-driver.sourceforge.net/libifp/">libifp</ulink>,
82 <ulink url="http://libnjb.sourceforge.net/">libnjp</ulink>,
83 <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>,
84 <ulink url="http://linux-karma.sourceforge.net/">libkarma</ulink> (requires
85 <ulink url="http://linux-karma.sourceforge.net/">omfs</ulink>)</para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/amarok"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of amarok</title>
94
95 <para>Install <application>Amarok</application> by running the following
96 commands:</para>
97
98<screen><userinput>./configure --prefix=$(kde-config --prefix) \
99 --sysconfdir=/etc/kde \
100 --disable-debug \
101 --disable-dependency-tracking &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 <para><parameter>--prefix=$(kde-config --prefix)</parameter>: This
116 parameter uses <command>kde-config</command> to establish the prefix of
117 the existing KDE installation and then sets the installation prefix for
118 <application>Amarok</application> to the same value.</para>
119
120 <para><parameter>--disable-debug</parameter>: This option causes the package
121 to be compiled without debugging code.</para>
122
123 <para><parameter>--disable-dependency-tracking</parameter>: This option
124 speeds up one time builds.</para>
125
126 <para><parameter>--without-included-sqlite</parameter>: This option forces
127 the use of a system-installed copy of sqlite.</para>
128
129 <para><parameter>--enable-mysql</parameter>: This option enables use of a
130 MySQL database for music collections.</para>
131
132 <para><parameter>--enable-postresql</parameter>: This option enables use of a
133 PostgreSQL database for music collections.</para>
134
135 <para>Support for other optional dependencies may require passing options
136 to the <command>configure</command> script. Refer to the output from
137 <command>./configure --help</command> for additional information.</para>
138
139 </sect2>
140
141 <sect2 role="content">
142 <title>Contents</title>
143
144 <segmentedlist>
145 <segtitle>Installed Programs</segtitle>
146 <segtitle>Installed Libraries</segtitle>
147 <segtitle>Installed Directories</segtitle>
148
149 <seglistitem>
150 <seg>amarok, amarokapp, amarokcollectionscanner,
151 amarok_daapserver.rb, and amarok_proxy.rb</seg>
152 <seg>libamarok.so, and several modules
153 for installed dependencies</seg>
154 <seg><envar>$KDE_PREFIX</envar>/share/apps/amarok and
155 <envar>$KDE_PREFIX</envar>/share/doc/HTML/*/amarok</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>is a wrapper for amarokapp to speed up
168 command line argument passing</para>
169 <indexterm zone="amarok amarok-prog">
170 <primary sortas="b-amarok">amarok</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="amarokapp">
176 <term><command>amarokapp</command></term>
177 <listitem>
178 <para>is the amarok audio player</para>
179 <indexterm zone="amarok amarokapp">
180 <primary sortas="b-amarokapp">amarokapp</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="amarokcollectionscanner">
186 <term><command>amarokcollectionscanner</command></term>
187 <listitem>
188 <para>is used to scan a directory structure and build a collection</para>
189 <indexterm zone="amarokcollectionscanner">
190 <primary sortas="b-amarokcollectionscanner">amarokcollectionscanner</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="amarok_daapserver.rb">
196 <term><command>amarok_daapserver.rb</command></term>
197 <listitem>
198 <para>is a DAAP server for Amarok</para>
199 <indexterm zone="amarok amarok_daapserver.rb">
200 <primary sortas="b-amarok_daapserver.rb">amarok_daapserver.rb</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="amarok_proxy.rb">
206 <term><command>amarok_proxy.rb</command></term>
207 <listitem>
208 <para>is a proxy server for DAAP and Last.fm</para>
209 <indexterm zone="amarok amarok_proxy.rb">
210 <primary sortas="b-amarok_proxy.rb">amarok_proxy.rb</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.