source: multimedia/cdwriteutils/dvd+rw-tools.xml@ 3f2db3a6

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3f2db3a6 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: 5.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 dvd-rw-tools-download-http "http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-&dvd-rw-tools-version;.tar.gz">
8 <!ENTITY dvd-rw-tools-download-ftp " ">
9 <!ENTITY dvd-rw-tools-md5sum "8acb3c885c87f6838704a0025e435871">
10 <!ENTITY dvd-rw-tools-size "138 KB">
11 <!ENTITY dvd-rw-tools-buildsize "1.7 MB">
12 <!ENTITY dvd-rw-tools-time "less than 0.1 SBU">
13]>
14
15<sect1 id="dvd-rw-tools" xreflabel="dvd+rw-tools-&dvd-rw-tools-version;">
16 <?dbhtml filename="dvd-rw-tools.html"?>
17
18
19 <title>dvd+rw-tools-&dvd-rw-tools-version;</title>
20
21 <indexterm zone="dvd-rw-tools">
22 <primary sortas="a-dvd-rw-tools">dvd+rw-tools</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to dvd+rw-tools</title>
27
28 <para>
29 The <application>dvd+rw-tools</application> package contains
30 several utilities to master the DVD media, both +RW/+R and -R[W]. The
31 principle tool is <command>growisofs</command> which provides a way to both
32 lay down <emphasis role='strong'>and</emphasis> grow an ISO9660 file system
33 on (as well as to burn an arbitrary pre-mastered image to) all supported
34 DVD media. This is useful for creating a new DVD or adding to an existing
35 image on a partially burned DVD.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&dvd-rw-tools-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&dvd-rw-tools-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &dvd-rw-tools-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &dvd-rw-tools-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &dvd-rw-tools-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &dvd-rw-tools-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">dvd+rw-tools Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para>
78 <xref role="runtime" linkend="cdrtools"/> (runtime)
79 </para>
80
81 <para condition="html" role="usernotes">
82 User Notes: <ulink url="&blfs-wiki;/dvd+rw-tools"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of dvd+rw-tools</title>
88
89 <para>
90 Install <application>dvd+rw-tools</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>sed -i '/stat.h/a #include &lt;sys/sysmacros.h&gt;' growisofs.c &amp;&amp;
95sed -i '/stdlib/a #include &lt;limits.h&gt;' transport.hxx &amp;&amp;
96make all rpl8 btcflash</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 prefix=/usr install &amp;&amp;
107install -v -m644 -D index.html \
108 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
115 <command>sed -i '/stdlib/a #include &lt;limits.h&gt;' ...</command>: This
116 sed includes <filename>limits.h</filename>, one of the kernel headers.
117 This is needed due to a change in the 2.6.23 kernel headers.
118 </para>
119
120<!-- left these here in the event that libisoburn gets fixed and can be a
121 substitution again
122
123 <para>
124 <command>sed -i 's#mkisofs"#xorrisofs"#' growisofs.c</command>: This sed
125 changes the code to use <command>xorrisofs</command> from
126 <xref linkend="xorriso"/>. The default was for it to use
127 <command>mkisofs</command> from
128 <ulink url="https://sourceforge.net/projects/cdrtools/files/alpha/">Cdrtools</ulink>.
129 </para>
130
131 <para>
132 <command>sed -i 's#mkisofs#xorrisofs#;s#MKISOFS#XORRISOFS#'
133 growisofs.1</command>: This sed fixes the man page to account for the
134 above change.
135 </para>
136-->
137 <para>
138 <command>make all rpl8 btcflash</command>: This command uses additional
139 targets so that all the utilities are built.
140 </para>
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directory</segtitle>
150
151 <seglistitem>
152 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
153 dvd-ram-control, growisofs, and rpl8</seg>
154 <seg>None</seg>
155 <seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="growisofs">
165 <term><command>growisofs</command></term>
166 <listitem>
167 <para>
168 is a combined <command>mkisofs</command> frontend/DVD recording
169 program
170 </para>
171 <indexterm zone="dvd-rw-tools growisofs">
172 <primary sortas="b-growisofs">growisofs</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176 </variablelist>
177 </sect2>
178
179</sect1>
Note: See TracBrowser for help on using the repository browser.