pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/oss Update to 3.9.8b since previous distfile van...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0737939423ce
branches:  trunk
changeset: 463377:0737939423ce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 08 14:50:14 2003 +0000

description:
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:

 audio/oss/Makefile |  17 +++--------------
 audio/oss/PLIST    |   6 +++++-
 audio/oss/distinfo |   6 +++---
 3 files changed, 11 insertions(+), 18 deletions(-)

diffs (88 lines):

diff -r fee4e48c89b8 -r 0737939423ce audio/oss/Makefile
--- a/audio/oss/Makefile        Sat Nov 08 13:13:49 2003 +0000
+++ b/audio/oss/Makefile        Sat Nov 08 14:50:14 2003 +0000
@@ -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 @@
 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 @@
 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 -r fee4e48c89b8 -r 0737939423ce audio/oss/PLIST
--- a/audio/oss/PLIST   Sat Nov 08 13:13:49 2003 +0000
+++ b/audio/oss/PLIST   Sat Nov 08 14:50:14 2003 +0000
@@ -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/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/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/play
 lib/oss/record
 lib/oss/savemixer
+lib/oss/sfxload
 lib/oss/sndconf
 lib/oss/soundcard.h
 lib/oss/soundconf
diff -r fee4e48c89b8 -r 0737939423ce audio/oss/distinfo
--- a/audio/oss/distinfo        Sat Nov 08 13:13:49 2003 +0000
+++ b/audio/oss/distinfo        Sat Nov 08 14:50:14 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index