source: kde/kf5-apps/libkcddb.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • 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 "08282d063423baba579c2ad94db135c4">
10 <!ENTITY libkcddb-size "428 KB">
11 <!ENTITY libkcddb-buildsize "9.6 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 &lfs112_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 <para condition="html" role="usernotes">
78 User Notes: <ulink url="&blfs-wiki;/libkcddb"/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of libkcddb</title>
84
85 <para>
86 Install <application>libkcddb</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>mkdir build &amp;&amp;
91cd build &amp;&amp;
92
93cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
94 -DCMAKE_BUILD_TYPE=Release \
95 -DBUILD_TESTING=OFF \
96 -Wno-dev .. &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>
120 None
121 </seg>
122 <seg>
123 libKF5Cddb.so and
124 kcm_cddb.so
125 </seg>
126 <seg>
127 $KF5_PREFIX/include/KF5/KCddb and
128 $KF5_PREFIX/lib/cmake/KF5Cddb
129 $KF5_PREFIX/share/doc/HTML/*/kcontrol
130 </seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="libkcddb-lib">
140 <term><filename class="libraryfile">libkcddb.so</filename></term>
141 <listitem>
142 <para>
143 contains functions used to retrieve audio CD meta data
144 from the internet
145 </para>
146 <indexterm zone="libkcddb libkcddb-lib">
147 <primary sortas="c-libkcddb">libkcddb.so</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.