source: kde/add/kdeakode.xml@ a8e7b725

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 a8e7b725 was 3a12cb8, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update to kdemultimedia-3.5.13. (Trinity).
Split akode into a separate page.

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

  • Property mode set to 100644
File size: 5.5 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 akode-version "2.0.2">
8 <!ENTITY akode-download-http "&trinity-repo-http;/akode-&akode-version;.tar.bz2">
9 <!ENTITY akode-download-ftp "&trinity-repo-ftp;/akode-&akode-version;.tar.bz2">
10 <!ENTITY akode-md5sum "659ced0c9c735cb3e55b9138ff02342c">
11 <!ENTITY akode-size "468 KB">
12 <!ENTITY akode-buildsize "6.6 MB">
13 <!ENTITY akode-time "0.3 SBU">
14]>
15
16<sect1 id="kdeakode" xreflabel="kdeakode-&akode-version;">
17 <?dbhtml filename="kdeakode.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy: bdubbs $</othername>
21 <date>$Date: 2011-12-12 18:02:58 -0600 (Mon, 12 Dec 2011) $</date>
22 </sect1info>
23
24 <title>Akode-&akode-version;</title>
25
26 <indexterm zone="kdeakode">
27 <primary sortas="a-kdeakode">Akode</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Akode</title>
32
33 <para>In the current version of <application>Kdemultimedia</application>, some
34 of the functionality provided by the package has been moved into a
35 separate project named <application>Akode</application>. In order for
36 <application>Kdemultimedia</application> to provide the removed
37 functionality, you must install the <application>Akode</application>
38 package first. </para>
39
40 <para condition="html" role="usernotes">User Notes:
41 <ulink url="&blfs-wiki;/kdemultimedia"/></para>
42
43 </sect2>
44
45 <sect2 role="package" id="akode" xreflabel="Akode-&akode-version;">
46 <title>Akode-&akode-version;</title>
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing='compact'>
50 <listitem>
51 <para>Download (HTTP): <ulink url="&akode-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&akode-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &akode-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &akode-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &akode-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &akode-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>Required patch (for FFmpeg support): <ulink
74 url="&patch-root;/akode-&akode-version;-consolidated_fixes-1.patch"/></para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">Akode Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="pkgconfig"/>
83 <xref linkend="flac"/>,
84 <xref linkend="speex"/>,
85 <xref linkend="libmad"/>,
86 <xref linkend="alsa"/>,
87 <xref linkend="libvorbis"/>,
88 <xref linkend="pulseaudio"/>,
89 <xref linkend="ffmpeg"/> (support is experimental),
90 <ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit
91 Code</ulink> (a.k.a. libsamplerate), and
92 <ulink url="http://jackit.sourceforge.net/">JACK</ulink>
93 </para>
94
95 <bridgehead renderas="sect3">Installation of Akode</bridgehead>
96
97<screen><userinput>patch -Np1 -i ../akode-&akode-version;-consolidated_fixes-1.patch &amp;&amp;
98./configure --prefix=$TRINITY_PREFIX --without-ffmpeg &amp;&amp;
99make</userinput></screen>
100
101 <para>This package does not come with a test suite.</para>
102
103 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <para><parameter>--without-ffmpeg</parameter>: This option disables the
113 experimental <application>FFmpeg</application> support in
114 <application>Akode</application>, as the build fails if it is enabled.
115 You can remove this switch to enable
116 the experimental <application>FFmpeg</application> support, however, the
117 functionality of <application>Akode</application> built with
118 <application>FFmpeg</application> support has not been tested by the
119 BLFS editors.</para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>akode-config and akodeplay</seg>
133 <seg>libakode.so, libakode_alsa_sink.so, libakode_mpc_decoder.so,
134 libakode_mpeg_decoder.so, libakode_oss_sink.so, and libakode_xiph_decoder.so</seg>
135 <seg>include/akode</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="artsbuilder">
145 <term><command>artsbuilder</command></term>
146 <listitem>
147 <para>is a tool to create new structures of small connected
148 <application>aRts</application> modules.</para>
149 <indexterm zone="kdemultimedia artsbuilder">
150 <primary sortas="b-artsbuilder">artsbuilder</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154 </variablelist>
155-->
156 </sect2>
157
158</sect1>
Note: See TracBrowser for help on using the repository browser.