source: multimedia/cdwriteutils/libburn.xml@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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