diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-06 23:56:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-06 23:56:06 +0000 |
commit | d634db35ae1608441e765ef0b6914bdd4d458754 (patch) | |
tree | 21db97fd0955e42ab50b14046fdf48baee6f8a92 /sysutils/cdrtools-ossdvd/Makefile | |
parent | ba47fa498d7a2a48f55d770dea3f79bec4638553 (diff) | |
download | pkgsrc-d634db35ae1608441e765ef0b6914bdd4d458754.tar.gz |
Update to 2.01.01a03 (pkgsrc version 2.01.1.35 due to hysterical raisins).
ossdvd specific changes:
* Mon Nov 28 2005 - Release of a GPL compliant 2.01.01a03-ossdvd
patch. The patch is for cdrtools-2.01.01a03.tar.bz2 and is adjusted
to work with linux kernel 2.6.12 or higher and can be compiled with
gcc-4.0.x. It also solves this bug : "cdrecord: Cannot get disk type."
* Mon Nov 28 2005 - Release of a adjusted GPL compliant patch,
called 2.01.01a01-2ossdvd. The patch is for
cdrtools-2.01.01a01.tar.bz2 and is adjusted to work with linux
kernel 2.6.12 or higher and can be compiled with gcc-4.0.x. It
also solves this bug : "cdrecord: Cannot get disk type."
* Tue Oct 25 2005 - a patch that fixes speed display when burning
DVDs. The first is quite obvious - I cannot understand why nobody
has done this fix. The second provides additional speed info because
the speed values in cdrecord are stored in integer variable which
truncates a speed, say, of 2.4 to 2.0. The patch is called
cdrtools-2.01.01a01-DVD-speed.patch.bz2 and should be applied
right after cdrtools-2.01.01a01-ossdvd.patch.bz2
- John Witford
Excerpt of cdrtools changes:
All:
- Support for 'make DESTDIR=xxx install' added
- Better configure tests for procfs include files
- libunls reworked
Cdrecord:
- Allow the -shorttrack option for RAW mode, thanks to a report
from Sebastian Trueg
- Enhance the minimal grace time from 2 to 3 seconds to make sure
that cdrecord will not get out of sync with locks from the
Volume management system.
- Better checks and better error messages for /etc/default/cdrecord
- Correct verbose print mode for old pre-MMC TEAC drives.
- Added support for Ultra speed+ CD-RW media recognition and a check
whether the drive supports Ultra speed+ CD-RW media.
(Thanks to Alexander Noé).
Mkisofs (By Jörg Schilling and James Pearson j.pearson@ge.ucl.ac.uk):
- Better error messages with wrong Eltorito boot options
- Man page is now more explicit about requirements for DVD-video
directory trees.
- Better warning text for missing Rock Ridge in multi.c
- Bugs in README.sunx86boot corrected
- Multi Volume code for reading old image now gives different
error messages on read errors and short reads.
- Diagnostic programs isodump, isoinfo, ... no longer dump core
when called with dev=<SCSI addr> parameters.
Diffstat (limited to 'sysutils/cdrtools-ossdvd/Makefile')
-rw-r--r-- | sysutils/cdrtools-ossdvd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/cdrtools-ossdvd/Makefile b/sysutils/cdrtools-ossdvd/Makefile index 7b27a629893..1215a65fad7 100644 --- a/sysutils/cdrtools-ossdvd/Makefile +++ b/sysutils/cdrtools-ossdvd/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.19 2005/12/05 20:50:59 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/12/06 23:56:06 wiz Exp $ -DISTNAME= cdrtools-2.01.01a01 -PKGNAME= cdrtools-ossdvd-2.01.1.34 +DISTNAME= cdrtools-2.01.01a03 +PKGNAME= cdrtools-ossdvd-2.01.1.35 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ EXTRACT_SUFX= .tar.bz2 -PATCHFILES= cdrtools-2.01.01a01-ossdvd.patch.bz2 +PATCHFILES= cdrtools-2.01.01a03-ossdvd.patch.bz2 PATCH_SITES= ftp://ftp.crashrecovery.org/pub/linux/cdrtools/ \ http://crashrecovery.org/oss-dvd/ PATCH_DIST_STRIP= -p1 |