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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 847ae101 was 0e2aa08, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #6

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

  • Property mode set to 100644
File size: 4.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 "d6bad594e55a2e0d7cf76ce452fce399">
10 <!ENTITY dvd-rw-tools-size "121 KB">
11 <!ENTITY dvd-rw-tools-buildsize "1.3 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 <keywordset>
22 <keyword role="package">dvd+rw-tools-&dvd-rw-tools-version;.tar</keyword>
23 <keyword role="ftpdir">dvd+rw-tools</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>dvd+rw-tools-&dvd-rw-tools-version;</title>
28
29 <indexterm zone="dvd-rw-tools">
30 <primary sortas="a-dvd-rw-tools">dvd+rw-tools</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to dvd+rw-tools</title>
35
36 <para>The <application>dvd+rw-tools</application> package contains
37 several utilities to master the DVD media, both +RW/+R and -R[W]. The
38 principle tool is <command>growisofs</command> which provides a way to both
39 lay down <emphasis role='strong'>and</emphasis> grow an ISO9660 file system
40 on (as well as to burn an arbitrary pre-mastered image to) all supported
41 DVD media. This is useful for creating a new DVD or adding to an existing
42 image on a partially burned DVD.</para>
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&dvd-rw-tools-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&dvd-rw-tools-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &dvd-rw-tools-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &dvd-rw-tools-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &dvd-rw-tools-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &dvd-rw-tools-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">dvd+rw-tools Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para>Though not required during the build, you must have
70 <xref linkend="cdrtools"/> installed or the <command>growisofs</command>
71 command will not function properly, rendering the entire package
72 useless.</para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/dvd+rw-tools"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of dvd+rw-tools</title>
81
82 <para>Install <application>dvd+rw-tools</application> by running the
83 following commands:</para>
84
85<screen><userinput>make all rpl8 btcflash</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
92
93install -v -m644 -D index.html \
94 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><command>make all rpl8 btcflash</command>: This command uses
102 additional targets so that all the utilities are built.</para>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Contents</title>
108
109 <segmentedlist>
110 <segtitle>Installed Programs</segtitle>
111 <segtitle>Installed Libraries</segtitle>
112 <segtitle>Installed Directory</segtitle>
113
114 <seglistitem>
115 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
116 dvd-ram-control, growisofs, and rpl8</seg>
117 <seg>None</seg>
118 <seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="growisofs">
128 <term><command>growisofs</command></term>
129 <listitem>
130 <para>is a combined <command>mkisofs</command> frontend/DVD recording
131 program.</para>
132 <indexterm zone="dvd-rw-tools growisofs">
133 <primary sortas="b-growisofs">growisofs</primary>
134 </indexterm>
135 </listitem>
136 </varlistentry>
137 </variablelist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.