summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16Add support for encoding to FLAC. Initially based onlukem6-29/+230
http://www.bagu.dhs.org/abcde-2.0.3-flac-patch but with some serious improvements by me (including documentation updates, and in-line addition of vorbis comments with flac -T ...). Bump PKGREVISION.
2002-12-14Add and enable libsamplerate.jmmv1-1/+2
2002-12-14Initial import of libsamplerate-0.0.13. DESCR follows:jmmv5-0/+79
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. One example of where such a thing would be useful is converting audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used by DAT players. SRC is capable of arbitrary and time varying conversions; from downsampling by a factor of 12 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects. SRC provides a small set of converters to allow quality to be traded off against computation cost. The current best converter provides a signal-to-noise ratio of 97dB with -3dB passband extending from DC to 96% of the theoretical best bandwidth for a given pair of input and output sample rates.
2002-12-14Update libsndfile to 1.0.3.jmmv6-46/+20
There have been several changes since 1.0.1, but the most important ones are (according to the homepage): - Version 1.0.2 (Nov 24 2002) Added VOX ADPCM format. - Version 1.0.3 (Dec 09 2002) Fixes for Linux on ia64 CPUs.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-14Add man-page that I had sitting around. Sent to author, who in Februaryjschauma4-8/+290
said he'd include it in the next version, but since the project is, according to the website, discontinued... While we're at it, move html documentation where it belongs. Bump PKGREVISION.
2002-12-13Changed MAINTAINER to packages@netbsd.org since proff@iq.orggson1-2/+2
asked to be relieved as the maintainer of this package.
2002-12-12regen (patch-ac missing)jmmv1-1/+2
2002-12-10remove this "libiconv" nonsense and fix the real bug: missing USE_LIBTOOLdrochner1-3/+3
(PR pkg/19268)
2002-12-10The sample scripts in ${PREFIX}/share/festival/examples did not workgson4-3/+19
because their #! lines contained an incorrect path. Also, even if they had actually pointed to the installed "festival", it would still not have worked because a script cannot be used as a script interpreter. Even if it could, it still wouldn't have worked because the festival script did not pass --script as the first command line argument as festival.naked requires when running a script. Fixed by pointing the #! lines directly at the festival.naked binary.
2002-12-09Do not remove %D/share/pixmaps when deinstalling, as it is now part of thejmmv1-2/+1
standard directory tree.
2002-12-09Replace "true" by "${TRUE}".tron5-12/+12
2002-12-09NFC how this ever compiled - there is no strnicmp on NetBSD.hubertf1-0/+13
#define it to use strncasecmp.
2002-12-08Add missing buildlink2.mk file for converters/libiconv.salo1-1/+2
Addresses PR pkg/19268.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-12-05Update Tremor to latest snapshot. One file has changed, seems to bechris2-6/+6
shrinking a buffer and removes a couple of tables.
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-12-02Bump PKGREVISION for audio/normalize: remove dependency on GNU gettext ifjlam1-4/+4
the system libintl is sufficient, and fix build by properly defining USE_LIBTOOL.
2002-12-02Because nas installs into $X11BASE this package needs a USE_X11=yes to stopmarkd2-3/+4
buildlink2 eating the $X11BASE/{include,lib} references. Also $BUILDLINK_DIR -> $BUILDLINK_PREFIX.nas Closes PR 19227 from Andreas Gustafsson.
2002-12-01Updated to version 1.4.6.gson3-7/+8
Changes in WaveSurfer version 1.4.6: Added WaveSurfer native transcription format, one label per line "start_sec end_sec label" WaveSurfer now uses the latest release of Snack, version 2.2 Several new keyboard shortcuts Two new visualization plug-ins available, for plotting of pitch marks files and boundary differences between two transcriptions files. Many bug fixes and minor improvements Changes in WaveSurfer version 1.4.5: New sound mixing functionality New time display formats "10ms frames" "PAL frames" and "NTSC frames" Several bug fixes and minor improvements Changes in WaveSurfer version 1.4.4: New video plugin that makes it possible to open video files in WaveSurfer, to do labelling or annotations as well as simple cut-and-paste editing (Windows only) Several bug fixes and minor improvements
2002-12-01Updated to version 2.2. Summary of changes:gson3-8/+8
----------------- Released 2.2a2, 6/20/02 ----------------------- 7/17/02 (new feature) Support for Linux ALSA PCM sound drivers. New compile time configure option --enable-alsa. 9/12/02 (enhancement) Many improvements to the MP3 decoder, e.g. better seeking. (Wilkason) 9/12/02 (new feature) Automatic selection of default sample rate for new sound objects. ----------------- Released 2.2a3, 9/13/02 ----------------------- 9/19/02 (new feature) Modified sources (added CONST qualification on pointers in Tcl API's where required) in order to compile cleanly with Tcl8.4.0 as well as with earlier versions. 9/19/02 (enhancement) Updated package "snackogg" to support release 1.0 of Ogg/Vorbis. 9/29/02 (new feature) New sound command 'mix', which is used to mix two sound objects with optional scaling. 9/29/02 (bug fix) Fixed problem with the 'convert' command and some joint rate/channel conversion combinations. (Pique) ----------------- Released 2.2b1, 9/29/02 ----------------------- 10/29/02 (bug fix) Fixed segmentation fault that occured when playing a sound and start time > end time, and no callback was registered. (Davis) 10/29/02 (bug fix) Fixed problem with crash on exit for some Windows systems. 11/4/02 (enhancement) Better handling of mono output on stereo only hardware. 11/5/02 (enhancement) Improvements to the MP3 decoder to allow multiple sounds to cleanly decode one stream each simultaneously. (Wilkason) 11/5/02 (change) Various fixes to configure.in/Makefile.in and win/*.dsp. ----------------- Released 2.2b2, 11/6/02 ----------------------- 11/14/02 (new feature) Support for Mac OS X. (McSpadden) 11/14/02 (bug fix) Fixed a couple of problems with sound I/O using Windows DirectSound. ----------------- Released 2.2, 11/14/02 ----------------------- 11/19/02 (bug fix) Fixed problem with SnackAudioPlayed() on Windows, return value could roll over after lengthy sound output. (Wilkason)
2002-12-01Use buildlink2.gson1-4/+4
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo14-115/+80
2002-11-29Options must come before arguments when calling mail(1).kim2-5/+14
2002-11-29Upgrade to normalize-0.7.6:kim4-23/+19
- direct mp3 support (using RVA2) - numerous bug fixes
2002-11-29Should have used PKG_SYSCONFDIR instead of PKG_SYSCONFBASE.kim4-15/+15
2002-11-29Preserve pkgsrc and distribution defaults better:kim6-32/+48
- use ${PKG_SYSCONFBASE} instead of hardcoded /usr/pkg/etc - keep the ID3v2 default as distributed, and depend on audio/id3v2 - don't depend on vorbis-tools: just inform the user about the need to install at least one of the supported encoders - sample config only has commented out entries, so install it only in the examples directory
2002-11-28These should have been deleted in the last check in.markd13-1305/+0
2002-11-28Use the mpg123 Makefile.common to build mpg123-nas.markd3-61/+91
Based on PR 18532 from Greg A. Woods.
2002-11-28Install manual page and tidy up DESCR. From PR 18532 by Greg A. Woods.markd3-6/+10
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-11-26Update to 1.2b. From the changelog:schmonz2-6/+6
- added rio900 support. let me know how well it works! - updated the kernel driver as well with 900 support. - made compat option fixed on ix86, downloads wont work :( still works on os10 and linuxppc though :) - small code cleanup to make adding devices easier.
2002-11-26Update to 3.8.2. Mostly minor bugfixes, but also added support forschmonz3-9/+8
streaming media (using an overloaded function of Link()) and support for getting bitrate of vbr files.
2002-11-25Enable vorbis support. Bump to 12.17.3nb1.wiz1-3/+6
2002-11-25"r:-lossaudio" is wrong...we want "S:-lossaudio:" to remove -lossaudio fromjlam1-2/+2
the command args.
2002-11-23update to sidplay 1.0.9, makes the package compile againpooka5-122/+6
changes: Not much, basically bugfixes and re-adding of NetBSD audio support to the mainline.
2002-11-23update to libsidplay 1.36.57pooka2-5/+5
changes since previous version: * Fix PowerPacker decompression (rarely used these days).
2002-11-22Upgrade to version 3.1.3. This upgrade solves the checksum mismatch pointedjschauma5-40/+33
out by (one- at inbox dot lv) in PR pkg/19115 as well, as we have a completely new checksum. Changes according to the website: Changes since version 3.1.2: - Fixed a bug that could cause the playlist repeat to stop (thanks to Alex Rasmussen for finding the bug) - Command line options for nmixer changed, and it's now possible to select a different hardware mixer device. - Fixed a bug that caused mp3blaster to quit when the user's homedir could not be determined. Changes since version 3.1.1: -Compiles on gcc-3.* without errors -Trailing slash in HTTP URLs is only appended after the hostname, not in URLs that contain a path following the hostname. This means that mp3's can now be played straight from an URL again. - For HTTP streams, HTTP/1.1 is used instead of HTTP/1.0 (this, and previous suggestion submitted by Markus Jerger. Thanks!)
2002-11-22Updated mserv_irman to 0.16abs2-5/+5
Default unrecognised keys to 'pause-toggle' rather than 'play'. Make 'rew' a synonym for 'prev' and add 'recall' for 'add previous track to queue' functionality.
2002-11-21Make this build on Solaris. Remove whitespace.salo1-2/+12
2002-11-19Sync MESSAGE up with vorbis-tools/MESSAGE.chris1-6/+5
2002-11-19Define Solaris specific AUDIO_ENCODING_SLINEAR and AUDIO_ENCODING_ULINEAR.salo2-6/+15
A patch from Jonathan Perkin via PR 18791
2002-11-18Fix PKGLOCALEDIR usage. Closes pkg/18661salo5-6/+49
2002-11-15Update to flac-xmms 1.0.4, to track the update of flac to 1.0.4.lukem6-31/+240
(Many thanks to Nick Hudson for helping me get this to work.)
2002-11-14Remove unneeded patch after conversion to buildlink2.jlam2-15/+1
2002-11-14buildlink1 -> buildlink2jlam1-2/+2
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-11typo fixheinz1-2/+2
2002-11-11Fix PLIST (spotted by hubertf's i386 bulk build).schmonz1-2/+2