[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-215-gd098a92

Colin Guthrie gitmailer-noreply at 0pointer.de
Thu Mar 24 15:47:07 PDT 2011


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  d47a33775b55877b9df42add3346779bba077299 (commit)

- Log -----------------------------------------------------------------
d098a92 po: Remove files no longer in the tree (and which didn't have any translations anyway).
705cf4d vala: Some bugfixes for the vala bindings
-----------------------------------------------------------------------

Summary of changes:
 Makefile.am        |    3 ++-
 po/POTFILES.in     |    2 --
 vala/libpulse.deps |    1 +
 vala/libpulse.vapi |    8 ++++----
 4 files changed, 7 insertions(+), 7 deletions(-)
 create mode 100644 vala/libpulse.deps

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

commit 705cf4d3164befffeb927e05d9f0f4402e9f80c4
Author: Alexander Kurtz <kurtz.alex at googlemail.com>
Date:   Thu Mar 24 21:35:17 2011 +0000

    vala: Some bugfixes for the vala bindings
    
     1. PA uses Vala's "Posix" package (see line 23 of libpulse.vapi).
        These dependencies have to be declared in the *.deps file.
    
     2. Fix obvious copy/paste error.
    
     3. Rename the parameter to match the C function. This simplifies
        understanding what this parameter means.
    
     4. According to the official documentation the "dev" parameter
        for playback/capture streams on connection may be NULL and this
        is the default. Change the method definition accordingly.

diff --git a/Makefile.am b/Makefile.am
index ca43de1..936e019 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ EXTRA_DIST = \
 	doxygen/doxygen.conf.in \
 	README \
 	todo \
+	vala/libpulse.deps \
 	vala/libpulse.vapi
 
 SUBDIRS = src doxygen man po
@@ -36,7 +37,7 @@ MAINTAINERCLEANFILES =
 noinst_DATA =
 
 vapidir = $(datadir)/vala/vapi
-vapi_DATA = vala/libpulse.vapi
+vapi_DATA = vala/libpulse.deps vala/libpulse.vapi
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libpulse.pc libpulse-simple.pc
diff --git a/vala/libpulse.deps b/vala/libpulse.deps
new file mode 100644
index 0000000..b3188f7
--- /dev/null
+++ b/vala/libpulse.deps
@@ -0,0 +1 @@
+posix
diff --git a/vala/libpulse.vapi b/vala/libpulse.vapi
index 21c0f7c..aed526a 100644
--- a/vala/libpulse.vapi
+++ b/vala/libpulse.vapi
@@ -237,7 +237,7 @@ namespace PulseAudio {
         [CCode (cname="PA_CHANNELS_MAX")]
         public const int CHANNELS_MAX;
 
-        [CCode (cname="PA_CHANNELS_MAX")]
+        [CCode (cname="PA_RATE_MAX")]
         public const int RATE_MAX;
 
         [CCode (cname="pa_cvolume")]
@@ -854,7 +854,7 @@ namespace PulseAudio {
                 public int iterate(bool block = true, out int retval = null);
                 public int run(out int retval = null);
                 public unowned MainLoopApi get_api();
-                public void quit(int r);
+                public void quit(int retval);
                 public void wakeup();
                 public void set_poll_func(PollFunc poll_func);
         }
@@ -1194,8 +1194,8 @@ namespace PulseAudio {
                 public int is_suspended();
                 public int is_corked();
 
-                public int connect_playback(string dev, BufferAttr? a = null, Flags flags = 0, CVolume? volume = null, Stream? sync_stream = null);
-                public int connect_record(string dev, BufferAttr? a = null, Flags flags = 0);
+                public int connect_playback(string? dev = null, BufferAttr? a = null, Flags flags = 0, CVolume? volume = null, Stream? sync_stream = null);
+                public int connect_record(string? dev = null, BufferAttr? a = null, Flags flags = 0);
                 public int connect_upload(size_t length);
                 public int disconnect();
                 public int finish_upload();

commit d098a9295a62a009a5161152a45cea4a6a9705eb
Author: Colin Guthrie <cguthrie at mandriva.org>
Date:   Thu Mar 24 22:08:59 2011 +0000

    po: Remove files no longer in the tree (and which didn't have any translations anyway).
    
    File was removed in c470680e

diff --git a/po/POTFILES.in b/po/POTFILES.in
index 80274f1..ba7e9b7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -84,7 +84,6 @@ src/pulsecore/socket-client.c
 src/pulsecore/idxset.c
 src/pulsecore/pipe.c
 src/pulsecore/asyncmsgq.c
-src/pulsecore/inet_pton.c
 src/pulsecore/socket-util.c
 src/pulsecore/object.c
 src/pulsecore/sioman.c
@@ -93,7 +92,6 @@ src/pulsecore/x11prop.c
 src/pulsecore/sconv-s16be.c
 src/pulsecore/thread-posix.c
 src/pulsecore/client.c
-src/pulsecore/inet_ntop.c
 src/pulsecore/strlist.c
 src/pulsecore/msgobject.c
 src/pulsecore/mutex-win32.c

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list