source: multimedia/cdwriteutils/libisofs.xml@ 9f16293

10.1 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 9f16293 was 9f16293, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags for multimedia and networking.

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

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