cdrtools

From Infogalactic: the planetary knowledge core
(Redirected from Cdrecord)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

cdrtools
Original author(s) Jörg Schilling, Eric Youngdale, Heiko Eißfeldt, James Pearson
Developer(s) Jörg Schilling
Initial release 4 February 1996; 28 years ago (1996-02-04)
Stable release 3.01 (26 August 2015 (2015-08-26)) [±][1]
Preview release 3.02a06 (28 January 2016 (2016-01-28)) [±][2]
Development status Active
Written in C
Operating system Cross-platform
Available in English
Type Optical disc authoring software
License CDDL, GNU GPL and GNU LGPL
Website cdrtools.sourceforge.net/private/cdrecord.html

cdrtools (formerly known as cdrecord) is a collection of independent projects of free software/open source computer programs, created by Jörg Schilling and others.

The most important parts of the package are cdrecord, a console-based burning program; cdda2wav, a CD audio ripper that uses libparanoia; and mkisofs, a CD/DVD/BD/UDF/HFS filesystem image creator. Because these tools do not include any GUI, many graphical front-ends have been created.

Features

The collection includes many features for CD, DVD and Blu-ray disc writing such as:

History

Origins and name change

The first releases of cdrtools were called cdrecord because they only included the cdrecord tool and a few companion tools, but not mkisofs nor cdda2wav. In 1997, a copy of mkisofs[3] (developed at that time by Eric Youngdale) was included in the cdrecord package. In 1998, a copy of an experimental version of cdda2wav[4] (developed at that time by Heiko Eißfeldt) was included in the cdrecord package.

In 2000, Jörg Schilling changed the name of his package from "cdrecord" to "cdrtools"[5] to better reflect the fact that it had become a collection of tools.

DVD and Blu-ray disc writing support

DVD writing support (cdrecord-ProDVD) in cdrecord started 1998, but since the relevant information required a non-disclosure agreement and DVD writers were not publicly available, it was not included in the source code. In 2002, Jörg Schilling started offering free license keys to the closed-source variant cdrecord-ProDVD for educational, and research use, shortly thereafter also for private use. Unregistered free licenses were initially limited to single-speed writing and would expire every year. On 15 May 2006, support for DVD writing was added to the open-source version 2.01.01a09 after switching the license to CDDL; thereby removing the need to get a license key. Blu-ray disc support was added starting 2007.

The lack of open-source DVD writing support in 2001 led to heated discussions on the mailing lists, and to a number of unofficial patches for supporting the Pioneer DVD-R A03, the first DVD writer to reach mass market, and forks of cdrecord: Mandrake shipped a version called cdrecord-dvdhack,[6] whereas Redhat had dvdrecord.[7]

Hardware access controversy

Lua error in package.lua at line 80: module 'strict' not found.

Unlike cdrkit and libburnia, which use device files to access the hardware, cdrtools uses a different method, which its maintainer claims to be more portable. This difference has turned into a controversy: many Linux users claim that the method used by cdrtools is not appropriate, while most users of cdrtools don't even know that there are two methods to access the hardware.

In cdrtools, burning optical media (such as CDs, DVDs and Blu-rays discs) is done through the SCSI interface. Users of systems with more than one burning device need to provide a SCSI device (which is identified by a triplet of numbers, scsibus,target,lun). Users of systems with only one burning device, however, do not need to specify the SCSI device since cdrtools is able to find it. By 2002 more and more burners were using the ATAPI interface. Linux 2.6 allowed the users to detect the SCSI ID of a device from its UNIX device path (/dev/hdX) and a patch was published that made identifying the burner device for cdrecord simpler by allowing the user to specify the /dev/hdX device name (or even default to a udev managed link such as /dev/cdrw). Schilling, however, rejected this approach as well as other fixes used by Linux distributions, with the rationale that it would make the software more complex and less portable as this function was not available on other UNIX systems.[8] Linus Torvalds states that SCSI LUNs should not be used for addressing devices on Linux,[9] because these numbers are not unique,[9] and do not make sense for many devices anymore[10] (many devices will report 0:0:0 fake numbers[10]). Instead Torvalds recommends that devices should be addressed via their UUID, physical connection, or an alias symlink[10] as managed by udev on Linux. Torvalds pointed out that the ioctl's have been kept to ensure cdrecord compatibility[11] and do not return a meaningful value.[12]

License compatibility controversy

Lua error in package.lua at line 80: module 'strict' not found.

By 2004, Linux distributions were maintaining a number of unofficial changes – such as allowing the use of /dev/hdX device names and (limited) DVD writing support – that were rejected by Schilling,[8] who repeatedly demanded that distributions stop shipping "bastardized and defective" versions of his "legal original software".[13] Starting with version 2.01.01a09 in May 2006, most code from cdrtools has been relicensed under the CDDL, while mkisofs remains licensed under the GPL.[14] This change led to an ongoing disagreement about whether distribution or use of precompiled cdrtools binaries is legally possible (the GPL permits collective works, but not derivative works; and the Makefiles used to build mkisofs are CDDL licensed). The following are one-sentence summaries of the different positions:

  • Jonathan Corbet, founder of the LWN.net news source argued that, in the eyes of Debian developers, this change makes it impossible to legally distribute cdrtools binaries, because the build system used is CDDL licensed (interpreting cdrtools as derivative work of GPL and – GPL-incompatible – CDDL code) and the GPL requires "build tools and scripts also be released under the GPL".[15]
  • Jörg Schilling denies a license problem in cdrtools. In his interpretation, it consists of independent works and thus does not mix incompatible licenses (i.e. it is a collective work, not a derivative work). According to his interpretation, binary versions may be distributed.[16]
  • Fedora says the cdrtools is a „incompatible mix of the GPL and the CDDL”[17] and Schilling's opinion is a „set of unorthodox opinions on licensing which are not shared by the FSF or Red Hat Legal”[17] and thus cdrtools is forbidden on Fedora.
  • As is common with the GPL and other open source licenses, very little case law exists to provide guidance to users and provide a definitive answer on whether binary versions are distributable.

As of November 2015, in consequence of this discussion:

  • Debian,[18] Red Hat,[19] Fedora[20] and Ubuntu[21] dropped the versions of cdrtools with CDDL code from their distributions and switched to the Debian project created cdrkit, a fork of the last GPL-licensed cdrtools version.[22]
  • Joerg Schilling continues to develop his version of cdrtools under the CDDL and GPL (mkisofs) licenses, whereas the cdrkit fork has received next to no updates since.
  • Independent development efforts happen in libburnia which does not contain cdrtools source code, but includes a wrapper "cdrskin" to offer some command line compatibility with cdrecord and is available in many Linux distributions.
  • Slackware and Gentoo Linux are unaffected, as the potential licensing issue only affects the distribution of precompiled binaries and these distributions compile from source code. They offer both versions as well as libburnia.[citation needed]
  • Mandriva Linux, which had dropped its cdrtools package in 2007,[23] was returned by Mandriva to the community[24] and became OpenMandriva_Lx, which ships the original cdrtools.[25]
  • openSUSE, which had dropped its customized cdrtools package in 2007,[26] added back the original cdrtools in Fall 2013, thus giving their users an easy way to install the burning software suite of their choice between cdrtools, cdrkit in libburnia.
  • Since building cdrtools from source is widely accepted as legal, there exist compile instructions for many Linux distributions.[27]

Version history

Version history of cdrtools
Project name Preview releases Stable release Notes
first last version date
cdrecord Old version, no longer supported: 1.00 1996-02-04
Old version, no longer supported: 1.01 1996-10-04
Old version, no longer supported: 1.02 1996-12-20
Old version, no longer supported: 1.03 1997-05-16
Old version, no longer supported: 1.04 1997-05-23
1.5a1 1.5a9 Old version, no longer supported: 1.05 1997-09-15
1.6a01 1.6a15 Old version, no longer supported: 1.06 1998-04-18
1.6.1a1 1.6.1a7 Old version, no longer supported: 1.06.1 1998-10-19
1.8a01 1.8a40 Old version, no longer supported: 1.08 2000-01-28
1.8.1a01 1.8.1a09 Old version, no longer supported: 1.08.1 2000-04-27
1.9a01 1.9a05 Old version, no longer supported: 1.09 2000-07-20
cdrtools 1.10a01 1.10a19 Old version, no longer supported: 1.10 2001-04-22
1.11a01
2.0pre1
1.11a40
2.0pre3
Old version, no longer supported: 2.00 2002-12-25 DVD-Video support since July 2002.[28]
Old version, no longer supported: 2.00.3 2003-05-28
2.01a01 2.01a38 Old version, no longer supported: 2.01 2004-09-09 This series was the last GPL-licensed version and was used as base for the fork cdrkit.
2.01.01a01 2.01.01a80 Old version, no longer supported: 3.00[29][30] 2010-06-02 On May 2006, most parts of cdrtools were switched to the CDDL.[14] Blu-ray support is available since July 2007[31]
3.01a01 3.01a31 Current stable version: 3.01[1] 2015-08-26[1]
3.02a01 Latest preview version of a future release: 3.02a05[2] Future release: 3.02 TBA DVD-Audio support since December 2015.[32]
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

See also

Forks

Software that can use cdrtools

References

  1. 1.0 1.1 1.2 1.3 Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
  3. mksofs-1.11 was incorporated to cdrecord-1.5a3 on 5 July 1997 (source: AN-1.5a3)
  4. cdda2wav-0.95beta07 was incorporated to cdrecord-1.8a6 on 27 October 1998 (source: AN-1.8a6)
  5. cdrecord and its friends (mkisofs and cdda2wav) are distributed in a common package called cdrtools since 27 July 2000 (source: AN-1.10a01).
  6. Lua error in package.lua at line 80: module 'strict' not found. shows that Mandrake maintained a "cdrecord-dvdhack" version.
  7. dvdrtools - dvdrecord at the Wayback Machine (archived 1 December 2002)
  8. 8.0 8.1 Lua error in package.lua at line 80: module 'strict' not found.
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. 10.0 10.1 10.2 Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. 14.0 14.1 The license change took place on 15 May 2006, when cdrtools-2.01.01a09 was released. (Source: AN-2.01.01a09)
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. 17.0 17.1 https://fedoraproject.org/wiki/Forbidden_items
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Packages of cdrtools for OpenMandriva_Lx are available from both the OpenMandriva Association at [1] and RosaLabs's auto build farms at [2].
  26. openSUSE 10.3 release notes
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Full DVD-Video support (in mkisofs), contributed by Olaf Beck, was added to preview release 1.11a27 on 21 July 2002 (Source: AN-1.11a27) and to stable release 2.00 on 25 December 2002 (Source: AN-2.00)
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Support for Blu-ray Discs was added on 4 July 2007 to cdrtools 2.01.01a29. (Source: AN-2.01.01a29)
  32. DVD-Audio support (in mkisofs), contributed by the DVD audio Tools project —credits to authors Jerome Brock and Fabrice Nicol are in source file mkisofs/udf.c— and available in the external packages folder of dvda-author as a patch against cdrtools 3.00, has been refreshed and included in cdrtools 3.02a04 on 16 December 2015. (Source: AN-3.02a04)
  33. Lua error in package.lua at line 80: module 'strict' not found.

External links

  • No URL found. Please specify a URL here or add one to Wikidata.