pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Update pulseaudio to 0.9.14.
details: https://anonhg.NetBSD.org/pkgsrc/rev/46242dc6d93f
branches: trunk
changeset: 553333:46242dc6d93f
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Mon Jan 19 14:19:00 2009 +0000
description:
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/
diffstat:
audio/pulseaudio/Makefile | 5 ++---
audio/pulseaudio/distinfo | 10 +++++-----
audio/pulseaudio/patches/patch-aa | 22 +++++++++++-----------
3 files changed, 18 insertions(+), 19 deletions(-)
diffs (70 lines):
diff -r 14df64ae076d -r 46242dc6d93f audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Mon Jan 19 12:00:03 2009 +0000
+++ b/audio/pulseaudio/Makefile Mon Jan 19 14:19:00 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2009/01/03 19:34:02 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2009/01/19 14:19:00 jmcneill Exp $
#
-DISTNAME= pulseaudio-0.9.13
-PKGREVISION= 5
+DISTNAME= pulseaudio-0.9.14
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/pulseaudio/
diff -r 14df64ae076d -r 46242dc6d93f audio/pulseaudio/distinfo
--- a/audio/pulseaudio/distinfo Mon Jan 19 12:00:03 2009 +0000
+++ b/audio/pulseaudio/distinfo Mon Jan 19 14:19:00 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2009/01/08 12:11:46 dsainty Exp $
+$NetBSD: distinfo,v 1.12 2009/01/19 14:19:00 jmcneill Exp $
-SHA1 (pulseaudio-0.9.13.tar.gz) = c8482f1bb42d5213bfdbe2154e1a55b7bc04c915
-RMD160 (pulseaudio-0.9.13.tar.gz) = 07cea9939dfb4fc76f13bf01dfe22ab6d0fd8459
-Size (pulseaudio-0.9.13.tar.gz) = 1308493 bytes
-SHA1 (patch-aa) = 1493bed9c983c5c2a69f059b43926b936c62ccb7
+SHA1 (pulseaudio-0.9.14.tar.gz) = a0fb7c21ee21178e102a1e5a11d8ac474e6f5da4
+RMD160 (pulseaudio-0.9.14.tar.gz) = c7722d0d0240555edf917391989ad2e1cd4eb6b1
+Size (pulseaudio-0.9.14.tar.gz) = 1303077 bytes
+SHA1 (patch-aa) = 49ef2b68ef5ffd861e1339e792ab43205b7b1ed2
SHA1 (patch-ab) = b894cf1797a2f02e8131be8abc8250774bfec1ec
SHA1 (patch-ac) = 877f1dd615129aa7396fd3dc142474f2795fa802
SHA1 (patch-ad) = 60caf8bc41504fc035a7264ff3c32a4b19da0645
diff -r 14df64ae076d -r 46242dc6d93f audio/pulseaudio/patches/patch-aa
--- a/audio/pulseaudio/patches/patch-aa Mon Jan 19 12:00:03 2009 +0000
+++ b/audio/pulseaudio/patches/patch-aa Mon Jan 19 14:19:00 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.4 2008/12/23 19:29:29 jmcneill Exp $
+$NetBSD: patch-aa,v 1.5 2009/01/19 14:19:00 jmcneill Exp $
---- src/utils/padsp.c.orig 2008-10-01 19:05:01.000000000 -0400
-+++ src/utils/padsp.c 2008-12-23 12:55:02.000000000 -0500
+--- src/utils/padsp.c.orig 2009-01-12 18:10:34.000000000 -0500
++++ src/utils/padsp.c 2009-01-19 08:09:05.000000000 -0500
@@ -59,6 +59,10 @@
# define SIOCINQ FIONREAD
#endif
@@ -105,15 +105,15 @@
if (!function_enter()) {
LOAD_IOCTL_FUNC();
-@@ -2383,6 +2415,8 @@ int access(const char *pathname, int mod
-
+@@ -2384,6 +2416,8 @@ int access(const char *pathname, int mod
if (!pathname ||
- ( strcmp(pathname, "/dev/dsp") != 0 &&
-+ strcmp(pathname, "/dev/sound") != 0 &&
-+ strcmp(pathname, "/dev/audio") != 0 &&
- strcmp(pathname, "/dev/adsp") != 0 &&
- strcmp(pathname, "/dev/sndstat") != 0 &&
- strcmp(pathname, "/dev/mixer") != 0 )) {
+ (strcmp(pathname, "/dev/dsp") != 0 &&
+ strcmp(pathname, "/dev/adsp") != 0 &&
++ strcmp(pathname, "/dev/sound") != 0 &&
++ strcmp(pathname, "/dev/audio") != 0 &&
+ strcmp(pathname, "/dev/sndstat") != 0 &&
+ strcmp(pathname, "/dev/mixer") != 0 )) {
+ LOAD_ACCESS_FUNC();
@@ -2412,6 +2446,8 @@ int stat(const char *pathname, struct st
if (!pathname ||
!buf ||
Home |
Main Index |
Thread Index |
Old Index