mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Audacious 3.2.2
Removed Libmowgli and Libmcs as nothing in the book uses them git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10033 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
140ea5af35
commit
245b1ee5fc
@ -1015,8 +1015,8 @@ program you invoke. Development restarted Feb 12, so commented until a new rele
|
||||
<!ENTITY lame-version "3.99.3">
|
||||
<!ENTITY CDParanoia-version "III-10.2">
|
||||
<!ENTITY freetts-version "1.2.1">
|
||||
<!ENTITY audacious-version "3.2.1">
|
||||
<!ENTITY audacious-plugins-version "3.2.1">
|
||||
<!ENTITY audacious-version "3.2.2">
|
||||
<!ENTITY audacious-plugins-version "3.2.2">
|
||||
<!ENTITY amarok-version "2.5.0">
|
||||
<!ENTITY gnome-media-version "2.32.0">
|
||||
|
||||
|
@ -76,8 +76,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgpg-error.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgcrypt.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libksba.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mowgli.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mcs.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
|
||||
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liboil.xml"/> -->
|
||||
|
@ -1,207 +0,0 @@
|
||||
<?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 libmcs-download-http "http://distfiles.atheme.org/libmcs-&libmcs-version;.tgz">
|
||||
<!ENTITY libmcs-download-ftp " ">
|
||||
<!ENTITY libmcs-md5sum "1611a7bd7e7b07df3d889012d133c440">
|
||||
<!ENTITY libmcs-size "105 KB">
|
||||
<!ENTITY libmcs-buildsize "1.7 MB">
|
||||
<!ENTITY libmcs-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libmcs" xreflabel="libmcs-&libmcs-version;">
|
||||
<?dbhtml filename="mcs.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libmcs-&libmcs-version;</title>
|
||||
|
||||
<indexterm zone="libmcs">
|
||||
<primary sortas="a-libmcs">Libmcs</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libmcs</title>
|
||||
|
||||
<para>The <application>libmcs</application> package is a library and set of
|
||||
tools which abstract the storage of configuration settings away from
|
||||
userland applications. There are similar projects like this (such as
|
||||
<application>GConf</application>), but unlike those projects,
|
||||
<application>libmcs</application> strictly handles abstraction. It does not
|
||||
impose any specific data storage requirement, nor is it tied to any
|
||||
desktop environment or software suite.</para>
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libmcs-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libmcs-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libmcs-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libmcs-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libmcs-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libmcs-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">libmcs Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="libmowgli"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="GConf"/>
|
||||
<!-- <xref linkend="kdelibs"/> --></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/mcs"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libmcs</title>
|
||||
|
||||
<para>Install <application>libmcs</application> by
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
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 &&
|
||||
install -v -m644 -D README /usr/share/doc/libmcs-&libmcs-version;/README</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<!-- <para><option>- -with-qt-path=/usr/share/qt</option>: If you have
|
||||
<xref linkend="kdelibs"/> installed, you must pass
|
||||
additional parameters to the <command>configure</command> script to
|
||||
identify the location of Qt and, possibly, KDE libraries and interface
|
||||
headers.</para>-->
|
||||
|
||||
<!-- <para><option>- -disable-kconfig</option>: If <filename>configure</filename>
|
||||
finds <filename class="libraryfile">libkdecore</filename> from
|
||||
<application>kdelibs</application>, it does not test to check it is indeed
|
||||
the <application>kde3</application> version and will try to use it (and
|
||||
fail if it is the <application>kde4</application> version). This switch will
|
||||
prevent that.</para>-->
|
||||
|
||||
<para>For additional information about the various storage backends
|
||||
(including the default XDG-compliant backend), see the
|
||||
<filename>README</filename> file in the source tree.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
<title>Configuring libmcs</title>
|
||||
|
||||
<para>There are various ways to configure <application>libmcs</application>
|
||||
to use a specific backend on a site-wide or individual user basis. If the
|
||||
default file-based storage backend is suitable, no configuration steps are
|
||||
required. See section 2 of the <filename>README</filename> file in the
|
||||
source tree for details.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>mcs-getconfval, mcs-info, mcs-query-backends and
|
||||
mcs-setconfval</seg>
|
||||
<seg>libmcs.so and backend storage modules</seg>
|
||||
<seg>/usr/include/libmcs, /usr/lib/mcs and
|
||||
/usr/share/doc/libmcs-&libmcs-version;</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="mcs-getconfval">
|
||||
<term><command>mcs-getconfval</command></term>
|
||||
<listitem>
|
||||
<para>queries <application>libmcs</application> for a configuration
|
||||
value.</para>
|
||||
<indexterm zone="libmcs mcs-getconfval">
|
||||
<primary sortas="b-mcs-getconfval">mcs-getconfval</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mcs-info">
|
||||
<term><command>mcs-info</command></term>
|
||||
<listitem>
|
||||
<para>displays information about the current installation and
|
||||
configuration of <application>libmcs</application>.</para>
|
||||
<indexterm zone="libmcs mcs-info">
|
||||
<primary sortas="b-mcs-info">mcs-info</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mcs-query-backends">
|
||||
<term><command>mcs-query-backends</command></term>
|
||||
<listitem>
|
||||
<para>queries <application>libmcs</application> to determine what
|
||||
backends are available.</para>
|
||||
<indexterm zone="libmcs mcs-query-backends">
|
||||
<primary sortas="b-mcs-query-backends">mcs-query-backends</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mcs-setconfval">
|
||||
<term><command>mcs-setconfval</command></term>
|
||||
<listitem>
|
||||
<para>instructs <application>libmcs</application> to change a
|
||||
configuration value.</para>
|
||||
<indexterm zone="libmcs mcs-setconfval">
|
||||
<primary sortas="b-mcs-setconfval">mcs-setconfval</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libmcs.so">
|
||||
<term><filename class='libraryfile'>libmcs.so</filename></term>
|
||||
<listitem>
|
||||
<para>contains the API functions required by the
|
||||
<application>libmcs</application> userspace tools.</para>
|
||||
<indexterm zone="libmcs libmcs.so">
|
||||
<primary sortas="c-libmcs.so">libmcs.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -1,129 +0,0 @@
|
||||
<?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 libmowgli-download-http "http://distfiles.atheme.org/libmowgli-&libmowgli-version;.tar.bz2">
|
||||
<!ENTITY libmowgli-download-ftp " ">
|
||||
<!ENTITY libmowgli-md5sum "e5f99410cb7b161f322b6bccd4b05dbe">
|
||||
<!ENTITY libmowgli-size "103 KB">
|
||||
<!ENTITY libmowgli-buildsize "2.2 MB">
|
||||
<!ENTITY libmowgli-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="libmowgli" xreflabel="libmowgli-&libmowgli-version;">
|
||||
<?dbhtml filename="Mowgli.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>libmowgli-&libmowgli-version;</title>
|
||||
|
||||
<indexterm zone="libmowgli">
|
||||
<primary sortas="a-libmowgli">Libmowgli</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to libmowgli</title>
|
||||
|
||||
<para>The <application>libmowgli</application> package contains a
|
||||
development framework for C, similar to <xref linkend="glib2"/>. It
|
||||
provides high performance and highly flexible algorithms for routine
|
||||
tasks such as reference-counting, linked lists and spinlocks, and thus
|
||||
helps programmers write better engineered code.</para>
|
||||
|
||||
&lfs71_checked;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&libmowgli-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&libmowgli-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &libmowgli-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &libmowgli-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &libmowgli-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &libmowgli-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/Mowgli"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libmowgli</title>
|
||||
|
||||
<para>The libmowgli build system outputs text in color while running make.
|
||||
This is fine if you're running these commands in a terminal. However, if
|
||||
you're installing libmowgli with a script and piping the output to a log
|
||||
file it will add control characters to the file which may make the file
|
||||
unreadable. If you wish, you can disable the colored text control characters
|
||||
with this sed:</para>
|
||||
|
||||
<screen><userinput>sed -i 's/\\033\[\([01];3.m\|0m\|K\)//g' buildsys.mk.in</userinput></screen>
|
||||
|
||||
<para>Install <application>libmowgli</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a formal 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="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>libmowgli.so</seg>
|
||||
<seg>/usr/include/libmowgli</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="libmowgli.so">
|
||||
<term><filename class='libraryfile'>libmowgli.so</filename></term>
|
||||
<listitem>
|
||||
<para>libraries contain optimized functions for various common
|
||||
C programming tasks.</para>
|
||||
<indexterm zone="libmowgli">
|
||||
<primary sortas="c-libmowgli">libmowgli.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -59,6 +59,12 @@
|
||||
<listitem>
|
||||
<para>[krejzi] - Vinagre 3.4.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[abenton] - Audacious 3.2.2.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[abenton] - Removed Libmowgli and Libmcs.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
@ -5,16 +5,18 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY audacious-download-http
|
||||
"http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
|
||||
"http://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2">
|
||||
<!ENTITY audacious-download-ftp " ">
|
||||
<!ENTITY audacious-md5sum "77468d00e8bd47c92f818fcae0090931">
|
||||
<!ENTITY audacious-size "704 KB">
|
||||
<!ENTITY audacious-buildsize "63 MB">
|
||||
<!ENTITY audacious-time "1 SBU">
|
||||
<!ENTITY audacious-md5sum "28f1e2c683d358457ed9bfe8bcc29ec2">
|
||||
<!ENTITY audacious-size "660 KB">
|
||||
<!ENTITY audacious-buildsize "17 MB">
|
||||
<!ENTITY audacious-time "0.4 SBU">
|
||||
<!ENTITY audacious-plugins-download
|
||||
"http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
|
||||
<!ENTITY audacious-plugins-md5sum "d7ce63e2e1837e41334d60eef325a80e">
|
||||
"http://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2">
|
||||
<!ENTITY audacious-plugins-md5sum "7aaf8ad389a2983baddbdd57207e0724">
|
||||
<!ENTITY audacious-plugins-size "1.9 MB">
|
||||
<!ENTITY audacious-plugins-buildsize "52 MB">
|
||||
<!ENTITY audacious-plugins-time "0.9 SBU">
|
||||
|
||||
]>
|
||||
|
||||
@ -36,9 +38,9 @@
|
||||
<title>Introduction to Audacious</title>
|
||||
|
||||
<para>
|
||||
<application>Audacious</application> is a Gtk+ based audio
|
||||
player.
|
||||
</para>
|
||||
<application>Audacious</application> is a <application>Gtk+</application>
|
||||
audio player.
|
||||
</para>
|
||||
|
||||
&lfs71_checked;
|
||||
|
||||
@ -86,12 +88,22 @@
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Md5 sum: &audacious-plugins-md5sum;
|
||||
Plugins Md5 sum: &audacious-plugins-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Size: &audacious-plugins-size;
|
||||
Plugins Size: &audacious-plugins-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated Plugins disk space required: &audacious-plugins-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated Plugins build time: &audacious-plugins-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -100,14 +112,15 @@
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="gtk3"/> or <xref linkend="gtk2"/> (if both are installed it
|
||||
defaults to using <xref linkend="gtk3"/>) and
|
||||
<xref linkend="libmowgli"/>
|
||||
<xref linkend="gtk3"/> or
|
||||
<xref linkend="gtk2"/>,
|
||||
if both are installed it defaults to using <xref linkend="gtk3"/>.
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="dbus"/>
|
||||
<xref linkend="dbus"/> and
|
||||
<xref linkend="alsa"/>.
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
@ -117,13 +130,12 @@
|
||||
<ulink url="http://www.mega-nerd.com/libsamplerate/">Secret Rabbit Code</ulink>
|
||||
(a.k.a. libsamplerate),
|
||||
<ulink url="http://www.atheme.org/project/libguess">libguess</ulink> and
|
||||
<xref linkend="doxygen"/>
|
||||
</para>
|
||||
<xref linkend="doxygen"/>.
|
||||
</para>
|
||||
|
||||
|
||||
<bridgehead renderas="sect4">Optional (for Plugins)</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="alsa"/>,
|
||||
<xref linkend="curl"/>,
|
||||
<xref linkend="neon"/> (for online mpg3 and ogg radio),
|
||||
<xref linkend="lame"/>,
|
||||
@ -163,7 +175,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr &&
|
||||
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr LIBS=-lgmodule-2.0 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -186,7 +198,7 @@ make</userinput></screen>
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr &&
|
||||
<screen><userinput>TPUT=/bin/true ./configure --prefix=/usr LIBS=-lgmodule-2.0 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -211,6 +223,12 @@ make</userinput></screen>
|
||||
characters used to color the text can make the logfile unreadable. This
|
||||
option stops it coloring the text.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<parameter>LIBS=-lgmodule-2.0</parameter>: this parameter is needed to
|
||||
ensure that it links correctly to
|
||||
<filename class="libraryfile">libgmodule-2.0.so</filename>.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
|
Loading…
Reference in New Issue
Block a user