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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7094a58 was 7094a58, checked in by Andrew Benton <andy@…>, 12 years ago

replace Xorriso with Libisoburn

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

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