source: kde/kf5-apps/libkcddb.xml@ f67c5c8

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since f67c5c8 was f67c5c8, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Update to kde-apps-23.08.5 and associated tags.

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