source: multimedia/libdriv/libcddb.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 4.2 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 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 &lfs121_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 &test-use-internet;
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of libcddb</title>
76
77 <para>
78 By default this package accesses
79 <systemitem class='domainname'>freedb.org</systemitem>, which is
80 already closed. Modify the default to use
81 <systemitem class='domainname'>gnudb.gnudb.org</systemitem> instead,
82 and fix two stale test data files:
83 </para>
84
85<screen><userinput>sed -e '/DEFAULT_SERVER/s/freedb.org/gnudb.gnudb.org/' \
86 -e '/DEFAULT_PORT/s/888/&amp;0/' \
87 -i include/cddb/cddb_ni.h &amp;&amp;
88sed '/^Genre:/s/Trip-Hop/Electronic/' -i tests/testdata/920ef00b.txt &amp;&amp;
89sed '/DISCID/i# Revision: 42' -i tests/testcache/misc/12340000</userinput></screen>
90
91 <para>
92 Install <application>libcddb</application> by running the
93 following commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 To test the results, issue: <command>make check -k</command>.
101 The test suite needs the Internet connection. One test fails due to
102 missing test server.
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
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Library</segtitle>
119 <segtitle>Installed Directories</segtitle>
120
121 <seglistitem>
122 <seg>
123 cddb_query
124 </seg>
125 <seg>
126 libcddb.so
127 </seg>
128 <seg>
129 /usr/include/cddb
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="cddb_query">
140 <term><command>cddb_query</command></term>
141 <listitem>
142 <para>
143 provides a user interface to a CDDB server
144 </para>
145 <indexterm zone="libcddb cddb_query">
146 <primary sortas="b-cddb_query">cddb_query</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 </variablelist>
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.