source: multimedia/libdriv/libcddb.xml@ 3ff7901

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 3ff7901 was 332bad2a, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tags

Tag most of multimedia drivers.

  • 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 libcddb-download-http "&sourceforge-dl;/libcddb/libcddb-&libcddb-version;.tar.bz2">
8 <!ENTITY libcddb-download-ftp " ">
9 <!ENTITY libcddb-md5sum "8bb4a6f542197e8e9648ae597cd6bc8a">
10 <!ENTITY libcddb-size "384 KB">
11 <!ENTITY libcddb-buildsize "3.9 MB (with tests)">
12 <!ENTITY libcddb-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libcddb" xreflabel="libcddb-&libcddb-version;">
16 <?dbhtml filename="libcddb.html"?>
17
18
19 <title>libcddb-&libcddb-version;</title>
20
21 <indexterm zone="libcddb">
22 <primary sortas="a-libcddb">libcddb</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libcddb</title>
27
28 <para>
29 The <application>libcddb</application> is a library that implements
30 the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB
31 server.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libcddb-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libcddb-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libcddb-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libcddb-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libcddb-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libcddb-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of libcddb</title>
74
75 <para>
76 By default this package accesses
77 <systemitem class='domainname'>freedb.org</systemitem>, which is
78 already closed. Modify the default to use
79 <systemitem class='domainname'>gnudb.gnudb.org</systemitem> instead,
80 and fix two stale test data files:
81 </para>
82
83<screen><userinput>sed -e '/DEFAULT_SERVER/s/freedb.org/gnudb.gnudb.org/' \
84 -e '/DEFAULT_PORT/s/888/&amp;0/' \
85 -i include/cddb/cddb_ni.h &amp;&amp;
86sed '/^Genre:/s/Trip-Hop/Electronic/' -i tests/testdata/920ef00b.txt &amp;&amp;
87sed '/DISCID/i# Revision: 42' -i tests/testcache/misc/12340000</userinput></screen>
88
89 <para>
90 Install <application>libcddb</application> by running the
91 following commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>make check -k</command>.
99 The test suite needs the Internet connection. One test fails due to
100 missing test server.
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
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Library</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 cddb_query
122 </seg>
123 <seg>
124 libcddb.so
125 </seg>
126 <seg>
127 /usr/include/cddb
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="cddb_query">
138 <term><command>cddb_query</command></term>
139 <listitem>
140 <para>
141 provides a user interface to a CDDB server
142 </para>
143 <indexterm zone="libcddb cddb_query">
144 <primary sortas="b-cddb_query">cddb_query</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148
149 </variablelist>
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.