pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsamplerate update to 0.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9be8b8f1c07
branches:  trunk
changeset: 476868:f9be8b8f1c07
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jun 21 17:59:13 2004 +0000

description:
update to 0.1.0
changes:
Add callback API, functions for short to float and float to short conversion.
Minor bug fixes.

diffstat:

 audio/libsamplerate/Makefile |  8 ++++----
 audio/libsamplerate/PLIST    |  6 +++---
 audio/libsamplerate/distinfo |  6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (55 lines):

diff -r 04188bdbd5d8 -r f9be8b8f1c07 audio/libsamplerate/Makefile
--- a/audio/libsamplerate/Makefile      Mon Jun 21 17:51:41 2004 +0000
+++ b/audio/libsamplerate/Makefile      Mon Jun 21 17:59:13 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/02/19 11:22:53 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/21 17:59:13 drochner Exp $
 #
 
-DISTNAME=      libsamplerate-0.0.13
-PKGREVISION=   1
+DISTNAME=      libsamplerate-0.1.0
 CATEGORIES=    audio
 MASTER_SITES=  http://www.mega-nerd.com/SRC/
 
@@ -13,11 +12,12 @@
 USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 USE_LIBTOOL=   YES
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/samplerate.pc.in
 
 TEST_TARGET=   check
 
 BUILDLINK_DEPENDS.libsndfile+= libsndfile>=1.0.2
 
 .include "../../audio/libsndfile/buildlink3.mk"
-.include "../../math/fftw2/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 04188bdbd5d8 -r f9be8b8f1c07 audio/libsamplerate/PLIST
--- a/audio/libsamplerate/PLIST Mon Jun 21 17:51:41 2004 +0000
+++ b/audio/libsamplerate/PLIST Mon Jun 21 17:59:13 2004 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2003/01/02 22:44:44 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/06/21 17:59:13 drochner Exp $
 bin/sndfile-resample
 include/samplerate.h
 lib/libsamplerate.a
 lib/libsamplerate.la
 lib/libsamplerate.so
-lib/libsamplerate.so.0
-lib/libsamplerate.so.0.11
+lib/libsamplerate.so.1
+lib/libsamplerate.so.1.0
 lib/pkgconfig/samplerate.pc
diff -r 04188bdbd5d8 -r f9be8b8f1c07 audio/libsamplerate/distinfo
--- a/audio/libsamplerate/distinfo      Mon Jun 21 17:51:41 2004 +0000
+++ b/audio/libsamplerate/distinfo      Mon Jun 21 17:59:13 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/12/14 18:23:16 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2004/06/21 17:59:13 drochner Exp $
 
-SHA1 (libsamplerate-0.0.13.tar.gz) = 2d6ed371ffb703b170e2fd5228109b408b23dc9e
-Size (libsamplerate-0.0.13.tar.gz) = 564002 bytes
+SHA1 (libsamplerate-0.1.0.tar.gz) = 99295cbf65ca1cd0d38bba90b58934abd6e68bec
+Size (libsamplerate-0.1.0.tar.gz) = 696048 bytes



Home | Main Index | Thread Index | Old Index