diff options
author | jlam <jlam@pkgsrc.org> | 2002-12-19 14:51:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-12-19 14:51:41 +0000 |
commit | cfdb0f97dccbb2aecebb9092858c5251bb410500 (patch) | |
tree | c8caef47ef38cabc82c4ef95b066291d3450ed79 /audio/oss/Makefile | |
parent | 64cba754e88a19fca40c65cc0cf7dff1fa3c68f7 (diff) | |
download | pkgsrc-cfdb0f97dccbb2aecebb9092858c5251bb410500.tar.gz |
Updated audio/oss to 3.9.7f. Changes from version 3.9.7e include:
* NVidia nForce2 audio support
* Sound Blaster LiveDrive support for Audigy and SBLive!
* Multichannel audio device for VIA8233
* Updates for VIA97/Intel810
* ALC650 AC'97 - extended volume controls added
Diffstat (limited to 'audio/oss/Makefile')
-rw-r--r-- | audio/oss/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 744b24259cd..7c512116a4b 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/10/21 06:26:05 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/19 14:51:41 jlam Exp $ PKGNAME= oss-${OSS_VERSION} CATEGORIES= audio sysutils @@ -18,8 +18,8 @@ OSVERSION_SPECIFIC= yes DISTNAME= oss397c-netbsd-v1.5 OSS_VERSION= 3.9.7c .elif !empty(MACHINE_PLATFORM:MNetBSD-1.6*-i386) -DISTNAME= oss397e-netbsd-v1.6 -OSS_VERSION= 3.9.7e +DISTNAME= oss397f-netbsd-v1.6 +OSS_VERSION= 3.9.7f .endif RESTRICTED= "No re-distribution." |