| 1 |
AUTHOR: Daniel Baumann <daniel.baumann@panthera-systems.net> |
|---|
| 2 |
|
|---|
| 3 |
DATE: 2004-09-08 |
|---|
| 4 |
|
|---|
| 5 |
LICENSE: GNU General Public License |
|---|
| 6 |
|
|---|
| 7 |
SYNOPSIS: How to install cdrecord-ProDVD on LFS. |
|---|
| 8 |
|
|---|
| 9 |
PRIMARY URI: http://archive.daniel-baumann.ch/linux-from-scratch/hints/cdrecord-prodvd/ |
|---|
| 10 |
|
|---|
| 11 |
DESCRIPTION: |
|---|
| 12 |
How to install cdrecord-ProDVD on your LFS-system. |
|---|
| 13 |
|
|---|
| 14 |
PREREQUISITES: |
|---|
| 15 |
A complete LFS-system. |
|---|
| 16 |
|
|---|
| 17 |
HINT: |
|---|
| 18 |
-------------------------------------------------------------------------------- |
|---|
| 19 |
|
|---|
| 20 |
cdrecord-ProDVD 2.01b31 |
|---|
| 21 |
======================= |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
1. Introduction to cdrecord-ProDVD |
|---|
| 25 |
================================== |
|---|
| 26 |
|
|---|
| 27 |
cdrecord-ProDVD creates home-burned CDs/DVDs with a CD/DVD recorder. It works |
|---|
| 28 |
as a burn engine for several applications. It supports CD/DVD recorders from |
|---|
| 29 |
many different vendors; all SCSI-3/mmc- and ATAPI/mmc-compliant drives should |
|---|
| 30 |
also work. Supported features include IDE/ATAPI, parallel port, and SCSI drives, |
|---|
| 31 |
audio CDs/DVDs, data CDs/DVDs, and mixed CDs/DVDs, full multi-session support, |
|---|
| 32 |
CDRWs/DVD+-RWs (rewritable), TAO, DAO, RAW, and human-readable error messages. |
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
1.1. Package information |
|---|
| 36 |
======================== |
|---|
| 37 |
|
|---|
| 38 |
* Download (HTTP): http://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-prodvd-2.01b31-i686-pc-linux-gnu |
|---|
| 39 |
|
|---|
| 40 |
* Download (FTP): ftp://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-prodvd-2.01b31-i686-pc-linux-gnu |
|---|
| 41 |
|
|---|
| 42 |
* MD5 Sum: 49fb219f265244e6701c694ee700ccca |
|---|
| 43 |
|
|---|
| 44 |
* Download size: 373 KB |
|---|
| 45 |
|
|---|
| 46 |
* Estimated build time: none |
|---|
| 47 |
|
|---|
| 48 |
|
|---|
| 49 |
1.2. Additional downloads |
|---|
| 50 |
========================= |
|---|
| 51 |
|
|---|
| 52 |
Required: |
|---|
| 53 |
|
|---|
| 54 |
* Wrapper script |
|---|
| 55 |
|
|---|
| 56 |
cdrecord-ProDVD needs a key to unlock unlimited writing. It is free for |
|---|
| 57 |
research or educational and private non-commercial purposes. If you like to |
|---|
| 58 |
get a non-expiring and/or commercial license, read the file README.key. |
|---|
| 59 |
|
|---|
| 60 |
Download: http://ftp.berlios.de/pub/cdrecord/ProDVD/cdrecord-wrapper.sh |
|---|
| 61 |
|
|---|
| 62 |
|
|---|
| 63 |
Optional: |
|---|
| 64 |
|
|---|
| 65 |
* Documentation |
|---|
| 66 |
|
|---|
| 67 |
Download: http://ftp.berlios.de/pub/cdrecord/ProDVD/README |
|---|
| 68 |
Download: http://ftp.berlios.de/pub/cdrecord/ProDVD/README.key |
|---|
| 69 |
|
|---|
| 70 |
|
|---|
| 71 |
2. Installation of cdrecord-ProDVD |
|---|
| 72 |
================================== |
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 |
2.1. Main cdrecord-ProDVD installation |
|---|
| 76 |
====================================== |
|---|
| 77 |
|
|---|
| 78 |
Install cdrecord-ProDVD by running the following commands: |
|---|
| 79 |
|
|---|
| 80 |
__________________________________________________________________________ |
|---|
| 81 |
| | |
|---|
| 82 |
| cp cdrecord-prodvd-2.01b31-i686-pc-linux-gnu /opt/bin | |
|---|
| 83 |
| cp cdrecord-wrapper.sh /opt/bin/cdrecord-prodvd | |
|---|
| 84 |
| chmod 755 /opt/bin/cdrecord-prodvd-2.01b31-i686-pc-linux-gnu | |
|---|
| 85 |
|__________________________________________________________________________| |
|---|
| 86 |
|
|---|
| 87 |
|
|---|
| 88 |
2.2. Documentation installation |
|---|
| 89 |
=============================== |
|---|
| 90 |
|
|---|
| 91 |
If you downloaded the optional documentation, install it using the following |
|---|
| 92 |
commands: |
|---|
| 93 |
|
|---|
| 94 |
__________________________________________________________________________ |
|---|
| 95 |
| | |
|---|
| 96 |
| mkdir /opt/doc/cdrecord-prodvd | |
|---|
| 97 |
| cp README /opt/doc/cdrecord-prodvd | |
|---|
| 98 |
| cp README.key /opt/doc/cdrecord-prodvd | |
|---|
| 99 |
|__________________________________________________________________________| |
|---|
| 100 |
|
|---|
| 101 |
|
|---|
| 102 |
2.3. Uninstall script |
|---|
| 103 |
===================== |
|---|
| 104 |
|
|---|
| 105 |
__________________________________________________________________________ |
|---|
| 106 |
| | |
|---|
| 107 |
| cat > /opt/bin/uninstall_cdrecord-prodvd.sh << "EOF" | |
|---|
| 108 |
| #!/bin/sh | |
|---|
| 109 |
| | |
|---|
| 110 |
| echo -n "Uninstalling cdrecord-ProDVD: | |
|---|
| 111 |
| rm -f /opt/bin/cdrecord-prodvd | |
|---|
| 112 |
| rm -f /opt/bin/cdrecord-prodvd-2.01b31-i686-pc-linux-gnu | |
|---|
| 113 |
| echo "done." | |
|---|
| 114 |
| | |
|---|
| 115 |
| echo -n "Uninstalling cdrecord-ProDVD documentation: | |
|---|
| 116 |
| rm -f /opt/doc/cdrecord-prodvd/README | |
|---|
| 117 |
| rm -f /opt/doc/cdrecord-prodvd/README.key | |
|---|
| 118 |
| rmdir /opt/doc/cdrecord-prodvd | |
|---|
| 119 |
| echo "done." | |
|---|
| 120 |
| EOF | |
|---|
| 121 |
| | |
|---|
| 122 |
| chmod 755 /opt/bin/uninstall_cdrecord-prodvd.sh | |
|---|
| 123 |
|__________________________________________________________________________| |
|---|
| 124 |
|
|---|
| 125 |
|
|---|
| 126 |
3. Command explanations |
|---|
| 127 |
======================= |
|---|
| 128 |
|
|---|
| 129 |
cdrecord-ProDVD is non-free software. To separate it from the main system, |
|---|
| 130 |
installing in /opt is choosen. |
|---|
| 131 |
|
|---|
| 132 |
|
|---|
| 133 |
4. Configuring cdrecord-ProDVD |
|---|
| 134 |
============================== |
|---|
| 135 |
|
|---|
| 136 |
|
|---|
| 137 |
4.1. Wrapper script |
|---|
| 138 |
=================== |
|---|
| 139 |
|
|---|
| 140 |
Adjusting the cdrecord-ProDVD binary name: |
|---|
| 141 |
|
|---|
| 142 |
__________________________________________________________________________ |
|---|
| 143 |
| | |
|---|
| 144 |
| sed -i -e 's/exec cdrecord-ProDVD "$@"/\ | |
|---|
| 145 |
| exec cdrecord-prodvd-2.01b31-i686-pc-linux-gnu "$@"/' \ | |
|---|
| 146 |
| /opt/bin/cdrecord-prodvd | |
|---|
| 147 |
|__________________________________________________________________________| |
|---|
| 148 |
|
|---|
| 149 |
|
|---|
| 150 |
5. Contents |
|---|
| 151 |
=========== |
|---|
| 152 |
|
|---|
| 153 |
The cdrecord-ProDVD packages contains cdrecord-prodvd and |
|---|
| 154 |
uninstall_cdrecord-prodvd.sh. |
|---|
| 155 |
|
|---|
| 156 |
|
|---|
| 157 |
6. Description |
|---|
| 158 |
============== |
|---|
| 159 |
|
|---|
| 160 |
* cdrecord-prodvd |
|---|
| 161 |
|
|---|
| 162 |
cdrecord-ProDVD creates home-burned CDs/DVDs with a CD/DVD recorder. |
|---|
| 163 |
|
|---|
| 164 |
|
|---|
| 165 |
* uninstall_cdrecord-prodvd.sh |
|---|
| 166 |
|
|---|
| 167 |
Uninstall routine to remove cdrecord-ProDVD. |
|---|
| 168 |
|
|---|
| 169 |
-------------------------------------------------------------------------------- |
|---|
| 170 |
|
|---|
| 171 |
CHANGELOG: |
|---|
| 172 |
[2004-09-08] |
|---|
| 173 |
* Formal changes. |
|---|
| 174 |
* Minor text changes. |
|---|
| 175 |
* Added Uninstall script. |
|---|
| 176 |
* Added Command explanations, Contents and Description. |
|---|
| 177 |
[2004-07-17] |
|---|
| 178 |
* Location changed to /opt. |
|---|
| 179 |
* Typographic mistakes corrected. |
|---|
| 180 |
[2004-07-10] |
|---|
| 181 |
* Updated to cdrecord-ProDVD-2.01b31. |
|---|
| 182 |
* Typographic mistakes corrected. |
|---|
| 183 |
[2004-06-06] |
|---|
| 184 |
* Initial revision. |
|---|