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

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 a5a64c2 was a5a64c2, checked in by Randy McMurchy <randy@…>, 18 years ago

Added new package dvd+rw-tools-6.1

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

  • Property mode set to 100644
File size: 4.7 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 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of dvd+rw-tools</title>
78
79 <para>Install <application>dvd+rw-tools</application> by running the
80 following commands:</para>
81
82<screen><userinput>make all rpl8 btcflash</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make prefix=/usr install &amp;&amp;
89
90install -v -m644 -D index.html \
91 /usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;/index.html</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="commands">
96 <title>Command Explanations</title>
97
98 <para><command>make all rpl8 btcflash</command>: This command uses
99 additional targets so that all the utilities are built.</para>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directory</segtitle>
110
111 <seglistitem>
112 <seg>btcflash, dvd+rw-booktype, dvd+rw-format, dvd+rw-mediainfo,
113 dvd-ram-control, growisofs, and rpl8</seg>
114 <seg>None</seg>
115 <seg>/usr/share/doc/dvd+rw-tools-&dvd-rw-tools-version;</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="growisofs">
125 <term><command>growisofs</command></term>
126 <listitem>
127 <para>is a combined <command>mkisofs</command> frontend/DVD recording
128 program.</para>
129 <indexterm zone="dvd-rw-tools growisofs">
130 <primary sortas="b-growisofs">growisofs</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134 </variablelist>
135
136 </sect2>
137
138</sect1>
Note: See TracBrowser for help on using the repository browser.