diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-20 23:19:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-20 23:19:13 +0000 |
commit | d42448ca01025b504e96d396c5a81867cd057aac (patch) | |
tree | 926929ef119c97007cf00f27cc0593dde74ccf7c /audio/libsamplerate/Makefile | |
parent | b318c7ad2e9275be70ec4b022c38b1f6a6f55b4d (diff) | |
download | pkgsrc-d42448ca01025b504e96d396c5a81867cd057aac.tar.gz |
Update to 0.1.2:
Version 0.1.2 (2004-09-12)
* Fixed where callback based API wasn't being reset properly.
* Minor bug fixes.
Version 0.1.1 (2004-07-17)
* Fixed bug in callback based API.
* Fixed a bug brought tp light by agressive optimisations of gcc-3.4.
* Minor bug fixes.
Diffstat (limited to 'audio/libsamplerate/Makefile')
-rw-r--r-- | audio/libsamplerate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libsamplerate/Makefile b/audio/libsamplerate/Makefile index 1080e8e504e..934105214a7 100644 --- a/audio/libsamplerate/Makefile +++ b/audio/libsamplerate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/06/21 17:59:13 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2004/09/20 23:19:13 wiz Exp $ # -DISTNAME= libsamplerate-0.1.0 +DISTNAME= libsamplerate-0.1.2 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/SRC/ |