source: multimedia/cdwriteutils/libisoburn.xml@ 5c7d23eb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn elogind 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 5c7d23eb was 5c7d23eb, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to lxterminal-0.3.2.
Update to feh-2.28.
Update to lib{burn,isoburn,isofs}-1.5.0.
Update to tumbler-0.2.3.

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

  • Property mode set to 100644
File size: 7.9 KB
RevLine 
[7094a58]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
[d4374f7b]8 "http://files.libburnia-project.org/releases/libisoburn-&libisoburn-version;.tar.gz">
[7094a58]9 <!ENTITY libisoburn-download-ftp " ">
[5c7d23eb]10 <!ENTITY libisoburn-md5sum "760258ca2b7edf95109ee44de4665daf">
[53069c5]11 <!ENTITY libisoburn-size "1.5 MB">
[5c7d23eb]12 <!ENTITY libisoburn-buildsize "16 MB (with Tk and HTML documentation)">
[e00a10f5]13 <!ENTITY libisoburn-time "0.2 SBU (with Tk and HTML documentation)">
[7094a58]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">
[d4374f7b]31 <title>Introduction to libisoburn</title>
[7094a58]32
33 <para>
[d4374f7b]34 <application>libisoburn</application> is a frontend for libraries
[7094a58]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
[0d7900a]39 on media level and even plain disk files or block devices.
[7094a58]40 </para>
41
[7788630d]42 &lfs83_checked;
[7094a58]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
[d4374f7b]78 <bridgehead renderas="sect3">libisoburn Dependencies</bridgehead>
[7094a58]79
[6d7e21d]80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="libburn"/> and
[d4374f7b]83 <xref linkend="libisofs"/>
[6d7e21d]84 </para>
85
[7094a58]86 <bridgehead renderas="sect4">Optional</bridgehead>
[d4374f7b]87 <para>
[6d8f6dc]88 <xref linkend="doxygen"/> (to generate HTML documentation) and
89 <xref linkend="tk"/> (for <command>xorriso-tcltk</command>)
[d4374f7b]90 </para>
[7094a58]91
92 <para condition="html" role="usernotes">
93 User Notes: <ulink url="&blfs-wiki;/libisoburn"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
[d4374f7b]98 <title>Installation of libisoburn</title>
[7094a58]99
100 <para>
101 Install <application>libisoburn</application> by running the following
102 commands:
103 </para>
104
[491df213]105<screen><userinput>./configure --prefix=/usr \
106 --disable-static \
107 --enable-pkg-check-modules &amp;&amp;
[7094a58]108make</userinput></screen>
109
[6d8f6dc]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
[7094a58]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>
[6d8f6dc]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
[7094a58]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"/>
[d4374f7b]143
[491df213]144 <para>
[1a518e97]145 <parameter>--enable-pkg-check-modules</parameter>: Enable
[491df213]146 <application>pkg-config</application> check for
147 <application>libburn</application> and
148 <application>libisofs</application>.
149 </para>
150
[7094a58]151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Programs</segtitle>
[d4374f7b]158 <segtitle>Installed Library</segtitle>
[6d8f6dc]159 <segtitle>Installed Directories</segtitle>
[7094a58]160
161 <seglistitem>
162 <seg>
163 osirrox,
164 xorrecord,
[caed4c52]165 xorriso,
166 xorrisofs and
167 xorriso-tcltk
[d4374f7b]168 </seg>
169 <seg>
170 libisoburn.so
171 </seg>
172 <seg>
[6d8f6dc]173 /usr/include/libisoburn and
174 /usr/share/doc/libisoburn-&libisoburn-version;
[7094a58]175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="osirrox">
185 <term><command>osirrox</command></term>
186 <listitem>
187 <para>
188 is a symbolic link to <command>xorriso</command> that copies files
189 from ISO image to a disk filesystem.
190 </para>
191 <indexterm zone="libisoburn osirrox">
192 <primary sortas="b-osirrox">osirrox</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="xorrecord">
198 <term><command>xorrecord</command></term>
199 <listitem>
200 <para>
201 is a symbolic link to <command>xorriso</command> that provides a
202 cdrecord type user interface.
203 </para>
204 <indexterm zone="libisoburn xorrecord">
205 <primary sortas="b-xorrecord">xorrecord</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="xorriso">
211 <term><command>xorriso</command></term>
212 <listitem>
213 <para>
[0d7900a]214 is a program to create, load, manipulate, read, and write ISO 9660
[7094a58]215 filesystem images with Rock Ridge extensions.
216 </para>
217 <indexterm zone="libisoburn xorriso">
[b960e3ec]218 <primary sortas="b-xorriso">xorriso</primary>
[7094a58]219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="xorrisofs">
224 <term><command>xorrisofs</command></term>
225 <listitem>
226 <para>
227 is a symbolic link to <command>xorriso</command> that that provides
228 a mkisofs type user interface.
229 </para>
230 <indexterm zone="libisoburn xorrisofs">
231 <primary sortas="b-xorrisofs">xorrisofs</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
[d4374f7b]235
[c18b8f23]236 <varlistentry id="xorriso-tcltk">
237 <term><command>xorriso-tcltk</command></term>
238 <listitem>
239 <para>
240 is a frontend that operates xorriso in dialog mode.
241 </para>
242 <indexterm zone="libisoburn xorriso-tcltk">
243 <primary sortas="b-xorriso-tcltk">xorriso-tcltk</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
[d4374f7b]248 <varlistentry id="libisoburn-lib">
249 <term><filename class="libraryfile">libisoburn.so</filename></term>
250 <listitem>
251 <para>
252 contains the <application>libisoburn</application> API functions.
253 </para>
254 <indexterm zone="libisoburn libisoburn-lib">
255 <primary sortas="c-libisoburn">libisoburn.so</primary>
256 </indexterm>
257 </listitem>
258 </varlistentry>
259
[7094a58]260 </variablelist>
[d4374f7b]261
[7094a58]262 </sect2>
[d4374f7b]263
[7094a58]264</sect1>
Note: See TracBrowser for help on using the repository browser.