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

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

Tag most of multimedia (kwave remains)

  • Property mode set to 100644
File size: 5.5 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 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 &lfs121_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 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of dvd+rw-tools</title>
85
86 <para>
87 Install <application>dvd+rw-tools</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>sed -i '/stat.h/a #include &lt;sys/sysmacros.h&gt;' growisofs.c &amp;&amp;
92sed -i '/stdlib/a #include &lt;limits.h&gt;' transport.hxx &amp;&amp;
93make all rpl8 btcflash</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
104install -v -m644 -D index.html \
105 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para>
112 <command>sed -i '/stdlib/a #include &lt;limits.h&gt;' ...</command>: This
113 sed includes <filename>limits.h</filename>, one of the kernel headers.
114 This is needed due to a change in the 2.6.23 kernel headers.
115 </para>
116
117<!-- left these here in the event that libisoburn gets fixed and can be a
118 substitution again
119
120 <para>
121 <command>sed -i 's#mkisofs"#xorrisofs"#' growisofs.c</command>: This sed
122 changes the code to use <command>xorrisofs</command> from
123 <xref linkend="xorriso"/>. The default was for it to use
124 <command>mkisofs</command> from
125 <ulink url="https://sourceforge.net/projects/cdrtools/files/alpha/">Cdrtools</ulink>.
126 </para>
127
128 <para>
129 <command>sed -i 's#mkisofs#xorrisofs#;s#MKISOFS#XORRISOFS#'
130 growisofs.1</command>: This sed fixes the man page to account for the
131 above change.
132 </para>
133-->
134 <para>
135 <command>make all rpl8 btcflash</command>: This command uses additional
136 targets so that all the utilities are built.
137 </para>
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directory</segtitle>
147
148 <seglistitem>
149 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
150 dvd-ram-control, growisofs, and rpl8</seg>
151 <seg>None</seg>
152 <seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="growisofs">
162 <term><command>growisofs</command></term>
163 <listitem>
164 <para>
165 is a combined <command>mkisofs</command> frontend/DVD recording
166 program
167 </para>
168 <indexterm zone="dvd-rw-tools growisofs">
169 <primary sortas="b-growisofs">growisofs</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173 </variablelist>
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.