Path to this page:
./
audio/cdparanoia,
CDDA reading utility with extra data verification features
Branch: CURRENT,
Version: 3.0.10.2nb2,
Package name: cdparanoia-3.0.10.2nb2,
Maintainer: kimCdparanoia retrieves audio tracks from CDDA capable CDROM drives.
The data can be saved to a file or directed to standard output
in WAV, AIFF, AIFF-C or raw format. Most ATAPI, SCSI and several
proprietary CDROM drive makes are supported; cdparanoia can
determine if the target drive is CDDA capable.
In addition to simple reading, cdparanoia adds extra-robust
data verification, synchronization, error handling and scratch
reconstruction capability.
Required to build:[
devel/gmake] [
devel/libtool-base]
Master sites:
SHA1: 1901e20d3a370ca6afa4c76a9ef30d3f03044320
RMD160: d6c4ea9cc4aa4d5bcca4985e668ea6142d53cc55
Filesize: 178.941 KB
Version history: (Expand)
- (2009-09-11) Updated to version: cdparanoia-3.0.10.2nb2
- (2009-08-14) Updated to version: cdparanoia-3.0.10.2nb1
- (2009-08-09) Updated to version: cdparanoia-3.0.10.2
- (2009-05-19) Updated to version: cdparanoia-3.0.9.8nb8
- (2009-05-18) Updated to version: cdparanoia-3.0.9.8nb7
- (2006-09-03) Updated to version: cdparanoia-3.0.9.8nb6
CVS history: (Expand)
2010-03-26 17:41:57 by Julian Coleman | Files touched by this commit (1) |  |
Log message:
Update checksums for:
patch-ad: fix an #endif versus #else error
patch-cc: adds NetBSD bswap* to interface/utils.h as per utils.h
patch-ci: fix a crash on big-endian machines
|
| 2010-03-26 17:38:33 by Julian Coleman | Files touched by this commit (3) |
Log message:
patch-ad: fix an #endif versus #else error
patch-cc: adds NetBSD bswap* to interface/utils.h as per utils.h
patch-ci: fix a crash on big-endian machines
|
2009-09-10 21:14:46 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
Add patch from drochner that fixes ripping on NetBSD-current/amd64.
Bump PKGREVISION.
|
| 2009-08-30 01:04:55 by Thomas Klausner | Files touched by this commit (1) |
Log message:
regen, did not match patches.
|
| 2009-08-29 06:54:52 by Hasso Tepper | Files touched by this commit (6) |
Log message:
Make it just build on DragonFly. Doesn't work yet though.
|
2009-08-14 17:51:06 by Matthias Drochner | Files touched by this commit (8) |  |
Log message:
some fixes and cleanup:
-replace a struct member name "private" in a public header, it is
reserved in C+, fixes build problems reported by joerg and wiz
-link against librt on Linux (needed for clock_gettime()), should
fix build problem reported by dsainty
-don't even compile cooked_interface.c on NetBSD, and g/c patches
which added NetBSD support code which was never used
bump PKGREVISION
|
2009-08-09 18:00:53 by Matthias Drochner | Files touched by this commit (18) |  |
Log message:
update to 3.0.10.2 (which is III-10.2 upstream)
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.
|
| 2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
Log message:
Remove @dirrm entries from PLISTs
|