summaryrefslogtreecommitdiff
path: root/audio/cdparanoia/patches/patch-cg
AgeCommit message (Collapse)AuthorFilesLines
2009-09-10Add patch from drochner that fixes ripping on NetBSD-current/amd64.wiz1-17/+23
Bump PKGREVISION.
2009-08-29Make it just build on DragonFly. Doesn't work yet though.hasso1-14/+26
2009-08-09update to 3.0.10.2 (which is III-10.2 upstream)drochner1-444/+148
This is a major update (9.8 was released 2001), most significant changes are support for new (Linux) kernel interfaces and improved drive cache model. pkgsrc note: I've tried to retain Darwin/FreeBSD/DragonFly support, except in scsi_interface.c where the structure changed significantly. Someone who can test please add it back.
2007-10-09Added missing copyright notices for Simon 'corecode' Schubert.heinz1-18/+27
This should fix PR pkg/34017.
2006-03-07Sync DragonFly/FreeBSD support with FreeBSD ports by addingjoerg1-11/+11
cdda_device_name to struct cdrom_drive. This makes a number of hacks in various places superfluous and should fix the KDE multimedia issues. Bump revision. Recursive bump will follow, since the major version changed.
2003-10-20merge some patches from FreeBSD ports.grant1-35/+244
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
2002-03-04Upgrade to cdparanoia III 9.8.itohy1-38/+103
Install headers in separate directory. Related changes: - Patch for Kenwood TruX drives (they worked before, but were very slow) - Slightly different default read command to alleviate end-of-track read problems on a number of drives - New -z command syntax; option argument to allow a skip after a user-configurable number of tries - Added more possible read commands to autoprobe - Removed autoprobe limitation, so starting a new rip will not potentially stall in autoprobe until previous rip finishes - Patch to allow sample-granulairy offset - allow NULL callbacks to be passed to library interface
2001-01-08- Change the timeout period from 10s to 1min, which is the same value ofitohy1-13/+46
the original implementation. Actually, one of my drive takes more than 10s for seeking a track and causes inconsistency of the aic SCSI driver. Yeah, the driver should not fail, but that is a different problem.... :) - Implement read speed selection (-S option). The unit is 1000byte/s. "-S 176" for 1x speed, "-S 352" for 2x speed, and so on. If the specified value is smaller than 176, it will be multiplied by 176, so "-S 1" also selects 1x speed. "-S 0" selects the maximum speed. This is an experimental feature and the interface will likely change.
2000-07-24RCS Id policeitohy1-0/+2
2000-06-22Properly recognize Toshiba ATAPI CDROM/DVD.hubertf1-7/+17
2000-03-13Oops, copy-and-paste botch....itohy1-3/+3
SCSI "mode select" commands were not handled correctly, and some drives might not work (I'm not sure).
2000-01-19An attempt to port cdparanoia-III-alpha9.7.itohy1-0/+187
CD-DA extraction tool with excessive data corrections, such as jitter, loss of data, etc. This will soon be obsoleted by cdparanoia IV, I hope.... Most SCSI/ATAPI CD-ROM drives should work fine. However, the ATAPI stuff is totally untested, and if it happened to work, it was a miracle. :-) Currently, - the feature to search for CD-ROM device is not implemented and the -g option is required, - the libraries are not installed.