summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20update to mpc-0.14drochner2-7/+7
First release in a year and a half. Tons of bugfixes and feature additions
2009-01-20update to 0.14.1drochner5-49/+15
This release features fixes for jack instability, many streaming issues, solaris build, cross fading audio defects, improvement in software volume and non-distribution building. This releases adds writer/composer tag support and disables oggvorbis seeking on remote files, which fixes slow ogg file streaming playback.
2009-01-20update to 0.17.0drochner4-78/+115
changes (incomplete): The focus of this release was bugfixes, stability, memory reductions, features, and general UI cleanups.
2009-01-20update to 0.17.0drochner3-20/+21
Didn't find a consistent changelog - at least it seems to be a lot of bugfixes. (worked well for me for two weeks)
2009-01-20update to 0.2.14drochner3-9/+27
This release includes a lot of bug fixes, and the lastfmradio plugin.
2009-01-20Fix __inline on Sun Studio.sketch1-1/+7
2009-01-20Don't include sys/byteorder.h on Solaris.sketch2-1/+14
2009-01-20Disable inline across source files on Sun Studio.sketch1-1/+11
2009-01-20fix for base pkg updatedrochner3-6/+6
2009-01-20Add required library dependancies. Package now builds on Solaris.sketch3-1/+62
2009-01-19Update pulseaudio to 0.9.14.jmcneill3-19/+18
Colin Guthrie (2): Fix a potential C++/C99 ism, add a log message on error condition Fix two typos that broke tunnels Lennart Poettering (46): Initialize exit_idle_time to -1 instead of 0 when in system mode. instead of resetting virtual_volume unconditionally on initialization, do so only when no volume was set before use pa_channel_map_init_extend() instead of pa_channel_map_init_auto() as channel map for sink inputs/source outputs in case no map is specified if the channel map was modified due to PA_SINK_INPUT_FIX_CHANNELS, remap the specified volume properly define 0dB in PA as maximum amplification properly remove dbus matches an filters when unloading m-b-d always check for libtool prefix binary name to avoid confusion when using both installed and run-from-build-tree versions of PA in parallel Fix spelling of privilige Make missing git-changelog.perl non-fatal fix invalid validity check convert argument to boolean int in PA_UNLIKELY, too include log.h near the end so that macro.h can be included in log.h and defines pa_bool_t properly Try to catch certain driver errors make the debug trap macro a proper macro in macro.h don't set the volume of pacat unless it is explicitly set warn if ALSA wakes us up and there is actually nothing to do fix build make sure to use 64bit rounding even on 32bit machines when converting to pa_usec_t make shm marker architecture independant, patch from michich, closes #401 Make sure libpulse never gets unloaded Check if environ is actually set before we use it Fix return value of --dump-resample-methods Don't mix front-center into rear channels Pass GDBM_NOLOCK to gdbm Load module-volume-restore and module-device-restore before all other modules introduce new function pa_module_unload_request_by_index Don't store pointer to pa_module actually unload the modules from a new stack frame unload tunnel modules from a new stack frame it's better to always use the index of a module instead of the pa_module* downgrade a few warnings Make sure we drop CAP_NICE if RT is not allowed Allow access("/dev/dsp", W_OK) succeed Use FIONREAD instead of TIOCINQ Implement PA_SOURCE_MESSAGE_GET_LATENCY make sure we don't hit an assert when we issue two rewind requests in a If we cannot open an ALSA device with SND_PCM_NO_AUTO_FORMAT retry without fix a gcc warning Rework handling of the PA_SINK_LATENCY/PA_SOURCE_LATENCY flags A few minor cleanups and updates add a few missing parens show maximum usable slot size Make sure we don't drop any data on the client side for record streams fill in the latency as the fragsize Fix suspending of all sinks/sources bump version/soname Luiz Augusto von Dentz (7): Unload module-bluetooth-device if the remote device disconnects. Fix possible invalid read while attempting to load module-bluetooth-device. Fix bug walking on module list. Update module-bluetooth-device to the new ipc. Send packets with proper size. Fix send and recv message sizes. Fix sending wrong codec capability length. Sean McNamara (1): --check: Updated manpage slightly and pulseaudio --help slightly. Tom Bamford (1): Multicast SDP packets sent with same IP TTL as RTP packets chocolateboy (1): Fix typo in log message: s/Recevied/Received/
2009-01-18Use gnome-speech/Makefile.common to avoid updating gnome-speech butwiz1-27/+4
forgetting about gnome-speech-espeak.
2009-01-18Split off most variables into Makefile.common, to be used bywiz2-22/+33
gnome-speech-espeak as well, to avoid updating one and not the other.
2009-01-18regen, because the line numbers are much lower nowadays.wiz2-6/+6
Not necessary, but gets rid of a patch(1) warning on NetBSD.
2009-01-18Update to 0.4.22:wiz1-3/+3
gnome-speech 0.4.22: * drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift synthesis driver causes Python client to get "TypeError: could not demarshal return value" on call to getAllVoices.
2009-01-13patch around SA33356: Audacity "String_parse::get_nonspace_quoted()"drochner5-3/+73
Buffer Overflow (homegrown patch, might be sufficient or not) bump PKGREVISION
2009-01-13remove some patches which were intended to make the code compiledrochner6-59/+3
on older compilers but cause crashes (and possible security problems) instead bump PKGREVISION
2009-01-12gqmpeg options (gqmpeg-russian and gqmpeg-japanese) are mutually exclusive.shattered4-10/+10
Place them into a group, make it optional. OK by wiz@.
2009-01-12drop maintainershipjmcneill2-4/+4
2009-01-12Fix security problem:wiz3-2/+93
* Fix possible buffer overflows when parsing Audible .aa files. Bump PKGREVISION.
2009-01-11Enable shoutcast support.ahoka2-5/+12
Patch from Gergo Szakal.
2009-01-10Oops, add options.mk.shattered1-0/+15
2009-01-10ancient GCC required for NetBSD 5.0 on upwardsjnemeth1-2/+2
2009-01-09Update to 2.5.1, from PR 38499. May also solve PR 38712.shattered17-504/+46
6 years passed since 2.0.4, too much changes happened to list here. Most of them seem to fix various playback accuracy issues. Many patches were merged upstream. Major change -- X11 frontend (xxmp) is missing, there's nothing in change log about that. pkgsrc change: pulseaudio support (default on). OK by wiz@.
2009-01-08HOMEPAGE and MASTER_SITES updateadrianp1-3/+3
2009-01-08If the target NetBSD system is dated enough (E.g. 4.99.1), AUDIO_GETBUFINFOdsainty2-6/+11
won't be available, and the previous version of this patch would not allow successful building. Change the code (in the OSS module) to check for a defined AUDIO_GETBUFINFO under NetBSD. If it isn't available, indicate that the system has no mechanism available. (May compromise on audio synchronisation on local OSS devices) Ok jmcneill@
2009-01-08Delint: replace LOCALBASE with BUILDLINK_PREFIX.libmp4v2.shattered1-2/+2
OK by wiz@.
2009-01-07+streamripper-currentdrochner1-1/+2
2009-01-07import streamripper-1.64.3drochner7-0/+84
This is the newest version of streamripper. A user visible difference to current pkgsrc/audio/streamripper is that it doesn't create id3v1 tags per default. (It should also get some testing with non-ASCII locales.)
2009-01-07add a patch from upstream to fix buffer overflows in the HTML parserdrochner3-9/+76
(CVE-2008-4829), bump PKGREVISION
2009-01-04Update homepage address.shattered6-12/+12
OK by wiz@.
2009-01-04Move scrollkeeper/omf.mk to rarian/omf.mk.wiz4-8/+8
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references.
2009-01-04Replace Python interpreter path in amaroc.py (makes this package usableshattered1-2/+4
out of the box). Bump revision.
2009-01-04Change maintainer email to my NetBSD.org alias. At the same time, disownshattered2-4/+4
games/adom -- I don't use (play :-) it these days.
2009-01-03Express depdendency on glib2 and add it to bl3 file, so that dependinggdt2-3/+6
packages that use pkg-config to check for pulseaudio but don't depend on glib2 can build. Reviewed by wiz@.
2009-01-01revision bump for the ao->libao option renamehubertf1-2/+2
2009-01-01Option 'ao' was renamed to 'libao' - adjust; See PR 40312.hubertf2-7/+8
2009-01-01+ padevchooserobache1-1/+2
2008-12-30Needs msgfmt.hasso2-4/+4
2008-12-30* Make it build on DragonFlyhasso5-13/+16
* Fix interpreter in alsaconf and make package depend on bash (runtime). * Bump PKGREVISION
2008-12-30Fix loading modules on DragonFly.hasso2-4/+4
2008-12-29Conditionally include stdint.h for Solaris<10.obache2-1/+17
Fixes build failure reported by PR 40265.
2008-12-28Fix .pc file. Bump PKGREVISION.wiz1-1/+3
2008-12-28Whitespace fix.snj1-1/+1
2008-12-26regen patch-aejmcneill2-7/+7
2008-12-26Add HAL and ipod support; tested with an iPod Shuffle and a PSP-2000.jmcneill4-9/+83
2008-12-25Fix minor issues reported by pkglint:ahoka3-5/+7
- Fix incorrect package option name - Add $NetBSD$ to patch-ad - Add autoreconf to USE_TOOLS
2008-12-25Actually look for the configuration files in the right placeahoka1-3/+4
honouring PKG_SYSCONFBASE.
2008-12-25Make it build on DragonFly.hasso24-67/+119
2008-12-24The rtstutter test is afunctional for all operating systems but one. Make itdsainty2-4/+4
go one operating system further. Old patch-ac disabled the guts of tests/rtstutter.c for all but Linux. But it isn't that portable on Linux either as it stands, and errors out (on EeePC) at link time with: rtstutter.c:(.text+0xbd): undefined reference to `pthread_setaffinity_np' Just bring Linux in line with other platforms by changing the #ifdef __linux__ to #if 0. Doesn't deserve a revision bump.