diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-08 14:50:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-08 14:50:14 +0000 |
commit | a7ee93115f844c82c9ea03c15079dfd862e6aab4 (patch) | |
tree | 479b2ae7dda92704131d4e7fd66cbfaac0e70ca4 /audio/oss | |
parent | 7393e028402bf4b76ba549761f4aa9c0b132d2ef (diff) | |
download | pkgsrc-a7ee93115f844c82c9ea03c15079dfd862e6aab4.tar.gz |
Update to 3.9.8b since previous distfile vanished.
Changes:
* Added beta drivers for SB AudigyLS
* Fixed MIDIMan Revolution 7.1 6 channel audio
* 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.
Package changes:
De-support 1.5* since 4front does not provide 1.5 binaries any longer.
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 17 | ||||
-rw-r--r-- | audio/oss/PLIST | 6 | ||||
-rw-r--r-- | audio/oss/distinfo | 6 |
3 files changed, 11 insertions, 18 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 512381b710e..0a7fd985a54 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/08/30 22:51:12 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2003/11/08 14:50:14 wiz Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -10,19 +10,12 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.opensound.com/oss.html COMMENT= Open Sound System(TM) soundcard driver -ONLY_FOR_PLATFORM= NetBSD-1.[56]-i386 NetBSD-1.[56].*-i386 +ONLY_FOR_PLATFORM= NetBSD-1.6-i386 NetBSD-1.6.*-i386 ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 OSVERSION_SPECIFIC= yes -.include "../../mk/bsd.prefs.mk" - -.if !empty(MACHINE_PLATFORM:MNetBSD-1.5*-i386) -DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.5 -OSS_VERSION= 3.9.7c -.elif !empty(MACHINE_PLATFORM:MNetBSD-1.6*-i386) DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.6.1 -OSS_VERSION= 3.9.7l -.endif +OSS_VERSION= 3.9.8b RESTRICTED= "No re-distribution." NO_SRC_ON_CDROM= ${RESTRICTED} @@ -37,11 +30,7 @@ NO_CONFIGURE= yes DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL -.if ${OPSYS} == "NetBSD" MODSTAT= /usr/bin/modstat -.else -MODSTAT= ${TRUE} -.endif CHROOT?= /usr/sbin/chroot OSSLIBDIR= ${PREFIX}/lib/oss diff --git a/audio/oss/PLIST b/audio/oss/PLIST index 821acfba463..f6a67e59499 100644 --- a/audio/oss/PLIST +++ b/audio/oss/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2003/07/23 21:52:29 jmc Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/11/08 14:50:14 wiz Exp $ bin/ossplay bin/ossmixer bin/ossmplay @@ -54,6 +54,8 @@ lib/oss/docs/programming.txt lib/oss/docs/using_oss.txt lib/oss/drums.o3 lib/oss/drums.sb +lib/oss/emu10k.bin1 +lib/oss/emu10k.bin2 lib/oss/errors.cat lib/oss/include/sys/awe_voice.h lib/oss/include/sys/dm.h @@ -61,6 +63,7 @@ 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 @@ -78,6 +81,7 @@ 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 5ce154d9e91..0635e36b66f 100644 --- a/audio/oss/distinfo +++ b/audio/oss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.9 2003/09/20 07:18:35 jlam Exp $ +$NetBSD: distinfo,v 1.10 2003/11/08 14:50:14 wiz Exp $ -SHA1 (oss397l-netbsd-v1.6.1.tar.gz) = fd275886925e2651ebd6b5988bd28cdda0f40b7e -Size (oss397l-netbsd-v1.6.1.tar.gz) = 1134943 bytes +SHA1 (oss398b-netbsd-v1.6.1.tar.gz) = 3286a4e7f9a88c1c776baec119d231e35bbf4a7f +Size (oss398b-netbsd-v1.6.1.tar.gz) = 1140633 bytes |