[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.16-test2-32-g5a0ef5f

Lennart Poettering gitmailer-noreply at 0pointer.de
Thu Jul 23 10:12:35 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  1160cad9c3f87659e810ebdb9c4a20626e8a4eed (commit)

- Log -----------------------------------------------------------------
5a0ef5f daemon: replace colons by dash in per-machine directory names for compat with weird filesystems
ac38c4d build-sys: add a couple of stub Makefiles
-----------------------------------------------------------------------

Summary of changes:
 src/modules/alsa/mixer/Makefile              |    1 +
 src/modules/alsa/mixer/paths/Makefile        |    1 +
 src/modules/alsa/mixer/profile-sets/Makefile |    1 +
 src/pulsecore/core-util.c                    |    4 ++--
 4 files changed, 5 insertions(+), 2 deletions(-)
 create mode 120000 src/modules/alsa/mixer/Makefile
 create mode 120000 src/modules/alsa/mixer/paths/Makefile
 create mode 120000 src/modules/alsa/mixer/profile-sets/Makefile

-----------------------------------------------------------------------

commit ac38c4d89845237cd5d19c29d8d3ef55f0374dca
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jul 23 18:49:28 2009 +0200

    build-sys: add a couple of stub Makefiles

diff --git a/src/modules/alsa/mixer/Makefile b/src/modules/alsa/mixer/Makefile
new file mode 120000
index 0000000..b495519
--- /dev/null
+++ b/src/modules/alsa/mixer/Makefile
@@ -0,0 +1 @@
+../../../pulse/Makefile
\ No newline at end of file
diff --git a/src/modules/alsa/mixer/paths/Makefile b/src/modules/alsa/mixer/paths/Makefile
new file mode 120000
index 0000000..dc23aaa
--- /dev/null
+++ b/src/modules/alsa/mixer/paths/Makefile
@@ -0,0 +1 @@
+../../../../pulse/Makefile
\ No newline at end of file
diff --git a/src/modules/alsa/mixer/profile-sets/Makefile b/src/modules/alsa/mixer/profile-sets/Makefile
new file mode 120000
index 0000000..dc23aaa
--- /dev/null
+++ b/src/modules/alsa/mixer/profile-sets/Makefile
@@ -0,0 +1 @@
+../../../../pulse/Makefile
\ No newline at end of file

commit 5a0ef5fd139151b285720f2c9edf3b559556c86d
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Jul 23 19:12:53 2009 +0200

    daemon: replace colons by dash in per-machine directory names for compat with weird filesystems

diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 04e7eb2..5f777d5 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -1481,7 +1481,7 @@ char *pa_get_runtime_dir(void) {
         goto fail;
     }
 
-    k = pa_sprintf_malloc("%s" PA_PATH_SEP "%s:runtime", d, mid);
+    k = pa_sprintf_malloc("%s" PA_PATH_SEP "%s-runtime", d, mid);
     pa_xfree(d);
     pa_xfree(mid);
 
@@ -1904,7 +1904,7 @@ static char *get_path(const char *fn, pa_bool_t prependmid, pa_bool_t rt) {
                 return NULL;
             }
 
-            r = pa_sprintf_malloc("%s" PA_PATH_SEP "%s:%s", rtp, mid, fn);
+            r = pa_sprintf_malloc("%s" PA_PATH_SEP "%s-%s", rtp, mid, fn);
             pa_xfree(mid);
         } else
             r = pa_sprintf_malloc("%s" PA_PATH_SEP "%s", rtp, fn);

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list