mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
4949485eb7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9195 af4574ff-66df-0310-9fd7-8a98e5e911e0
161 lines
5.5 KiB
XML
161 lines
5.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY akode-version "2.0.2">
|
|
<!ENTITY akode-download-http "&trinity-repo-http;/akode-&akode-version;.tar.bz2">
|
|
<!ENTITY akode-download-ftp "&trinity-repo-ftp;/akode-&akode-version;.tar.bz2">
|
|
<!ENTITY akode-md5sum "659ced0c9c735cb3e55b9138ff02342c">
|
|
<!ENTITY akode-size "468 KB">
|
|
<!ENTITY akode-buildsize "6.6 MB">
|
|
<!ENTITY akode-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="kdeakode" xreflabel="kdeakode-&akode-version;">
|
|
<?dbhtml filename="kdeakode.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Akode-&akode-version;</title>
|
|
|
|
<indexterm zone="kdeakode">
|
|
<primary sortas="a-kdeakode">Akode</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Akode</title>
|
|
|
|
<para>In the current version of <application>Kdemultimedia</application>, some
|
|
of the functionality provided by the package has been moved into a
|
|
separate project named <application>Akode</application>. In order for
|
|
<application>Kdemultimedia</application> to provide the removed
|
|
functionality, you must install the <application>Akode</application>
|
|
package first. </para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kdemultimedia"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="package" id="akode" xreflabel="Akode-&akode-version;">
|
|
<title>Akode-&akode-version;</title>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&akode-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&akode-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &akode-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &akode-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &akode-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &akode-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Required patch (for FFmpeg support): <ulink
|
|
url="&patch-root;/akode-&akode-version;-consolidated_fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Akode Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="pkgconfig"/>
|
|
<xref linkend="flac"/>,
|
|
<xref linkend="speex"/>,
|
|
<xref linkend="libmad"/>,
|
|
<xref linkend="alsa"/>,
|
|
<xref linkend="libvorbis"/>,
|
|
<xref linkend="pulseaudio"/>,
|
|
<xref linkend="ffmpeg"/> (support is experimental),
|
|
<ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit
|
|
Code</ulink> (a.k.a. libsamplerate), and
|
|
<ulink url="http://jackit.sourceforge.net/">JACK</ulink>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect3">Installation of Akode</bridgehead>
|
|
|
|
<screen><userinput>patch -Np1 -i ../akode-&akode-version;-consolidated_fixes-1.patch &&
|
|
./configure --prefix=$TRINITY_PREFIX --without-ffmpeg &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--without-ffmpeg</parameter>: This option disables the
|
|
experimental <application>FFmpeg</application> support in
|
|
<application>Akode</application>, as the build fails if it is enabled.
|
|
You can remove this switch to enable
|
|
the experimental <application>FFmpeg</application> support, however, the
|
|
functionality of <application>Akode</application> built with
|
|
<application>FFmpeg</application> support has not been tested by the
|
|
BLFS editors.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>akode-config and akodeplay</seg>
|
|
<seg>libakode.so, libakode_alsa_sink.so, libakode_mpc_decoder.so,
|
|
libakode_mpeg_decoder.so, libakode_oss_sink.so, and libakode_xiph_decoder.so</seg>
|
|
<seg>include/akode</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
<!--
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="artsbuilder">
|
|
<term><command>artsbuilder</command></term>
|
|
<listitem>
|
|
<para>is a tool to create new structures of small connected
|
|
<application>aRts</application> modules.</para>
|
|
<indexterm zone="kdemultimedia artsbuilder">
|
|
<primary sortas="b-artsbuilder">artsbuilder</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|