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

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 03304e7 was 03304e7, checked in by Ken Moffat <ken@…>, 15 years ago

update dvd+rw-tools to 7.1.

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

  • Property mode set to 100644
File size: 5.1 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>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.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&dvd-rw-tools-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&dvd-rw-tools-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &dvd-rw-tools-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &dvd-rw-tools-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &dvd-rw-tools-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &dvd-rw-tools-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
63 <itemizedlist spacing="compact">
64 <listitem>
65 <para>Required Patch: <ulink
66 url="&patch-root;/dvd+rw-tools-&dvd-rw-tools-version;-headers-1.patch"/></para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">dvd+rw-tools Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para>Though not required during the build, you must have installed a package
74 which provides the <command>mkisofs</command> command, such as
75 <xref linkend="cdrtools"/>, or the <command>growisofs</command>
76 command will not function properly, rendering the entire package
77 useless.</para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/dvd+rw-tools"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of dvd+rw-tools</title>
86
87 <para>Install <application>dvd+rw-tools</application> by running the
88 following commands:</para>
89
90<screen><userinput>patch -Np1 -i ../dvd+rw-tools-&dvd-rw-tools-version;-headers-1.patch &amp;&amp;
91make all rpl8 btcflash</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
98
99install -v -m644 -D index.html \
100 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <para><command>make all rpl8 btcflash</command>: This command uses
108 additional targets so that all the utilities are built.</para>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
121 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
122 dvd-ram-control, growisofs, and rpl8</seg>
123 <seg>None</seg>
124 <seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="growisofs">
134 <term><command>growisofs</command></term>
135 <listitem>
136 <para>is a combined <command>mkisofs</command> frontend/DVD recording
137 program.</para>
138 <indexterm zone="dvd-rw-tools growisofs">
139 <primary sortas="b-growisofs">growisofs</primary>
140 </indexterm>
141 </listitem>
142 </varlistentry>
143 </variablelist>
144
145 </sect2>
146
147</sect1>
Note: See TracBrowser for help on using the repository browser.