diff options
author | rh <rh@pkgsrc.org> | 2000-11-25 17:03:18 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-11-25 17:03:18 +0000 |
commit | 9b3527a32429acbd5993aaff33f6c145eeb016b4 (patch) | |
tree | 580cd164f6744cb853503b4fc53cf4f794bd53ec /audio | |
parent | 89670e31ddd16866791977fe6e377e6271c95c5c (diff) | |
download | pkgsrc-9b3527a32429acbd5993aaff33f6c145eeb016b4.tar.gz |
Update libaudiofile to 0.1.11. Changes include:
* Error handling has been vastly improved.
* Querying is much more robust. Querying on loops, markers,
instruments, and intsrument parameters is now implemented.
* Some small bugs have been fixed.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/Makefile | 10 | ||||
-rw-r--r-- | audio/libaudiofile/files/md5 | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index def0a7720e7..2908bb6ffd9 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2000/10/15 03:04:26 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2000/11/25 17:03:18 rh Exp $ # FreeBSD Id: Makefile,v 1.2 1999/01/27 08:31:48 fenner Exp # -DISTNAME= audiofile-0.1.10 -PKGNAME= libaudiofile-0.1.10 +DISTNAME= audiofile-0.1.11 +PKGNAME= lib${DISTNAME} CATEGORIES= audio MASTER_SITES= ftp://ftp.68k.org./pub/michael/ \ ${MASTER_SITE_GNOME:=stable/sources/audiofile/} @@ -11,8 +11,8 @@ MASTER_SITES= ftp://ftp.68k.org./pub/michael/ \ MAINTAINER= tron@netbsd.org HOMEPAGE= http://andromeda.68k.org/~michael/audiofile/ -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +GNU_CONFIGURE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig DOCDIR= ${PREFIX}/share/doc/libaudiofile diff --git a/audio/libaudiofile/files/md5 b/audio/libaudiofile/files/md5 index 162a777e95f..a694cd7090b 100644 --- a/audio/libaudiofile/files/md5 +++ b/audio/libaudiofile/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.4 2000/10/15 03:04:28 jlam Exp $ +$NetBSD: md5,v 1.5 2000/11/25 17:03:18 rh Exp $ -MD5 (audiofile-0.1.10.tar.gz) = a81cedfc70d32401d9ce5bf40943a69f +MD5 (audiofile-0.1.11.tar.gz) = 82e9bc75db254056849c8248ce34ae34 |