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

10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0a7ee10 was 18a8da63, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

More tags, mostly multimedia

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

  • 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 <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 &lfs10_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 <xref role="runtime" linkend="cdrtools"/> (runtime)
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/dvd+rw-tools"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of dvd+rw-tools</title>
92
93 <para>
94 Install <application>dvd+rw-tools</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>sed -i '/stat.h/a #include &lt;sys/sysmacros.h&gt;' growisofs.c &amp;&amp;
99sed -i '/stdlib/a #include &lt;limits.h&gt;' transport.hxx &amp;&amp;
100make all rpl8 btcflash</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
111install -v -m644 -D index.html \
112 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
119 <command>sed -i '/stdlib/a #include &lt;limits.h&gt;' ...</command>: This
120 sed includes <filename>limits.h</filename>, one of the kernel headers.
121 This is needed due to a change in the 2.6.23 kernel headers.
122 </para>
123
124<!-- left these here in the event that libisoburn gets fixed and can be a
125 substitution again
126
127 <para>
128 <command>sed -i 's#mkisofs"#xorrisofs"#' growisofs.c</command>: This sed
129 changes the code to use <command>xorrisofs</command> from
130 <xref linkend="xorriso"/>. The default was for it to use
131 <command>mkisofs</command> from
132 <ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">Cdrtools</ulink>.
133 </para>
134
135 <para>
136 <command>sed -i 's#mkisofs#xorrisofs#;s#MKISOFS#XORRISOFS#'
137 growisofs.1</command>: This sed fixes the man page to account for the
138 above change.
139 </para>
140-->
141 <para>
142 <command>make all rpl8 btcflash</command>: This command uses additional
143 targets so that all the utilities are built.
144 </para>
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directory</segtitle>
154
155 <seglistitem>
156 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
157 dvd-ram-control, growisofs, and rpl8</seg>
158 <seg>None</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.