glfs/kde/kf5-apps/libkcddb.xml
Bruce Dubbs e66a8c3774 Update to libX11-1.6.6.tar.bz2 (xorg library).
Update to poppler-0.67.0. 
Update to mlt-6.10.0. 
Update to graphite2-1.3.12. 
Update to kf5-apps-18.08.0. 
Update to opencv-3.4.2. 



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20359 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-21 20:14:23 +00:00

158 lines
4.2 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 "&kf5apps-download-http;/libkcddb-&kf5apps-version;.tar.xz">
<!ENTITY libkcddb-download-ftp " ">
<!ENTITY libkcddb-md5sum "8b8d70a427786bfbb1995fefd1f441d7">
<!ENTITY libkcddb-size "420 KB">
<!ENTITY libkcddb-buildsize "8.5 MB">
<!ENTITY libkcddb-time "0.4 SBU">
]>
<sect1 id="libkcddb" xreflabel="libkcddb-&kf5apps-version;">
<?dbhtml filename="libkcddb.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>libkcddb-&kf5apps-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>
&lfs83_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="kf5-frameworks"/> 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 &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev .. &amp;&amp;
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="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libKF5Cddb.so and
kcm_cddb.so
</seg>
<seg>
$KF5_PREFIX/include/KF5/KF5Cddb and
$KF5_PREFIX/lib/cmake/KF5Cddb
</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>