Up to [cvs.netbsd.org] / pkgsrc / audio / pulseaudio
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.32 / (download) - annotate - [select for diffs], Tue May 15 13:20:03 2012 UTC (7 days, 21 hours ago) by abs
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
fix borked __NetBSD_Version__ in last
Revision 1.31 / (download) - annotate - [select for diffs], Mon May 14 18:46:21 2012 UTC (8 days, 15 hours ago) by abs
Branch: MAIN
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
regen distinfo
Revision 1.30 / (download) - annotate - [select for diffs], Mon May 14 18:01:45 2012 UTC (8 days, 16 hours ago) by abs
Branch: MAIN
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
Extend previous to apply to netbsd-6 also (at least the one currently on netbsd-daily and soon be in BETA2)
Revision 1.29 / (download) - annotate - [select for diffs], Mon May 14 14:56:51 2012 UTC (8 days, 19 hours ago) by obache
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
Try to fix build failure on NeBSD 6.99.7 from _oss_ioctl API change as PR 46448.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Oct 12 16:46:15 2011 UTC (7 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.27: +4 -1
lines
Diff to previous 1.27 (colored)
Fix build on SunOS 5.10 (and probably older versions, too). SunOS 5.10 doesn't have SO_TIMESTAMP, and it also lacks oss. For some reason the lack of oss also causes hal support to be disabled.
Revision 1.27 / (download) - annotate - [select for diffs], Wed Sep 14 15:53:35 2011 UTC (8 months, 1 week ago) by hans
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.26: +3 -2
lines
Diff to previous 1.26 (colored)
Fix build on SunOS.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jul 21 15:10:11 2011 UTC (10 months ago) by joerg
Branch: MAIN
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Remove a lvalue cast in asm() to fix build with clang.
Revision 1.25 / (download) - annotate - [select for diffs], Sat May 21 15:32:59 2011 UTC (12 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.24: +13 -12
lines
Diff to previous 1.24 (colored)
Add comments to most patches.
Also add a patch by drochner:
pthread_key_create returns 0 on success; return values on failure are
not defined.
Remaining patches without comments:
patch-ab: adding an ifdef notyet in src/daemon/main.c
patch-a{c,e}: --start -> -D (no idea why)
patch-af: allow some Linux-only code also on NetBSD
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jan 20 13:08:59 2011 UTC (16 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
use pulse's poll wrapper on 5.99.* to workaround an assertion triggered on netbsd current systems possibly a bug in poll, but could be just some linuxism in the code this should be further investigated
Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 2 21:17:43 2010 UTC (17 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Fix path to dbus machine-id file. Bump PKGREVISION. From Chuck Silvers.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Aug 10 05:42:33 2010 UTC (21 months, 1 week ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.21: +3 -2
lines
Diff to previous 1.21 (colored)
Fix build failure on NetBSD/arm. patch-ah (new): Fix wrong placed #else clause against #if defined(__linux__) in cpu-arm.c. patch-ba: Check NetBSD's native atomic_ops in configure even in arm case. configure checks $host_cpu first, not $host_os on checks for native atomic operations. (In upstream it seems fixed to see $host_os first but it might still have problem around NetBSD version checks)
Revision 1.19.4.1 / (download) - annotate - [select for diffs], Sun Jul 25 13:16:12 2010 UTC (21 months, 4 weeks ago) by spz
Branch: pkgsrc-2010Q2
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored) next main 1.20 (colored)
Pullup ticket 3182 - requested by tron
security patch
Revisions pulled up:
- pkgsrc/audio/pulseaudio/Makefile 1.38
- pkgsrc/audio/pulseaudio/distinfo 1.21
Files added:
pkgsrc/audio/pulseaudio/patches/patch-ba
pkgsrc/audio/pulseaudio/patches/patch-bb
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Sat Jul 24 12:51:09 UTC 2010
Modified Files:
pkgsrc/audio/pulseaudio: Makefile distinfo
Added Files:
pkgsrc/audio/pulseaudio/patches: patch-ba patch-bb
Log Message:
Add fix for symlink race reported in CVE-2009-1299 taken from
Lennart Poettering's GIT repository.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/audio/pulseaudio/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/audio/pulseaudio/distinfo
cvs rdiff -u -r0 -r1.6 pkgsrc/audio/pulseaudio/patches/patch-ba
cvs rdiff -u -r0 -r1.5 pkgsrc/audio/pulseaudio/patches/patch-bb
Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 24 12:51:09 2010 UTC (21 months, 4 weeks ago) by tron
Branch: MAIN
Changes since 1.20: +3 -1
lines
Diff to previous 1.20 (colored)
Add fix for symlink race reported in CVE-2009-1299 taken from Lennart Poettering's GIT repository.
Revision 1.20 / (download) - annotate - [select for diffs], Sun Jul 4 17:41:58 2010 UTC (22 months, 2 weeks ago) by tron
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Don't attempt to create the directory "/lib/udev/rules.d" on platforms that don't use "udev".
Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 2 12:39:14 2010 UTC (2 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Branch point for: pkgsrc-2010Q2
Changes since 1.18: +2 -1
lines
Diff to previous 1.18 (colored)
- add libsndfile to bl3 - don't invoke git when running autoreconf - bump pkgrevision
Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 1 15:00:20 2010 UTC (2 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.17: +15 -20
lines
Diff to previous 1.17 (colored)
Update pulseaudio to 0.9.21. Too many changes to list here: http://pulseaudio.org/milestone/0.9.15 http://pulseaudio.org/milestone/0.9.16 http://pulseaudio.org/milestone/0.9.17 http://pulseaudio.org/milestone/0.9.18 http://pulseaudio.org/milestone/0.9.19 http://pulseaudio.org/milestone/0.9.20 http://pulseaudio.org/milestone/0.9.21
Revision 1.17 / (download) - annotate - [select for diffs], Sun Dec 27 15:06:28 2009 UTC (2 years, 4 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Avoid an assert on pthread_setschedparam() if the priority was already SCHED_OTHER - bump pkgrevision
Revision 1.16 / (download) - annotate - [select for diffs], Fri Sep 18 09:59:54 2009 UTC (2 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Fix default module path to not include trailing slashes as it breaks libtool.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jul 28 12:52:40 2009 UTC (2 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
- plug up CVE-2009-1894, Linux specific local root shell vulnerability - add SPECIAL_PERMS to make the user-destdir build consistent - bump PKGREVISION
Revision 1.14 / (download) - annotate - [select for diffs], Thu Feb 5 21:05:07 2009 UTC (3 years, 3 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Make this package build and work under Mac OS X (Leopard). This fixes PR pkg/40424 by Torsten Harenberg.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 21 15:40:20 2009 UTC (3 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
avoid GNUism in iconv usage
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 19 14:19:00 2009 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.11: +5 -5
lines
Diff to previous 1.11 (colored)
Update pulseaudio to 0.9.14.
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/
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 8 12:11:46 2009 UTC (3 years, 4 months ago) by dsainty
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
If the target NetBSD system is dated enough (E.g. 4.99.1), AUDIO_GETBUFINFO 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@
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 25 21:53:30 2008 UTC (3 years, 4 months ago) by ahoka
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Fix minor issues reported by pkglint: - Fix incorrect package option name - Add $NetBSD$ to patch-ad - Add autoreconf to USE_TOOLS
Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 24 04:11:17 2008 UTC (3 years, 4 months ago) by dsainty
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
The rtstutter test is afunctional for all operating systems but one. Make it 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.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 23 19:29:29 2008 UTC (3 years, 4 months ago) by jmcneill
Branch: MAIN
Changes since 1.7: +6 -5
lines
Diff to previous 1.7 (colored)
Fix build on NetBSD 4.0.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 23 08:58:01 2008 UTC (3 years, 4 months ago) by dsainty
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Fix some overly aggressive cut and pasting that breaks the build under Linux. It still doesn't build, but it gets further. The fixes here are obvious and trivial pastos.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Dec 23 02:15:27 2008 UTC (3 years, 5 months ago) by hasso
Branch: MAIN
Changes since 1.5: +6 -2
lines
Diff to previous 1.5 (colored)
Portability fixes to make it compile in DragonFly and possibly to help other platforms.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Dec 20 17:53:51 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Make NetBSD native atomic ops support work.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Dec 20 16:50:50 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Patch src/Makefile.am instead of src/Makefile.in now that we are using autoreconf
Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 20 16:10:25 2008 UTC (3 years, 5 months ago) by ahoka
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Implement support for atomic_ops(3) backend. This gives us native atomic operations on NetBSD 5.0 and later systems. Use GCC's builtin atomic operations when possible and libatomic_ops as a last case fallback.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 18 18:43:52 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Workaround PR lib/40220 on NetBSD, padsp (OSS wrapper) now works. Bump PKGREVISION.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Dec 18 14:42:56 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import pulseaudio version 0.9.13. PulseAudio is a sound server for POSIX and Win32 systems. A sound server is basically a proxy for your sound applications. It allows you to do advanced operations on your sound data as it passes between your application and your hardware. Things like transferring the audio to a different machine, changing the sample format or channel count and mixing several sounds into one are easily achieved using a sound server.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 18 14:42:56 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
Initial revision