source: multimedia/cdwriteutils/libisoburn.xml@ 491df213

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 491df213 was 491df213, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Updates to mercurial-2.9.1, Berkeley DB 6.0.30, libisofs-1.3.6, libburn-1.3.6 and libisoburn-1.3.6.

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

  • Property mode set to 100644
File size: 7.6 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 libisoburn-download-http
8 "http://files.libburnia-project.org/releases/libisoburn-&libisoburn-version;.tar.gz">
9 <!ENTITY libisoburn-download-ftp " ">
10 <!ENTITY libisoburn-md5sum "1f7bea50c44ba69acb5710f14f561f5d">
11 <!ENTITY libisoburn-size "1.4 MB">
12 <!ENTITY libisoburn-buildsize "25 MB with Tk (additional 3 MB to generate HTML documentation)">
13 <!ENTITY libisoburn-time "0.4 SBU with Tk">
14]>
15
16<sect1 id="libisoburn" xreflabel="libisoburn-&libisoburn-version;">
17 <?dbhtml filename="libisoburn.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libisoburn-&libisoburn-version;</title>
25
26 <indexterm zone="libisoburn">
27 <primary sortas="a-libisoburn">libisoburn</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libisoburn</title>
32
33 <para>
34 <application>libisoburn</application> is a frontend for libraries
35 <application>libburn</application> and <application>libisofs</application>
36 which enables creation and expansion of ISO-9660 filesystems on all
37 CD/DVD/BD media supported by <application>libburn</application>. This
38 includes media like DVD+RW, which do not support multi-session management
39 on media level and even plain disk files or block devices.
40 </para>
41
42 &lfs75_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&libisoburn-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&libisoburn-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &libisoburn-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &libisoburn-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &libisoburn-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &libisoburn-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">libisoburn Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="libburn"/> and
83 <xref linkend="libisofs"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para>
88 <xref linkend="acl"/>,
89 <xref linkend="attr"/>,
90 <xref linkend="doxygen"/> (to generate HTML documentation) and
91 <xref linkend="tk"/> (for <command>xorriso-tcltk</command>)
92 </para>
93
94 <para condition="html" role="usernotes">
95 User Notes: <ulink url="&blfs-wiki;/libisoburn"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of libisoburn</title>
101
102 <para>
103 Install <application>libisoburn</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --disable-static \
109 --enable-pkg-check-modules &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 If you have installed <application>Doxygen</application> and wish to
114 generate the HTML documentation, issue the following command:
115 </para>
116
117<screen><userinput>doxygen doc/doxygen.conf</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 <para>
130 If you have built the HTML documentation, install it by running the
131 following commands as the
132 <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libisoburn-&libisoburn-version; &amp;&amp;
136install -v -m644 doc/html/* /usr/share/doc/libisoburn-&libisoburn-version;</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="commands">
141 <title>Command Explanations</title>
142
143 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
144 href="../../xincludes/static-libraries.xml"/>
145
146 <para>
147 <option>--enable-pkg-check-modules</option>: Enable
148 <application>pkg-config</application> check for
149 <application>libburn</application> and
150 <application>libisofs</application>.
151 </para>
152
153 </sect2>
154
155 <sect2 role="content">
156 <title>Contents</title>
157
158 <segmentedlist>
159 <segtitle>Installed Programs</segtitle>
160 <segtitle>Installed Library</segtitle>
161 <segtitle>Installed Directories</segtitle>
162
163 <seglistitem>
164 <seg>
165 osirrox,
166 xorrecord,
167 xorriso,
168 xorrisofs and
169 xorriso-tcltk
170 </seg>
171 <seg>
172 libisoburn.so
173 </seg>
174 <seg>
175 /usr/include/libisoburn and
176 /usr/share/doc/libisoburn-&libisoburn-version;
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="osirrox">
187 <term><command>osirrox</command></term>
188 <listitem>
189 <para>
190 is a symbolic link to <command>xorriso</command> that copies files
191 from ISO image to a disk filesystem.
192 </para>
193 <indexterm zone="libisoburn osirrox">
194 <primary sortas="b-osirrox">osirrox</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="xorrecord">
200 <term><command>xorrecord</command></term>
201 <listitem>
202 <para>
203 is a symbolic link to <command>xorriso</command> that provides a
204 cdrecord type user interface.
205 </para>
206 <indexterm zone="libisoburn xorrecord">
207 <primary sortas="b-xorrecord">xorrecord</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="xorriso">
213 <term><command>xorriso</command></term>
214 <listitem>
215 <para>
216 is a program to create, load, manipulate, read, and write ISO 9660
217 filesystem images with Rock Ridge extensions.
218 </para>
219 <indexterm zone="libisoburn xorriso">
220 <primary sortas="b-xorriso">xorriso</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="xorrisofs">
226 <term><command>xorrisofs</command></term>
227 <listitem>
228 <para>
229 is a symbolic link to <command>xorriso</command> that that provides
230 a mkisofs type user interface.
231 </para>
232 <indexterm zone="libisoburn xorrisofs">
233 <primary sortas="b-xorrisofs">xorrisofs</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="libisoburn-lib">
239 <term><filename class="libraryfile">libisoburn.so</filename></term>
240 <listitem>
241 <para>
242 contains the <application>libisoburn</application> API functions.
243 </para>
244 <indexterm zone="libisoburn libisoburn-lib">
245 <primary sortas="c-libisoburn">libisoburn.so</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 </variablelist>
251
252 </sect2>
253
254</sect1>
Note: See TracBrowser for help on using the repository browser.