source: multimedia/cdwriteutils/libisofs.xml@ faf1fae

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since faf1fae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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