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

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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