pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsamplerate Needs pkg-config. If it is not ins...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0fad80d8548e
branches: trunk
changeset: 523755:0fad80d8548e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jan 13 07:41:09 2007 +0000
description:
Needs pkg-config. If it is not installed, libsndfile and fftw support
are not compiled in -> bump PKGREVISION.
diffstat:
audio/libsamplerate/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 9da757c46724 -r 0fad80d8548e audio/libsamplerate/Makefile
--- a/audio/libsamplerate/Makefile Sat Jan 13 07:32:36 2007 +0000
+++ b/audio/libsamplerate/Makefile Sat Jan 13 07:41:09 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2007/01/07 12:25:51 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/13 07:41:09 wiz Exp $
#
DISTNAME= libsamplerate-0.1.2
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/SRC/
@@ -12,6 +12,7 @@
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index