source: multimedia/cdwriteutils/libisofs.xml@ 5156197

11.0 11.1 11.2 11.3 12.0 12.1 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 5156197 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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