source: multimedia/cdwriteutils/libburn.xml@ 9f16293

10.1 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 9f16293 was 9f16293, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags for multimedia and networking.

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

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