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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 8.0 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 nosym 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 2e704d1b was 2e704d1b, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Fixed a build issue in Brasero under GCC6
Tags
(systemd/gnome merge) Moved mutter, gnome-shell, gnome-shell-extensions, gnome-session, gdm, and gnome-user-docs over
(systemd/gnome merge staging) Updated to baobab-3.20.1
(systemd/gnome merge staging) Update to brasero-3.12.1
(systemd/gnome merge staging) Update to GDM-3.20.1
(systemd/gnome merge staging) Update to gnome-shell-3.20.3
(systemd/gnome merge staging) Update to gnome-shell-extensions-3.20.1
(systemd/gnome merge staging) Update to gnome-session-3.20.1
(systemd/gnome merge staging) Update to gnome-user-docs-3.20.2
(systemd/gnome merge staging) Update to mutter-3.20.3
(systemd/gnome merge staging) Update to yelp-3.20.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17574 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 &lfs79_checked;&gcc6_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;
104
105make all rpl8 btcflash</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
116install -v -m644 -D index.html \
117 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <para>
124 <command>sed -i '/stdlib/a #include &lt;limits.h&gt;' ...</command>: This
125 sed includes <filename>limits.h</filename>, one of the kernel headers.
126 This is needed due to a change in the 2.6.23 kernel headers.
127 </para>
128
129 <para>
130 <command>sed -i 's#mkisofs"#xorrisofs"#' growisofs.c</command>: This sed
131 changes the code to use <command>xorrisofs</command> from
132 <xref linkend="xorriso"/>. The default was for it to use
133 <command>mkisofs</command> from
134 <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">Cdrtools</ulink>.
135 </para>
136
137 <para>
138 <command>sed -i 's#mkisofs#xorrisofs#;s#MKISOFS#XORRISOFS#'
139 growisofs.1</command>: This sed fixes the man page to account for the
140 above change.
141 </para>
142
143 <para>
144 <command>make all rpl8 btcflash</command>: This command uses additional
145 targets so that all the utilities are built.
146 </para>
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directory</segtitle>
156
157 <seglistitem>
158 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
159 dvd-ram-control, growisofs, and rpl8</seg>
160 <seg>None</seg>
161 <seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="growisofs">
171 <term><command>growisofs</command></term>
172 <listitem>
173 <para>
174 is a combined <command>mkisofs</command> frontend/DVD recording
175 program.
176 </para>
177 <indexterm zone="dvd-rw-tools growisofs">
178 <primary sortas="b-growisofs">growisofs</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182 </variablelist>
183 </sect2>
184</sect1>
Note: See TracBrowser for help on using the repository browser.