source: multimedia/libdriv/libcddb.xml@ 160e0cd0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 160e0cd0 was 160e0cd0, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to libcdio-paranoia-10.2+0.94+2.
Update to x264-snapshot-20170822-2245-stable.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19071 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libcddb-&libcddb-version;</title>
24
25 <indexterm zone="libcddb">
26 <primary sortas="a-libcddb">libcddb</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libcddb</title>
31
32 <para>The <application>libcddb</application> is a library that implements
33 the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB
34 server.</para>
35
36 &lfs81_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libcddb-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libcddb-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libcddb-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libcddb-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libcddb-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libcddb-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/libcddb"/></para>
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of libcddb</title>
66
67 <para>Install <application>libcddb</application> by running the
68 following commands:</para>
69
70<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
71make</userinput></screen>
72
73 <para>To test the results, issue: <command>make check</command>. Two
74 tests fail due to missing test servers.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem>
77 user:</para>
78
79<screen role="root"><userinput>make install</userinput></screen>
80
81 </sect2>
82
83 <sect2 role="content">
84 <title>Contents</title>
85
86 <segmentedlist>
87 <segtitle>Installed Programs</segtitle>
88 <segtitle>Installed Library</segtitle>
89 <segtitle>Installed Directories</segtitle>
90
91 <seglistitem>
92 <seg>
93 cddb_query
94 </seg>
95 <seg>
96 libcddb.so
97 </seg>
98 <seg>
99 /usr/include/cddb
100 </seg>
101 </seglistitem>
102 </segmentedlist>
103
104 <variablelist>
105 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
106 <?dbfo list-presentation="list"?>
107 <?dbhtml list-presentation="table"?>
108
109 <varlistentry id="cddb_query">
110 <term><command>cddb_query</command></term>
111 <listitem>
112 <para>provides a user interface to a CDDB server.</para>
113 <indexterm zone="libcddb cddb_query">
114 <primary sortas="b-cddb_query">cddb_query</primary>
115 </indexterm>
116 </listitem>
117 </varlistentry>
118
119 </variablelist>
120 </sect2>
121</sect1>
Note: See TracBrowser for help on using the repository browser.