mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
266a5477fc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12966 af4574ff-66df-0310-9fd7-8a98e5e911e0
155 lines
4.1 KiB
XML
155 lines
4.1 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 libkcddb-download-http "&kde-download-http;&kde-version;/src/libkcddb-&kde-version;.tar.xz">
|
|
<!ENTITY libkcddb-download-ftp "&kde-download-ftp;&kde-version;/src/libkcddb-&kde-version;.tar.xz">
|
|
<!ENTITY libkcddb-md5sum "587b0dd41c7d88dd694c704d92f7d634">
|
|
<!ENTITY libkcddb-size "154 KB">
|
|
<!ENTITY libkcddb-buildsize "7.0 MB">
|
|
<!ENTITY libkcddb-time "0.5 SBU">
|
|
]>
|
|
|
|
<sect1 id="libkcddb" xreflabel="libkcddb-&kde-version;">
|
|
<?dbhtml filename="libkcddb.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libkcddb-&kde-version;</title>
|
|
|
|
<indexterm zone="libkcddb">
|
|
<primary sortas="a-libkcddb">libkcddb</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libkcddb</title>
|
|
|
|
<para>
|
|
The <application>libkcddb</application> package contains a library
|
|
used to retrieve audio CD meta data from the internet.
|
|
</para>
|
|
|
|
&lfs75_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libkcddb-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libkcddb-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libkcddb-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libkcddb-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libkcddb-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libkcddb-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libkcddb Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kdelibs"/> and
|
|
<xref linkend="libmusicbrainz5"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/libkcddb"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libkcddb</title>
|
|
|
|
<para>
|
|
Install <application>libkcddb</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-Wno-dev .. &&
|
|
make</userinput></screen>
|
|
|
|
<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>
|
|
libkcddb.so and kcm_cddb.so in &kde-dir;/lib/kde4
|
|
</seg>
|
|
<seg>
|
|
&kde-dir;/include/libkcddb,
|
|
&kde-dir;/lib/cmake/libkcddb and
|
|
several in &kde-dir;/share
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libkcddb-lib">
|
|
<term><filename class="libraryfile">libkcddb.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions used to retrieve audio CD meta data
|
|
from the internet.
|
|
</para>
|
|
<indexterm zone="libkcddb libkcddb-lib">
|
|
<primary sortas="c-libkcddb">libkcddb.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|