pkgsrc/audio/cdparanoia/Makefile
itohy 079c698258 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
2002-03-04 14:45:12 +00:00

23 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.6 2002/03/04 14:45:12 itohy Exp $
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
MAINTAINER= packages@netbsd.org
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
#do-install:
# ${INSTALL_PROGRAM} ${WRKSRC}/cdparanoia ${PREFIX}/bin
# ${INSTALL_MAN} ${WRKSRC}/cdparanoia.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"