summaryrefslogtreecommitdiff
path: root/audio/oss
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Remove old and unmaintained audio/oss package.jlam14-572/+0
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-31NOT_FOR_PLATFORM Interix.tv1-1/+2
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-3/+3
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-07-01Use tab instead of spaces. Detected by pkglint.martti1-2/+2
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-06-09The install stage of this package requires interactive acceptance of aagc1-1/+3
licence. Mark the package has having an interactive install stage.
2004-05-27Make this work with NetBSD 2.x (with /libexec/ld.elf_so etc.)hubertf1-0/+7
Still works on 1.6.2 too
2004-05-04No longer used.snj1-57/+0
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.