diff options
author | itohy <itohy@pkgsrc.org> | 2002-03-04 14:45:12 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2002-03-04 14:45:12 +0000 |
commit | 079c698258c0f0bc984295f60b769869d6ed244f (patch) | |
tree | e39d01809ed9dab5994ced37dd9db3be2fa310fb /audio/cdparanoia/Makefile | |
parent | 85fd64b9060f364b3b43ea728f34423445ce99f9 (diff) | |
download | pkgsrc-079c698258c0f0bc984295f60b769869d6ed244f.tar.gz |
Upgrade to cdparanoia III 9.8.
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
Diffstat (limited to 'audio/cdparanoia/Makefile')
-rw-r--r-- | audio/cdparanoia/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile index 73c1e118d2d..cf757e86d2a 100644 --- a/audio/cdparanoia/Makefile +++ b/audio/cdparanoia/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/12/03 17:57:44 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/03/04 14:45:12 itohy Exp $ -DISTNAME= cdparanoia-III-alpha9.7 -PKGNAME= cdparanoia-3.0.9.7 +DISTNAME= cdparanoia-III-alpha9.8 +PKGNAME= cdparanoia-3.0.9.8 CATEGORIES= audio MASTER_SITES= http://www.xiph.org/paranoia/download/ EXTRACT_SUFX= .src.tgz @@ -11,6 +11,7 @@ HOMEPAGE= http://www.xiph.org/paranoia/ COMMENT= CDDA reading utility with extra data verification features GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia USE_GMAKE= YES USE_LIBTOOL= YES MAKE_ENV+= GCC=yes |