[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.12-71-gd68c2c9

Lennart Poettering gitmailer-noreply at 0pointer.de
Wed Sep 10 15:41:12 PDT 2008


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  4ae124b1c92f21bc6b089863bf9c97145f44eb99 (commit)

- Log -----------------------------------------------------------------
d68c2c9... replace Makefile stub copies by symlinks
8257214... enable bluetooth by default
c0a1706... downgrade a D-Bus log message to debug
db955e8... add trivial redirecting makefile to bt dir
-----------------------------------------------------------------------

Summary of changes:
 src/daemon/default.pa.in                          |    5 +++++
 src/modules/bluetooth/Makefile                    |    1 +
 src/modules/bluetooth/module-bluetooth-discover.c |    2 +-
 src/modules/gconf/Makefile                        |   14 +-------------
 src/modules/rtp/Makefile                          |   14 +-------------
 5 files changed, 9 insertions(+), 27 deletions(-)
 create mode 120000 src/modules/bluetooth/Makefile
 mode change 100644 => 120000 src/modules/gconf/Makefile
 mode change 100644 => 120000 src/modules/rtp/Makefile

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

commit db955e87ec0b68571377f4e49cc8c7b533249c92
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Sep 11 01:39:20 2008 +0300

    add trivial redirecting makefile to bt dir

diff --git a/src/modules/bluetooth/Makefile b/src/modules/bluetooth/Makefile
new file mode 120000
index 0000000..efe5a33
--- /dev/null
+++ b/src/modules/bluetooth/Makefile
@@ -0,0 +1 @@
+../../pulse/Makefile
\ No newline at end of file

commit c0a17064280742aa0754dc798dc62e4bad8f60ec
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Sep 11 01:40:18 2008 +0300

    downgrade a D-Bus log message to debug

diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c
index 12473df..780135c 100644
--- a/src/modules/bluetooth/module-bluetooth-discover.c
+++ b/src/modules/bluetooth/module-bluetooth-discover.c
@@ -398,7 +398,7 @@ static DBusHandlerResult filter_cb(DBusConnection *bus, DBusMessage *msg, void *
     u = userdata;
     dbus_error_init(&err);
 
-    pa_log("dbus: interface=%s, path=%s, member=%s\n",
+    pa_log_debug("dbus: interface=%s, path=%s, member=%s\n",
             dbus_message_get_interface(msg),
             dbus_message_get_path(msg),
             dbus_message_get_member(msg));

commit 82572142001acc8af096000bec9b76279deeb55a
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Sep 11 01:40:40 2008 +0300

    enable bluetooth by default

diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index 5f35e3e..0af9931 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -48,6 +48,11 @@ load-module module-hal-detect
 load-module module-detect
 .endif
 
+### Automatically load driver modules for Bluetooth hardware
+.ifexists module-bluetooth-discover at PA_SOEXT@
+load-module module-bluetooth-discover
+.endif
+
 ### Load several protocols
 .ifexists module-esound-protocol-unix at PA_SOEXT@
 load-module module-esound-protocol-unix

commit d68c2c9f4374d480a02d096430fdc94fa1eb8740
Author: Lennart Poettering <lennart at poettering.net>
Date:   Thu Sep 11 01:41:08 2008 +0300

    replace Makefile stub copies by symlinks

diff --git a/src/modules/gconf/Makefile b/src/modules/gconf/Makefile
deleted file mode 100644
index 316beb7..efe5a33
--- a/src/modules/gconf/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# This is a dirty trick just to ease compilation with emacs
-#
-# This file is not intended to be distributed or anything
-#
-# So: don't touch it, even better ignore it!
-
-all:
-	$(MAKE) -C ../..
-
-clean:
-	$(MAKE) -C ../.. clean
-
-.PHONY: all clean
diff --git a/src/modules/gconf/Makefile b/src/modules/gconf/Makefile
new file mode 120000
index 316beb7..efe5a33
--- /dev/null
+++ b/src/modules/gconf/Makefile
@@ -0,0 +1 @@
+../../pulse/Makefile
\ No newline at end of file
diff --git a/src/modules/rtp/Makefile b/src/modules/rtp/Makefile
deleted file mode 100644
index 316beb7..efe5a33
--- a/src/modules/rtp/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# This is a dirty trick just to ease compilation with emacs
-#
-# This file is not intended to be distributed or anything
-#
-# So: don't touch it, even better ignore it!
-
-all:
-	$(MAKE) -C ../..
-
-clean:
-	$(MAKE) -C ../.. clean
-
-.PHONY: all clean
diff --git a/src/modules/rtp/Makefile b/src/modules/rtp/Makefile
new file mode 120000
index 316beb7..efe5a33
--- /dev/null
+++ b/src/modules/rtp/Makefile
@@ -0,0 +1 @@
+../../pulse/Makefile
\ No newline at end of file

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list