summaryrefslogtreecommitdiff
path: root/audio/oss
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-01Untested update to 3.9.8e (previous distfile gone):wiz3-11/+9
* 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.
2004-03-08Blind update to latest version 3.9.8d; previous distfile has been removed.wiz2-5/+5
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-2/+4
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-07Use l:ossaudio: instead of S:-lossaudio: to remove a library.jlam1-2/+2
2004-01-05bl3ifyjlam1-2/+5
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-10/+7
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+49
buildlink3 framework.
2003-11-14Fix build on machines using libkver (probably).wiz2-2/+3
2003-11-08Update to 3.9.8b since previous distfile vanished.wiz3-18/+11
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.
2003-09-204Front Technologies has informed me that the checksum changed because theyjlam1-3/+3
updated the NetBSD distfile without changing the global version number.
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+4
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-07-23Update to 3.9.7l (only one on site at the moment).jmc3-12/+7
I think some of this is duplications but the updates include: NVidia nForce2 SPDIF output with AC3 passthrough now supported Added AC3 passthrough support for MIDIMan Delta/Audiophile/2496 series Intel ICH SPDIF/AC3 passthrough and 2/4/6 multichannel audio fixed AC3 passthrough support added for Yamaha DSXG, SiS7012, CMI8738, SBLive-Dell, VIA8233. Added SPDIF output support for AC97 devices: Sigmatel, Avance, Cirrus logic. Announcing drivers for MIDIMan Revolution and Envy24HT based soundcards Support for NetBSD 1.6.1 added Added support for SBLive 5.1 Dell OEM version SB Audigy2 support added Multichannel audio device for VIA8233 added Fixed up Virtual Mixer loopback recording and ulaw 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.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-26Update audio/oss to 3.9.7j for NetBSD-1.6*. This is the latest (only)jlam3-8/+9
release for NetBSD-1.6* available from OpenSound, Inc.
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-4/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-10Updated audio/oss to 3.9.7g. Changes from verison 3.9.7f include:jlam2-6/+10
* SB Audigy2 support added * SPDIF in/out support for CMI9739/ALC650/AD1980/AD1981/CS42XX/etc * Updated CMedia CMI8738 drivers * Support for Nvidia Nforce2
2003-01-07Distfile has changed without version number bump.jlam1-3/+3
2003-01-04Add a dummy DISTNAME at top of Makefile. (As a result, one gets morecjep1-1/+2
useful messages on the arm bulk build.)
2002-12-19Updated audio/oss to 3.9.7f. Changes from version 3.9.7e include:jlam3-9/+9
* 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
2002-11-25"r:-lossaudio" is wrong...we want "S:-lossaudio:" to remove -lossaudio fromjlam1-2/+2
the command args.
2002-11-13If we are using audio/oss, then we don't need the NetBSD OSS compatibilityjlam1-1/+6
library (-lossaudio). This makes handling OSS in pkgsrc easier, but we should still be fixing the packages to handle both real OSS and -lossaudio cases and pass them back to the authors.
2002-11-03Add the oss rc.d script.jlam1-1/+2
2002-10-21Instead of 1.6_STABLE, accept 1.6_*, so 1.6_RCn, etc. will also work.jlam1-2/+2
2002-10-18ossxmix also needs to be wrapped as it may also use ui_X.so.jlam2-6/+11
2002-10-18Fix the script name.jlam1-2/+2
2002-10-18Be a little less verbose.jlam1-2/+2
2002-10-18Missing a ">".jlam1-2/+2
2002-10-18ui_X.so expects the GTK+-1.x libraries to be in /usr/pkg, so explicitlyjlam2-3/+17
set the LD_LIBRARY_PATH in case ${LOCALBASE} != "/usr/pkg".
2002-10-16Allow to build on 1.6_STABLE.jlam1-1/+2
XXX "1.6_STABLE" is probably going to cause problems elsewhere in pkgsrc XXX as this is a departure from the previous NetBSD versioning scheme.
2002-10-16Substitute for modstat path, using "true" if not on NetBSD.jlam1-2/+2
2002-10-16Substitute for modstat path, using true if not on NetBSD.jlam1-1/+8
2002-10-16Update audio/oss to version 3.9.7e. Changes from version 3.9.7d includejlam2-7/+7
fixes to recording on Sound Blaster Audigy, implementing recording on the Aureal Vortex, and fixes for the Virtual Mixer Pro.
2002-10-16Note that OSS users should build a kernel and disable the audio devices forjlam1-3/+5
soundcards supported by the OSS LKM.
2002-10-16Packages that depend on oss really want any version of OSS as they onlyjlam1-3/+2
care if the kernel supports the ioctls for the OSS audio device. Also remove the unused BUILDLINK_LDFLAGS.oss as no packages want OSSlib.
2002-10-03Attempt to support OSS under NetBSD 1.5 (untested).jlam3-7/+19
2002-10-03Typo.jlam1-3/+3
2002-10-03Many source files mistakenly include both <sys/soundcard.h> andjlam1-5/+22
<soundcard.h>, which causes errors since the definitions in the OSS sys/soundcard.h conflict with the definitions in the system soundcard.h. We fix this by making <sys/soundcard.h> and <soundcard.h> point to the same file and rely on multiple inclusion protection to prevent conflicts.
2002-10-03Point /dev/sound to /dev/dsp when using OSS.jlam2-3/+7
2002-10-03Create "DEVOSSSOUND" which is used where we'd like for programs that usejlam1-1/+2
the ossaudio emulation to use /dev/sound instead of /dev/audio. For OSS, DEVOSSSOUND == DEVOSSAUDIO == /dev/dsp.
2002-10-03Add a buildlink2.mk file. This file shouldn't ever really need to bejlam1-0/+35
included because it will be included indirectly by ossaudio.buildlink2.mk, which should be the only file included by packages that want OSS.
2002-10-02* Move sound{on,off,conf} to ${PREFIX}/sbin.jlam4-16/+30
* Make the oss rc.d script smarter: check that soundconf has been run before starting, and check that the OSS LKM is loaded before unloading it when stopping. * Ensure the OSS LKM is unloaded before deinstalling.
2002-10-02Note to users about the oss rc.d script.jlam1-1/+4
2002-10-02Make this script more verbose when starting/stopping OSS.jlam1-4/+20
2002-10-02oss-3.97d - Open Sound System(TM) soundcard driverjlam12-0/+436
Open Sound System(TM) (OSS) is the first attempt in unifying the digital audio architecture for UNIX. OSS is a set of device drivers that provide a uniform API across all the major UNIX architectures. It supports Sound Blaster or Windows Sound System compatible sound cards which can be plugged into any UNIX workstation supporting the ISA or PCI bus architecture. OSS also supports workstations with on-board digital audio hardware. The pkgsrc OSS installs the evaluation version of OSS available from ftp.opensound.com, but allows for updating the license file to a permanent license.