source: kde/kf5-apps/libkcddb.xml@ 39eac921

ken/TL2024 trunk xry111/llvm18
Last change on this file since 39eac921 was f806bbf2, checked in by Bruce Dubbs <bdubbs@…>, 8 weeks ago

Update most of kde-gear

There are still a few packages that need testing and the book updated.
The kf6 adn plasma packages referenced in LXQt are incorrect and need
to be changed to reference kf5 packages for now.

Note that there is a new package, plasma-activities, that is needed in
the kde-gear section, but needed to be taken from the plasma6 set of
packages.

kio-extras is no longer needed for the packages in the book.

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