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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 9981513b was 9981513b, checked in by DJ Lucas <dj@…>, 7 years ago

Reintroduce cdrtools-3.02a07.

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

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