summaryrefslogtreecommitdiff
path: root/audio/cdparanoia
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31Unused.wiz1-36/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+20
buildlink2.mk files back into the main trunk.
2002-04-27Add buildlink.mk file. Provided by <collver@linuxfreemail.com> in PRrh1-0/+36
pkg/16470, thanks!
2002-03-04Upgrade to cdparanoia III 9.8.itohy10-601/+401
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-12-03Make PKGNAME dewey-conform.wiz1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-25For NetBSD hosts, use a default device of /dev/rcd0<rawpart>.simonb5-47/+836
2001-04-29Make this pkg build shared libraries as well.skrll6-41/+152
Fixes pkg/12770 from Hume Smith <hclsmith@operamail.com>
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-18/+16
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-08- Change the timeout period from 10s to 1min, which is the same value ofitohy2-15/+48
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-10-06Honor CFLAGS passed in from the environment.jlam4-13/+64
2000-07-24RCS Id policeitohy2-2/+4
2000-06-22Properly recognize Toshiba ATAPI CDROM/DVD.hubertf2-9/+19
2000-06-22Don't dump core if device isn't recognized as valid CD-ROM drive.wiz2-7/+9
2000-05-02Pull in getopt.h correctly - sent to me by Thomas Klausner.hubertf2-4/+4
2000-03-13Oops, copy-and-paste botch....itohy2-5/+5
SCSI "mode select" commands were not handled correctly, and some drives might not work (I'm not sure).
2000-01-28Make cdparanoia compile under NetBSD-1.4.x (pointed out by Eric Mumpowerrh3-12/+24
on the cdparanoia mailing list).
2000-01-19An attempt to port cdparanoia-III-alpha9.7.itohy19-0/+1039
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.