diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-30 17:50:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-30 17:50:30 +0000 |
commit | 1a9512aabeeebaf5dd0f223f972fc58568aa9c46 (patch) | |
tree | 957bec5591e9d6a3e464d97582dddd9b57b46e19 /audio/libao-oss | |
parent | 085721094b07f6a117c6d45b0a4c27611df3779a (diff) | |
download | pkgsrc-1a9512aabeeebaf5dd0f223f972fc58568aa9c46.tar.gz |
Update to 0.8.8:
0.8.8 - Thu May 24
- New win32 driver
- Few fixes and changes in autotools and configuration files.
0.8.7 - unreleased snapshot
- obsolete alsa device renamed to alsa05
- the 'alsa' device now uses the 0.9/1.0 API
- ALSA driver fixes
Diffstat (limited to 'audio/libao-oss')
-rw-r--r-- | audio/libao-oss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libao-oss/Makefile b/audio/libao-oss/Makefile index afd71aaf04b..da709bacf70 100644 --- a/audio/libao-oss/Makefile +++ b/audio/libao-oss/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/04/22 09:22:06 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2007/11/30 17:50:33 wiz Exp $ .include "../../audio/libao/Makefile.common" PKGNAME= ${DISTNAME:S/libao/libao-oss/} -PKGREVISION= 1 COMMENT+= (OSS plugin) |