diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-01 11:23:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-01 11:23:32 +0000 |
commit | bb7b9e0eaf7ebf357ae40dfdf2eb3849bff845e4 (patch) | |
tree | 81c45f7afa5019df73418440134150c62b493c7f /audio/oss | |
parent | 76b239b8646a14b8c899c9141de964826cc04daa (diff) | |
download | pkgsrc-bb7b9e0eaf7ebf357ae40dfdf2eb3849bff845e4.tar.gz |
Untested update to 3.9.8e (previous distfile gone):
* Updated SBLive/Audigy/Audigy2 drivers - AC3 support added
* Fixed up ESS Solo-1 input record level bugs
* Support for ALI M5455 (ALI 1563 SouthBridge) audio
* Updated AudigyLS drivers
* 4Front Virtual Mixer now comes standard with the OSS drivers. An
advanced version with builtin equalizers, loopback audio recording,
individual volume control is also available with an extra licensing
fee. The basic Virtual Mixer technology allows users to play upto
4 audio apps at the same time. There is no special programming
required (unlike ESD or aRTsd) as the Virtual Mixer devices behave
exactly like the physcal hardware devices. Virtual Mixer contains
4Front's proprietary profesional quality sample rate convertors
that handle the mixing of various audio applications.
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 10 | ||||
-rw-r--r-- | audio/oss/PLIST | 4 | ||||
-rw-r--r-- | audio/oss/distinfo | 6 |
3 files changed, 9 insertions, 11 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index d35fac147e0..e0d400a88ca 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/03/08 22:16:58 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2004/04/01 11:23:32 wiz Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -9,14 +9,14 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.opensound.com/oss.html COMMENT= Open Sound System(TM) soundcard driver -ONLY_FOR_PLATFORM= NetBSD-1.6-i386 NetBSD-1.6.*-i386 -ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 +#ONLY_FOR_PLATFORM= NetBSD-1.6-i386 NetBSD-1.6.*-i386 +#ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 OSVERSION_SPECIFIC= yes PKG_INSTALLATION_TYPES= overwrite pkgviews -DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.6.1 -OSS_VERSION= 3.9.8d +DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.6.2 +OSS_VERSION= 3.9.8e RESTRICTED= "No re-distribution." NO_SRC_ON_CDROM= ${RESTRICTED} diff --git a/audio/oss/PLIST b/audio/oss/PLIST index f6a67e59499..09a8bc709ab 100644 --- a/audio/oss/PLIST +++ b/audio/oss/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/11/08 14:50:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/04/01 11:23:32 wiz Exp $ bin/ossplay bin/ossmixer bin/ossmplay @@ -63,7 +63,6 @@ lib/oss/include/sys/soundcard.h lib/oss/include/sys/ultrasound.h lib/oss/install.sh lib/oss/install2.sh -lib/oss/ld10k lib/oss/libOSSlib.a lib/oss/license.asc.eval lib/oss/mixer @@ -81,7 +80,6 @@ lib/oss/ossxmix lib/oss/play lib/oss/record lib/oss/savemixer -lib/oss/sfxload lib/oss/sndconf lib/oss/soundcard.h lib/oss/soundconf diff --git a/audio/oss/distinfo b/audio/oss/distinfo index 76409b70793..9804770cdba 100644 --- a/audio/oss/distinfo +++ b/audio/oss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2004/03/08 22:16:58 wiz Exp $ +$NetBSD: distinfo,v 1.12 2004/04/01 11:23:32 wiz Exp $ -SHA1 (oss398d-netbsd-v1.6.1.tar.gz) = 243004338d2a7ecc2089ebaa6a2279cf37386999 -Size (oss398d-netbsd-v1.6.1.tar.gz) = 1164308 bytes +SHA1 (oss398e-netbsd-v1.6.2.tar.gz) = 2ae2ab4f1c585adc1ea45a76c09ea5da125db643 +Size (oss398e-netbsd-v1.6.2.tar.gz) = 1117138 bytes |