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

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 484d2d8b was 484d2d8b, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Tags

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

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[a5a64c2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a5a64c2]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 " ">
[03304e7]9 <!ENTITY dvd-rw-tools-md5sum "8acb3c885c87f6838704a0025e435871">
10 <!ENTITY dvd-rw-tools-size "138 KB">
11 <!ENTITY dvd-rw-tools-buildsize "1.7 MB">
[a5a64c2]12 <!ENTITY dvd-rw-tools-time "less than 0.1 SBU">
13]>
14
[c7e821f]15<sect1 id="dvd-rw-tools" xreflabel="dvd+rw-tools-&dvd-rw-tools-version;">
[a5a64c2]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
[fb192216]32 <para>
33 The <application>dvd+rw-tools</application> package contains
[a5a64c2]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
[fb192216]39 image on a partially burned DVD.
[ecab01ca]40 </para>
[a5a64c2]41
[484d2d8b]42 &lfs81_checked;
[3af39b1]43
[a5a64c2]44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[fb192216]47 <para>
48 Download (HTTP): <ulink url="&dvd-rw-tools-download-http;"/>
49 </para>
[a5a64c2]50 </listitem>
51 <listitem>
[fb192216]52 <para>
53 Download (FTP): <ulink url="&dvd-rw-tools-download-ftp;"/>
54 </para>
[a5a64c2]55 </listitem>
56 <listitem>
[fb192216]57 <para>
58 Download MD5 sum: &dvd-rw-tools-md5sum;
59 </para>
[a5a64c2]60 </listitem>
61 <listitem>
[fb192216]62 <para>
63 Download size: &dvd-rw-tools-size;
64 </para>
[a5a64c2]65 </listitem>
66 <listitem>
[fb192216]67 <para>
68 Estimated disk space required: &dvd-rw-tools-buildsize;
69 </para>
[a5a64c2]70 </listitem>
71 <listitem>
[fb192216]72 <para>
73 Estimated build time: &dvd-rw-tools-time;
74 </para>
[03304e7]75 </listitem>
76 </itemizedlist>
77
[a5a64c2]78 <bridgehead renderas="sect3">dvd+rw-tools Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
[9981513b]81 <para><xref linkend="cdrtools"/> (runtime)</para>
[fb192216]82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/dvd+rw-tools"/>
85 </para>
[a5a64c2]86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of dvd+rw-tools</title>
90
[fb192216]91 <para>
92 Install <application>dvd+rw-tools</application> by running the following
93 commands:
94 </para>
[a5a64c2]95
[fb192216]96<screen><userinput>sed -i '/stdlib/a #include &lt;limits.h&gt;' transport.hxx &amp;&amp;
[03304e7]97make all rpl8 btcflash</userinput></screen>
[a5a64c2]98
[fb192216]99 <para>
100 This package does not come with a test suite.
101 </para>
[a5a64c2]102
[fb192216]103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
[a5a64c2]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
[fb192216]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
[9981513b]121<!-- left these here in the event that libisoburn gets fixed and can be a
122 substitution again
123
[fb192216]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
[ecab01ca]129 <ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">Cdrtools</ulink>.
[fb192216]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>
[9981513b]137-->
[fb192216]138 <para>
139 <command>make all rpl8 btcflash</command>: This command uses additional
140 targets so that all the utilities are built.
141 </para>
[a5a64c2]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>
[3906355a]155 <seg>None</seg>
[a5a64c2]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>
[fb192216]168 <para>
169 is a combined <command>mkisofs</command> frontend/DVD recording
170 program.
171 </para>
[a5a64c2]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.