source: multimedia/cdwriteutils/libisofs.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "9f996b317f622802f12d28d27891709f">
11 <!ENTITY libisofs-size "858 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 &lfs121_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="https://www.einval.com/~steve/software/JTE/">libjte</ulink>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of libisofs</title>
82
83 <para>
84 Install <application>libisofs</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
89make</userinput></screen>
90
91 <para>
92 If you have installed <application>Doxygen</application> and wish to
93 generate the HTML documentation, issue the following command:
94 </para>
95
96<screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen>
97
98 <para>
99 This package does not come with a test suite.
100 </para>
101
102 <para>
103 Now, as the <systemitem class="username">root</systemitem> user:
104 </para>
105
106<screen role="root"><userinput>make install</userinput></screen>
107
108 <para>
109 If you have built the HTML documentation, install it by running the
110 following commands as the
111 <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root" remap="doc"><userinput>install -v -dm755 /usr/share/doc/libisofs-&libisofs-version; &amp;&amp;
115install -v -m644 doc/html/* /usr/share/doc/libisofs-&libisofs-version;</userinput></screen>
116
117 </sect2>
118
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
123 href="../../xincludes/static-libraries.xml"/>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directory</segtitle>
134
135 <seglistitem>
136 <seg>
137 None
138 </seg>
139 <seg>
140 libisofs.so
141 </seg>
142 <seg>
143 /usr/include/libisofs
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="libisofs-lib">
154 <term><filename class="libraryfile">libisofs.so</filename></term>
155 <listitem>
156 <para>
157 contains the <application>libisofs</application> API functions
158 </para>
159 <indexterm zone="libisofs libisofs-lib">
160 <primary sortas="c-libisofs">libisofs.so</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.