source: multimedia/cdwriteutils/libburn.xml

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

Tag xfce and dependencies

  • Property mode set to 100644
File size: 4.7 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 libburn-download-http
8 "https://files.libburnia-project.org/releases/libburn-&libburn-version;.tar.gz">
9 <!ENTITY libburn-download-ftp " ">
10 <!ENTITY libburn-md5sum "cf9852f3b71dbc2b6c9e76f6eb0474f0">
11 <!ENTITY libburn-size "972 KB">
12 <!ENTITY libburn-buildsize "17 MB">
13 <!ENTITY libburn-time "0.1 SBU">
14]>
15
16<sect1 id="libburn" xreflabel="libburn-&libburn-version;">
17 <?dbhtml filename="libburn.html"?>
18
19
20 <title>libburn-&libburn-version;</title>
21
22 <indexterm zone="libburn">
23 <primary sortas="a-libburn">libburn</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to libburn</title>
28
29 <para>
30 <application>libburn</application> is a library for writing preformatted
31 data onto optical media: CD, DVD and BD (Blu-Ray).
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="&libburn-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libburn-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libburn-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libburn-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libburn-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libburn-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libburn Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="doxygen"/> (to generate HTML documentation)
75 </para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of libburn</title>
81
82 <para>
83 Install <application>libburn</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 If you have installed <application>Doxygen</application> and wish to
92 generate the HTML documentation, issue the following command:
93 </para>
94
95<screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen>
96
97 <para>
98 This package does not come with a test suite.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 <para>
108 If you have built the HTML documentation, install it by running the
109 following commands as the
110 <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root" remap="doc"><userinput>install -v -dm755 /usr/share/doc/libburn-&libburn-version; &amp;&amp;
114install -v -m644 doc/html/* /usr/share/doc/libburn-&libburn-version;</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>
128 cdrskin
129 </seg>
130 <seg>
131 libburn.so
132 </seg>
133 <seg>
134 /usr/include/libburn
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="cdrskin">
145 <term><command>cdrskin</command></term>
146 <listitem>
147 <para>
148 burns preformatted data to CD, DVD, and BD via
149 <application>libburn</application>
150 </para>
151 <indexterm zone="libburn cdrskin">
152 <primary sortas="b-cdrskin">cdrskin</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="libburn-lib">
158 <term><filename class="libraryfile">libburn.so</filename></term>
159 <listitem>
160 <para>
161 contains the <application>libburn</application> API functions
162 </para>
163 <indexterm zone="libburn libburn-lib">
164 <primary sortas="c-libburn">libburn.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.