summaryrefslogtreecommitdiff
path: root/audio/nas
AgeCommit message (Collapse)AuthorFilesLines
2004-10-28Update MASTER_SITES.wiz1-2/+2
2004-04-25Unused.wiz1-19/+0
2004-04-17Enable pkgviews installation.minskim1-1/+3
2004-04-11bl3ify, and remove redundant USE_X11BASE, because we are using USE_IMAKE.xtraeme1-4/+3
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-02-11I have no reason to believe I maintain this package.grant1-2/+2
2004-02-11this doesn't actually use xpm, the problem lies elsewhere...grant1-2/+1
2004-02-09nas requires Xpm, so include xpm/buildlink2.mk.grant1-1/+2
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
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-21nas is in the audio category, not graphics.jlam1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-14Add some buildlink3.mk files.jlam1-0/+16
2003-12-30Whitespace fixescjep1-2/+1
2003-12-18Fix the script which munges man pages to work with Solaris' xpg4 sed,sketch1-3/+11
which bails out if there is whitespace before a comment.
2003-10-28grant evidently owns this package.fredb1-2/+2
2003-10-28bump PKGREVISION (broken binary installation fix).grant1-2/+2
2003-10-28backout unnecessary patch.grant2-17/+1
this patch was unnecessarily causing the resulting binaries to be linked against libaudio, which couldn't be found at runtime, and contrary to the log message it had no effect on PR pkg/23081. fixes my PR pkg/23288.
2003-10-26use DEPENDS+=, not DEPENDS=grant1-2/+2
2003-10-26replace <malloc.h> with <stdlib.h>, allowing this to build on systemsgrant1-1/+7
without <malloc.h>.
2003-10-25Fix a warning, that may or may not be related tofredb2-1/+17
PR pkg/23081.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant1-5/+1
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-15don't make assumptions about systems, just use GNU make everywhere.grant1-8/+3
2003-09-15Use GNU make on Linuxmartti1-1/+8
2003-07-29Added missing p5-perl-headers dependency required by nas perl scriptswulf1-2/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13Added patch-af: fixing path to perl header file "sys/syscall.ph" in auscopewulf2-1/+15
2003-07-13Added auscope perl script to REPLACE_PERL to fix broken path to perlwulf1-1/+3
2003-06-12if defined(USE_GCC3) include "../../lang/gcc3/buildlink2.mk"abs1-1/+5
Fixes gcc3 'Canadian' build issue (Can now find gcc_eh) No change to non gcc3 compiled packages
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-03 Forgot one ${IMAKE_MANNEWSUFFIX} the last time.jschauma1-2/+2
2003-02-25Fix oversight in last commit.tron1-4/+2
2003-02-25Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma3-154/+155
portable. Bump PKGREVISION accordingly.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-5/+5
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>.
2002-12-03Ensure that the voxware (OSS) audio server is built on NetBSD/sparc.jlam3-6/+17
2002-12-03Make this work with audio/oss again.jlam2-15/+15
2002-11-28Update of nas to 1.6.markd8-56/+75
pkgsrc changes: PKG_SYSCONFised. changes: bug fixes and ... 1.5h 10/12/2002 - Added SoundFileGetProc() to get access to the toSound and fromSound Procs in _SoundFileInfo[]. Needed for xemacs. - Added AudioLibraryVersionMajor, AudioLibraryVersionMinor, and AudioLibraryVersionTeeny to audiolib.h. Somewhat more informative than just the old AudioLibraryVersion which was set a '2'. The older AudioLibraryVersion define is still there however. 1.5g 10/7/2002 - changed inputsection defaults in nasd.conf.eg to 44.1Khz, 2 channel 16b sound. outputsection also defaults to 44.1Khz now, instead of 33Khz. - began some CC ANSI'fication of libaudio. 1.5f 8/26/2002 7/20/2002 - added cygwinArchitecture to the server Imakefile so auvoxware will be built on cygwin systems. - Removed the SoundFileInfo[] array in sound.h so cygwin would be happy. Apps should not have been accessing that array directly anyways. Added the following new functions to sound.c (that used to be macros in sound.h): SoundFileFormatString, SoundValidDataFormat, SoundFileFormatToString, SoundFileFormatToAbbrev, SoundFileFormatToSuffixes Assuming your code did not attempt to directly access SoundFileInfo[], no changes should be required. libaudio.so revision bumped to 2.3 - re-added back the Xtutils stuff, as some of the demos did in fact require it. cygwin has a problem with implicitly defined functions anyway. 7/9/2002 - rename dia/nasconfig.* to dia/nasconf.* to avoid name collision with NasConfig.h on windows systems. 1.5e 7/7/2002 - added patch from Nicolas Escuder that adds support for Windows operating systems using Cygwin. Even the NAS server is now supported. There are still issues with building regarding Imake, but once I can get more information, I'll fix those up. Read the README.CYGWIN file in the nas/ directory for instructions. I will provide a link on the nas-links page to precompiled windows binaries for libaudio.dll, nasd, and some clients - provided by Nicolas. - based on idea from Nicolas, added background (-b) mode to nasd, to force it to run in the background. Actually, he supplied a patch, but I just redid it to work properly with unix systems. - added NAS_AUDIOMSGFILE in config/NasConfig.h to specify where audio messages are stored (ADMPATH in os/osinit.c). 1.5d 6/1/2002 - added .ps -> .pdf conversions in doc/pdf/ - added html versions of man pages in doc/html/ 1.5c 3/27/2002 - removed Xtutil[hc] from libaudio and removed references to Xtutil.h in the clients. Suggestion by Paul Fox. 1.5b 3/16/2002 - added patch from Marco Molteni to add a '-local' option to nasd. Specifying this option allows only local clients to connect. - moved allow_any_host into the NasConfig struct. Along with the new '-local' option. 1.5a 2/23/2002 - more STARTSERVER fixes - there was still one case where when STARTSERVER was defined, nasd could be called with the wrong display number due to a bug in _AuConnectServer. - changed LEX/YACC DEBUG token to CDEBUG to avoid conflicts when building nas with '-DDEBUG' - DEFAULT_AUSERVER is now ":0" rather than "tcp/localhost:8000". A local socket connection will startup faster than a tcp connection. - mutex.h - corrected unixware 7.x build problem (XMUTEX_INITIALIZER) in mutex.h - added same check for sun/solaris boxes - got rid of XUSE_MTSAFE_API - now controlled by NAS_USEMTSAFEAPI defined in config/NasConfig.h If you think you are having mutex problems, you can edit config/NasConfig.h and '#undef' NAS_USEMTSAFEAPI, then rebuild everthing. This will turn off threadsafety in libaudio. - added new option, 'gain', to config file in the input/output sections. This sets the default gains when nasd starts up (if MixerInit is enabled). Only in voxware for now.
2002-10-18Make this packages OSS-aware.jlam5-14/+34
2002-08-31Not needed any longer.wiz1-34/+0
2002-08-28Use buildlink2.jlam1-1/+2
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-1/+20
buildlink2.mk files back into the main trunk.
2002-06-09Remove X11 contrib sites from master list, add a working mirror.tron1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-2/+1
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-14Bump dependency pattern for nas to >=1.4.2 as the shlib major wasjlam1-2/+2
incremented.
2001-07-14Update nas to the latest stable release 1.4.2. Changes from 1.4 includejlam6-42/+40
major bugfixes in the clients and bumping the major version of the library.