source: multimedia/cdwriteutils/libisoburn.xml@ 6d8f6dc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 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 6d8f6dc was 6d8f6dc, checked in by Krejzi <krejzi@…>, 11 years ago

Package updates, see changelog.

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

  • Property mode set to 100644
File size: 7.2 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 "1f02aa98d56c4b3e568e641a91640ecc">
11 <!ENTITY libisoburn-size "1.4 MB">
12 <!ENTITY libisoburn-buildsize "21 MB">
13 <!ENTITY libisoburn-time "0.4 SBU">
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 &lfs72_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 --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 If you have installed <application>Doxygen</application> and wish to
112 generate the HTML documentation, issue the following command:
113 </para>
114
115<screen><userinput>doxygen doc/doxygen.conf</userinput></screen>
116
117 <para>
118 This package does not come with a test suite.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 <para>
128 If you have built the HTML documentation, install it by running the
129 following commands as the
130 <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libisoburn-&libisoburn-version; &amp;&amp;
134install -v -m644 doc/html/* /usr/share/doc/libisoburn-&libisoburn-version;</userinput></screen>
135
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 osirrox,
157 xorrecord,
158 xorriso,
159 xorrisofs and
160 xorriso-tcltk
161 </seg>
162 <seg>
163 libisoburn.so
164 </seg>
165 <seg>
166 /usr/include/libisoburn and
167 /usr/share/doc/libisoburn-&libisoburn-version;
168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="osirrox">
178 <term><command>osirrox</command></term>
179 <listitem>
180 <para>
181 is a symbolic link to <command>xorriso</command> that copies files
182 from ISO image to a disk filesystem.
183 </para>
184 <indexterm zone="libisoburn osirrox">
185 <primary sortas="b-osirrox">osirrox</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="xorrecord">
191 <term><command>xorrecord</command></term>
192 <listitem>
193 <para>
194 is a symbolic link to <command>xorriso</command> that provides a
195 cdrecord type user interface.
196 </para>
197 <indexterm zone="libisoburn xorrecord">
198 <primary sortas="b-xorrecord">xorrecord</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="xorriso">
204 <term><command>xorriso</command></term>
205 <listitem>
206 <para>
207 is a program to create, load, manipulate, read, and write ISO 9660
208 filesystem images with Rock Ridge extensions.
209 </para>
210 <indexterm zone="libisoburn xorriso">
211 <primary sortas="b-xorriso">xorriso</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="xorrisofs">
217 <term><command>xorrisofs</command></term>
218 <listitem>
219 <para>
220 is a symbolic link to <command>xorriso</command> that that provides
221 a mkisofs type user interface.
222 </para>
223 <indexterm zone="libisoburn xorrisofs">
224 <primary sortas="b-xorrisofs">xorrisofs</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="libisoburn-lib">
230 <term><filename class="libraryfile">libisoburn.so</filename></term>
231 <listitem>
232 <para>
233 contains the <application>libisoburn</application> API functions.
234 </para>
235 <indexterm zone="libisoburn libisoburn-lib">
236 <primary sortas="c-libisoburn">libisoburn.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 </variablelist>
242
243 </sect2>
244
245</sect1>
Note: See TracBrowser for help on using the repository browser.