pkgsrc/audio/cdparanoia/patches/patch-ba
itohy 03fef19591 An attempt to port cdparanoia-III-alpha9.7.
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.
2000-01-19 08:03:00 +00:00

21 lines
508 B
Text

$NetBSD: patch-ba,v 1.1.1.1 2000/01/19 08:03:00 itohy Exp $
--- paranoia/Makefile.in.orig Tue Dec 14 13:28:04 1999
+++ paranoia/Makefile.in Mon Jan 17 23:26:01 2000
@@ -22,7 +22,6 @@
#TFILES = isort.t gap.t p_block.t paranoia.t
LIBS = ../interface/libcdda_interface.a -lm
-export VERSION
all: lib slib
@@ -34,7 +33,7 @@
slib:
$(MAKE) lessmessy
- $(MAKE) libcdda_paranoia.so CFLAGS="$(OPT) -fpic"
+ $(MAKE) libcdda_paranoia.so VERSION=$(VERSION) CFLAGS="$(OPT) -fpic"
#test: $(TFILES)
#