summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-12-31Update to 2.4.1.1, Thanks to Min Sik Kim for his help.xtraeme12-84/+620
Bugs were fixed, features were added, etc. Please review Changelog file to see a full list of changes.
2003-12-31Sort.kristerw1-2/+2
2003-12-30+ gnome-speechxtraeme1-1/+2
2003-12-30Initial import of gnome-speech-0.2.8 via pkgsrc-wip.xtraeme5-0/+87
GNOME 2 Speech is a simple general API for producing text-to-speech output.
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-12-30Whitespace fixescjep2-4/+2
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-26Depend on latest kdebase-1*.wiz1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv13-26/+26
2003-12-24Add xmms-meta-input, xmms-meta-timidity, and xmms-meta-csound to Makefile.ben1-1/+4
2003-12-24Import xmms-meta-csound-0.1, a XMMS meta input script for csound.ben5-0/+109
This allows XMMS to play unified Csound scores. An example unified Csound score may be found at ftp://ftp.netbsd.org/pub/NetBSD/misc/ben/example.csd.gz Many Csound songs are distributed in separate orchestra, score, and sample files. A script to convert these to a unified Csound score file is at ftp://ftp.netbsd.org/pub/NetBSD/misc/ben/orcsco2csd.sh
2003-12-24Import xmms-meta-timidity-0.1, a XMMS meta input script for timidity.ben5-0/+50
This allows XMMS to play MIDI files using timidity.
2003-12-24Import xmms-meta-input-0.4, a XMMS plugin wrapper for shell scripts.ben9-0/+117
This plugin allows you to write XMMS plugins as Unix programs. You write a program that understands the very simple commands on its command line and outputs raw sound on its standard output and you're done with it. What's good (and in fact the purpose of this plugin) is that you can write input plugins for XMMS in C shell or Bash! Of course, you won't be able to do much number crunching in a shell script, but you can use it to run other programs to do the actual playing.
2003-12-23Do not attempt to include the non-standard getopt.h, unistd.h shouldsketch3-4/+17
be sufficient. Remove an unnecessary install argument to allow this package to install unprivileged.
2003-12-23Remove the target before attempting to symlink, to work around certainsketch1-1/+3
versions of ln which do not support that operation.
2003-12-23Use compiler.mk logic to determine the correct compiler to use, and cleansketch1-10/+19
up the pattern matching. Fixes build warnings on systems which do not use GCC.
2003-12-23Plug two file descriptor links.simonb3-5/+29
The xmms-mad author has been sent these patches.
2003-12-22gmake is not needed; from Soren Jacobsen in PR pkg/23839.jmmv1-5/+2
While here, set WRKSRC where it belongs to make pkglint happy.
2003-12-22Updated xfce4 to 4.0.2martti4-8/+8
* Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
2003-12-21Update distinfo to include new patches.ben1-1/+3
2003-12-21Make test makefiles link to libtool libraries to fix build error.ben2-0/+52
2003-12-19Fix build error introduced by gcc3.ben8-5/+107
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralsynth/.broken.sys2.html
2003-12-19Fix build error introduced by gcc3.ben12-1/+164
ftp://ftp.netbsd.org/pub/NetBSD/misc/agc/borked-current/audio/spiralloops/.broken.sys2.html
2003-12-18use gavan's magical CPPFLAGS.NetBSD instead of including bsd.prefs.mkgrant1-6/+2
and using a conditional.
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-12-18Get the default target for Solaris working with USE_SUNPRO.sketch1-1/+5
Still TODO: Add targets for -nas and -esd back-ends to match GCC.
2003-12-17Update the xmms-mad package to version 0.5.5.simonb3-20/+20
No change log available for changes between 0.0.9 and 0.5.4. The biggest visible change is that the plugin no longer needs to read the entire MP3 file to read the id3v2 tags.
2003-12-17Add a pkgconfig config file. Some other packages require these.simonb6-4/+49
2003-12-14Update HOMEPAGE and CONFLICTS to match csound changes.ben1-3/+3
2003-12-13Clarify installation MESSAGE.ben1-3/+3
2003-12-13Add csound-dev-4.24.1 as a replacement for the unmaintained and out-of-dateben27-2/+772
csound package. Csound is a software synthesis package in the tradition of so-called music-N languages, among which the best-known is Music V. It consists of an orchestra- and score-driven executable, written in C for portability. Since Csound is a computational language, it is highly flexible and efficient; complexity is gained only at the expense of computation time. Basically Csound reads some files and creates the result as a file on disk or, on faster machines, through a DAC in real time. This version of csound implements localization and realtime audio as plugins. As a result you need to set the OPCDIR environment variable, and for realtime audio use "-o devaudio" rather than "-o /dev/audio".
2003-12-13The unofficial-csound package is no longer being developed. I plan to addben28-1308/+0
csound-dev as a more up-to-date replacement.
2003-12-13Update MAINTAINER email address.ben8-16/+16
2003-12-13Remove now unnecessary sys/soundcard.h -> soundcard.h change.ben3-24/+18
2003-12-13Updated to 0.10.2xtraeme3-9/+11
Changes: 0.10.2 03 December 2003 * SHOUTcast: now uses a character set fallback * A german translation is now available * A few bugs have been fixed
2003-12-13Bump PKGREVISION for atk library major bump.wiz11-19/+22
2003-12-11the configure script uses --disable-oss-dsp to disable OSS support,grant1-2/+2
not --without-oss-dsp. fixes linking on NetBSD. (how did this ever link given that -lossaudio is not passed??)
2003-12-09Capitalize first letter of COMMENT.reed1-2/+2
2003-12-08Update to 1.0.3:wiz3-8/+7
In this bugfix release: a fix for a multithreading bug and a correction for an underflow problem that could slow decoding dramatically on x86 processors.
2003-12-08Actually, there was no 1.0.1 -- use 1.1, since that version exists.wiz1-2/+2
2003-12-08Update to 1.0.1:wiz6-37/+35
ogg123 * Support for playing FLAC and Speex files. Both the native FLAC and Ogg FLAC varieties are supported. Special thanks to OldMan, adiabatic, and smack from #vorbis for sponsoring the development of this feature. * Send correct User Agent and Accept strings in the HTTP 1.1 headers * Fixed bug preventing the status line from showing the total time information in certain circumstances * Fixed a pthread crash bug on certain platforms (like NetBSD) * Added support for the --end option to specify at what time playback should stop. Both --skip and --end also now accept times in hh:mm:ss format. Thanks to Hans Schou. * If the --skip option is greater than the length of the file, ogg123 now terminates with an error. oggdec * Fixed small memory leak. * Fixed error that caused oggdec to crash when output file was not specified. oggenc * Patch from Jordan Mendelson to support reading little-endian AIFF files (which happen to be made by MacOS X when ripping CDs?). * --scale option to allow scaling the volume of the input. Helps with clipping inputs. * Fixed usage messages. * 24 bit input support * FLAC and Ogg FLAC read support. Comments from the FLAC file are preserved unless explicitly dropped with the --discard-comments option. Also funded by OldMan, adiabatic, and smack. * Less frequent status updates. ogginfo * Minor typo and portability fixes. * Emits fewer spurious errors when minor errors are detected. * Return a useful status code. * Fixed overflow bug on really long files. vcut * Patch from Jared Anderson allows the cutpoint to be specified in (integer) seconds by prefixing it with a +. vorbiscomment * More forgiving of Ogg files that begin with garbage (like ID3v2 tags).
2003-12-08Bump PKGREVISION for libogg update, and fix bl2 file while here.wiz2-10/+17
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz28-47/+57
2003-12-08Sync with libao update (0.8.4).wiz1-2/+1
2003-12-08Update to 1.0.1:wiz7-129/+138
* Corrects errors in the Vorbis specification documentation. * Specification converted to DocBook format. * Added timebase conversion call to libvorbis. * Fixes ov_time_tell() bug for non-seekable streams. * Various decoding fixes. * Addition of ov_crosslap() which allows smooth transitions between two vorbis segments. * Numerous seeking fixes and optimizations. * Fixed bugs affecting decode of one-audio-page samples. * Added ov_halfrate() which allows a "free" conversion from the source sample rate to half of the source rate. * Improved handling of quiet signals in low bitrate modes
2003-12-08Update to 1.1:wiz6-23/+36
* Big endian bitpacker added for Theora and future Ogg codec support. * Minor documentation fixes.
2003-12-08Update to 0.8.4:wiz10-44/+68
* Incorporated OS X patches from the Fink team. * AIX output plugin by Stefan Tibus. * Improvements in plugin detection code by David Walser, especially when ESD or aRts are present. * NAS plugin from Antoine Mathys. * Portability fixes for various platforms (including dlopen() bugs) including HP-UX and *BSD. * Memory/resource leak fixes * Significant fixes to ALSA 0.9.x plugin by Kevin Cody, Jr. This should fix stuttering audio for mpg321 users. The --enable-alsa09-mmap option to ./configure turns on memory-mapped I/O. Note this is an experimental feature and causes some problems with some sound card drivers and also users of the dmix software mixer.
2003-12-05oops, complete previous updatedrochner2-5/+5
2003-12-05update to 1.5.4drochner1-4/+4
changes: bugfixes, add a "backonly" template
2003-12-04typoxtraeme1-2/+2