source: kde/kf5-apps/libkcddb.xml@ 34c29696

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 34c29696 was dd15f54a, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to kf5-apps-21.04.2.

  • Property mode set to 100644
File size: 4.2 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 libkcddb-download-http "&kf5apps-download-http;/libkcddb-&kf5apps-version;.tar.xz">
8 <!ENTITY libkcddb-download-ftp " ">
9 <!ENTITY libkcddb-md5sum "dba23ba0bc8fe5d958abe7dcb4154860">
10 <!ENTITY libkcddb-size "424 KB">
11 <!ENTITY libkcddb-buildsize "9.1 MB">
12 <!ENTITY libkcddb-time "0.1 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="libkcddb" xreflabel="libkcddb-&kf5apps-version;">
16 <?dbhtml filename="libkcddb.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libkcddb-&kf5apps-version;</title>
23
24 <indexterm zone="libkcddb">
25 <primary sortas="a-libkcddb">libkcddb</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libkcddb</title>
30
31 <para>
32 The <application>libkcddb</application> package contains a library
33 used to retrieve audio CD meta data from the internet.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libkcddb-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libkcddb-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libkcddb-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libkcddb-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libkcddb-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libkcddb-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libkcddb Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="kf5-frameworks"/> and
77 <xref linkend="libmusicbrainz5"/>
78 </para>
79
80 <para condition="html" role="usernotes">
81 User Notes: <ulink url="&blfs-wiki;/libkcddb"/>
82 </para>
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libkcddb</title>
87
88 <para>
89 Install <application>libkcddb</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>mkdir build &amp;&amp;
94cd build &amp;&amp;
95
96cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
97 -DCMAKE_BUILD_TYPE=Release \
98 -DBUILD_TESTING=OFF \
99 -Wno-dev .. &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 None
124 </seg>
125 <seg>
126 libKF5Cddb.so and
127 kcm_cddb.so
128 </seg>
129 <seg>
130 $KF5_PREFIX/include/KF5/KCddb and
131 $KF5_PREFIX/lib/cmake/KF5Cddb
132 $KF5_PREFIX/share/doc/HTML/*/kcontrol
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libkcddb-lib">
143 <term><filename class="libraryfile">libkcddb.so</filename></term>
144 <listitem>
145 <para>
146 contains functions used to retrieve audio CD meta data
147 from the internet
148 </para>
149 <indexterm zone="libkcddb libkcddb-lib">
150 <primary sortas="c-libkcddb">libkcddb.so</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.