[SCM] pulseaudio packaging branch, master, updated. debian/0.99.1-1-10-g5fb417a

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sun Aug 28 17:44:08 UTC 2011


The branch, master has been updated
       via  5fb417ae7b0310392c64110fe137bf1de3e73874 (commit)
       via  2cd6e3161489973044d92f118f2d581560369f0c (commit)
       via  f202bb5dc7b98338a532df3800ad27b327cf428c (commit)
       via  6bc370ae57331bc028a1efaebaec77eaf32de164 (commit)
       via  759c350f9fa6c278b7a634a6ceabd4a894331d97 (commit)
       via  6f3124abb39c67957ccfed4c5095d5f7245c8ab0 (commit)
       via  103dd7339cc0344865c6de4f92756a6d18637c90 (commit)
       via  61c915b463989e278d68c27b468fa54538a422e5 (commit)
       via  6bbaad8a2c4d6f6c905cc2c440702d9ca1c3d77d (commit)
       via  eb98b00a0e5aab8d6e77bc18223316a36b5ff26d (commit)
      from  a2b9b8020843fe829d0b673d413dcb935704c439 (commit)


- Shortlog ------------------------------------------------------------
5fb417a Target experimental
2cd6e31 debian/control: Remove CJ from Uploaders (Closes: 636428)
f202bb5 debian/rules: Adopt the arm{,el} build hack to the new version. Fixes build on arm{el,}
6bc370a Fix build on kfreebsd architectures (Closes: 637785)
759c350 target experimental
6f3124a debian/libpulse0.symbols: Updated
103dd73 debian/control: Bump libjack-dev b-d to 0.117.0
61c915b Begin packaging of 0.99.2
6bbaad8 Merge commit 'upstream/0.99.2'

Summary of changes:
 .tarball-version                                |    2 +-
 .version                                        |    2 +-
 configure                                       |   38 +++---
 configure.ac                                    |    4 +-
 debian/changelog                                |   19 +++
 debian/control                                  |    4 +-
 debian/libpulse0.symbols                        |   11 +-
 debian/rules                                    |   14 +-
 man/pactl.1                                     |   87 ++++++++-----
 man/pactl.1.xml.in                              |  149 +++++++++++++++------
 po/POTFILES.in                                  |    2 +-
 src/Makefile.am                                 |    4 +-
 src/Makefile.in                                 |  123 +++++++++---------
 src/daemon/caps.c                               |    3 +-
 src/daemon/cmdline.c                            |    2 +-
 src/daemon/daemon-conf.c                        |    4 +-
 src/daemon/default.pa.in                        |   15 ++-
 src/daemon/dumpmodules.c                        |    4 +-
 src/daemon/ltdl-bind-now.c                      |    3 +-
 src/daemon/main.c                               |    7 +-
 src/daemon/system.pa.in                         |   12 ++-
 src/map-file                                    |    1 +
 src/modules/alsa/alsa-mixer.c                   |   12 +-
 src/modules/alsa/alsa-sink.c                    |   85 ++++++++++++-
 src/modules/alsa/alsa-source.c                  |    8 +-
 src/modules/alsa/alsa-util.c                    |    2 +-
 src/modules/alsa/module-alsa-card.c             |    2 +-
 src/modules/bluetooth/bluetooth-util.c          |    4 +-
 src/modules/bluetooth/module-bluetooth-device.c |    2 +-
 src/modules/dbus/iface-core.c                   |    6 +-
 src/modules/dbus/module-dbus-protocol.c         |    2 +
 src/modules/echo-cancel/module-echo-cancel.c    |    2 +-
 src/modules/jack/module-jackdbus-detect.c       |    1 +
 src/modules/module-always-sink.c                |    4 +-
 src/modules/module-card-restore.c               |    3 +-
 src/modules/module-device-manager.c             |    7 +-
 src/modules/module-device-restore.c             |   89 +++++++++++--
 src/modules/module-equalizer-sink.c             |    2 +-
 src/modules/module-esound-compat-spawnfd.c      |    3 +-
 src/modules/module-filter-apply.c               |    6 +-
 src/modules/module-filter-heuristics.c          |   11 +-
 src/modules/module-ladspa-sink.c                |    2 +-
 src/modules/module-native-protocol-fd.c         |    4 +-
 src/modules/module-null-sink.c                  |    2 +-
 src/modules/module-null-source.c                |    1 +
 src/modules/module-rygel-media-server.c         |    2 +-
 src/modules/module-stream-restore.c             |   93 +++++++++++++-
 src/modules/module-tunnel.c                     |   24 +++-
 src/modules/module-virtual-sink.c               |    2 +-
 src/modules/module-virtual-source.c             |    4 +-
 src/modules/raop/raop_client.c                  |    2 +
 src/modules/reserve-wrap.c                      |    2 +-
 src/pulse/channelmap.c                          |    2 +-
 src/pulse/client-conf-x11.c                     |    2 +-
 src/pulse/client-conf.c                         |    2 +-
 src/pulse/context.c                             |    4 +-
 src/pulse/def.h                                 |    4 +
 src/pulse/error.c                               |    3 +-
 src/pulse/ext-device-restore.c                  |    9 +-
 src/pulse/ext-device-restore.h                  |    2 +
 src/pulse/format.c                              |   79 +++++++++--
 src/pulse/format.h                              |    7 +
 src/pulse/i18n.c                                |   38 ------
 src/pulse/i18n.h                                |   62 ---------
 src/pulse/introspect.h                          |    8 +-
 src/pulse/mainloop-api.c                        |    2 +-
 src/pulse/mainloop-signal.c                     |    2 +-
 src/pulse/mainloop.c                            |    2 +-
 src/pulse/proplist.h                            |    6 +-
 src/pulse/sample.c                              |    2 +-
 src/pulse/thread-mainloop.c                     |    2 +-
 src/pulse/version.h                             |    2 +-
 src/pulse/volume.c                              |    3 +-
 src/pulsecore/core.c                            |    4 +-
 src/pulsecore/cpu-orc.c                         |    4 +
 src/pulsecore/cpu-orc.h                         |    4 -
 src/pulsecore/flist.c                           |    1 +
 src/pulsecore/i18n.c                            |   38 ++++++
 src/pulsecore/i18n.h                            |   61 +++++++++
 src/pulsecore/lock-autospawn.c                  |    2 +-
 src/pulsecore/log.c                             |    5 +-
 src/pulsecore/memblock.c                        |    8 +-
 src/pulsecore/mime-type.h                       |    4 -
 src/pulsecore/protocol-dbus.c                   |    2 +-
 src/pulsecore/protocol-native.c                 |    3 +-
 src/pulsecore/sample-util.c                     |    2 +-
 src/pulsecore/sink-input.c                      |   18 ++-
 src/pulsecore/sink.c                            |   27 ++++-
 src/pulsecore/sink.h                            |   12 ++-
 src/pulsecore/source-output.c                   |   10 +-
 src/pulsecore/source.c                          |    9 ++
 src/pulsecore/source.h                          |    1 +
 src/pulsecore/svolume_arm.c                     |    2 +-
 src/pulsecore/svolume_mmx.c                     |    2 +-
 src/pulsecore/svolume_orc.c                     |    2 +-
 src/pulsecore/svolume_sse.c                     |    2 +-
 src/tests/resampler-test.c                      |    2 +-
 src/utils/pacat.c                               |    5 +-
 src/utils/pacmd.c                               |    2 +-
 src/utils/pactl.c                               |  159 +++++++++++++++++------
 src/utils/pasuspender.c                         |    3 +-
 src/utils/pax11publish.c                        |    2 +-
 102 files changed, 1060 insertions(+), 478 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 5fb417ae7b0310392c64110fe137bf1de3e73874
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Aug 28 18:25:27 2011 +0100

    Target experimental

diff --git a/debian/changelog b/debian/changelog
index 84a6e46..96b9a21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pulseaudio (0.99.2-2) UNRELEASED; urgency=low
+pulseaudio (0.99.2-2) experimental; urgency=low
 
   * Fix build on kfreebsd architectures (Closes: 637785)
     - Don't install /usr/share/pulseaudio
@@ -7,7 +7,7 @@ pulseaudio (0.99.2-2) UNRELEASED; urgency=low
     on arm{el,}
   * debian/control: Remove CJ from Uploaders (Closes: 636428)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 16:29:51 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 18:25:10 +0100
 
 pulseaudio (0.99.2-1) experimental; urgency=low
 

commit 2cd6e3161489973044d92f118f2d581560369f0c
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Aug 28 16:30:18 2011 +0100

    debian/control: Remove CJ from Uploaders (Closes: 636428)

diff --git a/debian/changelog b/debian/changelog
index 3d3924f..84a6e46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ pulseaudio (0.99.2-2) UNRELEASED; urgency=low
     - Ignore symbols that don't exist on kfreebsd
   * debian/rules: Adopt the arm{,el} build hack to the new version. Fixes build
     on arm{el,}
+  * debian/control: Remove CJ from Uploaders (Closes: 636428)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 16:24:47 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 16:29:51 +0100
 
 pulseaudio (0.99.2-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 391e9ab..6e3e911 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pulseaudio
 Section: sound
 Priority: optional
 Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel at lists.alioth.debian.org>
-Uploaders: CJ van den Berg <cj at vdbonline.com>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 8.1.3), cdbs, quilt, m4, dh-autoreconf,
     libltdl-dev (>= 2.2.6a-2),
     libsamplerate0-dev, libsndfile1-dev (>= 1.0.20), libglib2.0-dev,

commit f202bb5dc7b98338a532df3800ad27b327cf428c
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Aug 28 16:27:06 2011 +0100

    debian/rules: Adopt the arm{,el} build hack to the new version. Fixes build on arm{el,}

diff --git a/debian/changelog b/debian/changelog
index 2cc87b4..3d3924f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ pulseaudio (0.99.2-2) UNRELEASED; urgency=low
   * Fix build on kfreebsd architectures (Closes: 637785)
     - Don't install /usr/share/pulseaudio
     - Ignore symbols that don't exist on kfreebsd
+  * debian/rules: Adopt the arm{,el} build hack to the new version. Fixes build
+    on arm{el,}
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 16:15:25 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 16:24:47 +0100
 
 pulseaudio (0.99.2-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index c4a43e0..1647dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ common-install-arch::
 
 common-configure-arch::
 ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
-	make -C src libpulsecore_0.9.23_la-svolume_arm.lo CFLAGS+=-march=armv6
+	make -C src libpulsecore_0.99.2_la-svolume_arm.lo CFLAGS+=-march=armv6
 endif
 
 pulseaudio-install-arch::

commit 6bc370ae57331bc028a1efaebaec77eaf32de164
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Aug 28 16:17:27 2011 +0100

    Fix build on kfreebsd architectures (Closes: 637785)
    
    * Fix build on kfreebsd architectures (Closes: 637785)
      - Don't install /usr/share/pulseaudio
      - Ignore symbols that don't exist on kfreebsd

diff --git a/debian/changelog b/debian/changelog
index 53b9421..2cc87b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pulseaudio (0.99.2-2) UNRELEASED; urgency=low
+
+  * Fix build on kfreebsd architectures (Closes: 637785)
+    - Don't install /usr/share/pulseaudio
+    - Ignore symbols that don't exist on kfreebsd
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 28 Aug 2011 16:15:25 +0100
+
 pulseaudio (0.99.2-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/libpulse0.symbols b/debian/libpulse0.symbols
index 11bd7ab..58b84cd 100644
--- a/debian/libpulse0.symbols
+++ b/debian/libpulse0.symbols
@@ -535,8 +535,8 @@ libpulsecommon-0.99.so libpulse0 #MINVER#
  pa_in_system_mode at Base 0.99.1
  pa_init_i18n at Base 0.99.1
  pa_init_proplist at Base 0.99.1
- pa_iochannel_creds_enable at Base 0.99.1
- pa_iochannel_creds_supported at Base 0.99.1
+ (arch=!kfreebsd-amd64 !kfreebsd-i386)pa_iochannel_creds_enable at Base 0.99.1
+ (arch=!kfreebsd-amd64 !kfreebsd-i386)pa_iochannel_creds_supported at Base 0.99.1
  pa_iochannel_free at Base 0.99.1
  pa_iochannel_get_mainloop_api at Base 0.99.1
  pa_iochannel_get_recv_fd at Base 0.99.1
@@ -546,7 +546,7 @@ libpulsecommon-0.99.so libpulse0 #MINVER#
  pa_iochannel_is_writable at Base 0.99.1
  pa_iochannel_new at Base 0.99.1
  pa_iochannel_read at Base 0.99.1
- pa_iochannel_read_with_creds at Base 0.99.1
+ (arch=!kfreebsd-amd64 !kfreebsd-i386)pa_iochannel_read_with_creds at Base 0.99.1
  pa_iochannel_set_callback at Base 0.99.1
  pa_iochannel_set_noclose at Base 0.99.1
  pa_iochannel_socket_is_local at Base 0.99.1
@@ -554,7 +554,7 @@ libpulsecommon-0.99.so libpulse0 #MINVER#
  pa_iochannel_socket_set_rcvbuf at Base 0.99.1
  pa_iochannel_socket_set_sndbuf at Base 0.99.1
  pa_iochannel_write at Base 0.99.1
- pa_iochannel_write_with_creds at Base 0.99.1
+ (arch=!kfreebsd-amd64 !kfreebsd-i386)pa_iochannel_write_with_creds at Base 0.99.1
  pa_ioline_close at Base 0.99.1
  pa_ioline_defer_close at Base 0.99.1
  pa_ioline_detach_iochannel at Base 0.99.1
diff --git a/debian/rules b/debian/rules
index f9ad900..c4a43e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,12 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/autoreconf.mk
 
 common-build-arch::
-	grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
-	    debian/pulseaudio.install.kfreebsd-i386
-	grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
-	    debian/pulseaudio.install.kfreebsd-amd64
-	grep -v -e alsa -e evdev -e udev debian/pulseaudio.install > \
-	    debian/pulseaudio.install.hurd-i386
+	grep -v -e alsa -e evdev -e udev -e share/pulseaudio \
+	  debian/pulseaudio.install > debian/pulseaudio.install.kfreebsd-i386
+	grep -v -e alsa -e evdev -e udev -e share/pulseaudio \
+	  debian/pulseaudio.install >  debian/pulseaudio.install.kfreebsd-amd64
+	grep -v -e alsa -e evdev -e udev -e share/pulseaudio \
+	  debian/pulseaudio.install > debian/pulseaudio.install.hurd-i386
 
 common-install-arch::
 	find $(DEB_DESTDIR) -name "*.la" -delete

commit 759c350f9fa6c278b7a634a6ceabd4a894331d97
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Tue Aug 23 20:51:42 2011 +0200

    target experimental

diff --git a/debian/changelog b/debian/changelog
index 013e6f4..53b9421 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-pulseaudio (0.99.2-1) UNRELEASED; urgency=low
+pulseaudio (0.99.2-1) experimental; urgency=low
 
   * New upstream release
   * debian/control: Bump libjack-dev b-d to 0.117.0
   * debian/libpulse0.symbols: Updated
 
- -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 18:50:04 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 20:51:25 +0200
 
 pulseaudio (0.99.1-1) experimental; urgency=low
 

commit 6f3124abb39c67957ccfed4c5095d5f7245c8ab0
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Tue Aug 23 18:50:11 2011 +0200

    debian/libpulse0.symbols: Updated

diff --git a/debian/changelog b/debian/changelog
index 21cb50c..013e6f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ pulseaudio (0.99.2-1) UNRELEASED; urgency=low
 
   * New upstream release
   * debian/control: Bump libjack-dev b-d to 0.117.0
+  * debian/libpulse0.symbols: Updated
 
- -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 18:38:17 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 18:50:04 +0200
 
 pulseaudio (0.99.1-1) experimental; urgency=low
 
diff --git a/debian/libpulse0.symbols b/debian/libpulse0.symbols
index cef2466..11bd7ab 100644
--- a/debian/libpulse0.symbols
+++ b/debian/libpulse0.symbols
@@ -162,6 +162,7 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_ext_device_restore_read_sink_formats at PULSE_0 0.99.1
  pa_ext_device_restore_read_sink_formats_all at PULSE_0 0.99.1
  pa_ext_device_restore_save_sink_formats at PULSE_0 0.99.1
+ pa_ext_device_restore_set_subscribe_cb at PULSE_0 0.99.2
  pa_ext_device_restore_subscribe at PULSE_0 0.99.1
  pa_ext_device_restore_test at PULSE_0 0.99.1
  pa_ext_stream_restore_delete at PULSE_0 0.99.1
@@ -440,6 +441,7 @@ libpulsecommon-0.99.so libpulse0 #MINVER#
  pa_dynarray_new at Base 0.99.1
  pa_dynarray_put at Base 0.99.1
  pa_dynarray_size at Base 0.99.1
+ pa_encoding_from_string at Base 0.99.2
  pa_encoding_to_string at Base 0.99.1
  pa_endswith at Base 0.99.1
  pa_escape at Base 0.99.1
@@ -454,6 +456,7 @@ libpulsecommon-0.99.so libpulse0 #MINVER#
  pa_format_info_free2 at Base 0.99.1
  pa_format_info_free at Base 0.99.1
  pa_format_info_from_sample_spec at Base 0.99.1
+ pa_format_info_from_string at Base 0.99.2
  pa_format_info_get_prop_int at Base 0.99.1
  pa_format_info_get_prop_string at Base 0.99.1
  pa_format_info_is_compatible at Base 0.99.1

commit 103dd7339cc0344865c6de4f92756a6d18637c90
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Tue Aug 23 18:38:32 2011 +0200

    debian/control: Bump libjack-dev b-d to 0.117.0

diff --git a/debian/changelog b/debian/changelog
index cdab5d9..21cb50c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 pulseaudio (0.99.2-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/control: Bump libjack-dev b-d to 0.117.0
 
- -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 18:36:56 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 18:38:17 +0200
 
 pulseaudio (0.99.1-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index f654d73..391e9ab 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8.1.3), cdbs, quilt, m4, dh-autoreconf,
     libsamplerate0-dev, libsndfile1-dev (>= 1.0.20), libglib2.0-dev,
     libcap-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libasound2-dev (>= 1.0.19) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
-    libavahi-client-dev, libjack-dev, libwrap0-dev,
+    libavahi-client-dev, libjack-dev (>= 0.117.0), libwrap0-dev,
     liblircclient-dev, libgconf2-dev,
     libudev-dev (>= 143) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
     libasyncns-dev,

commit 61c915b463989e278d68c27b468fa54538a422e5
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Tue Aug 23 18:37:19 2011 +0200

    Begin packaging of 0.99.2

diff --git a/debian/changelog b/debian/changelog
index b099d0f..cdab5d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pulseaudio (0.99.2-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue, 23 Aug 2011 18:36:56 +0200
+
 pulseaudio (0.99.1-1) experimental; urgency=low
 
   * New upstream test release

commit 6bbaad8a2c4d6f6c905cc2c440702d9ca1c3d77d
Merge: a2b9b8020843fe829d0b673d413dcb935704c439 eb98b00a0e5aab8d6e77bc18223316a36b5ff26d
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Tue Aug 23 18:36:42 2011 +0200

    Merge commit 'upstream/0.99.2'


-- 
pulseaudio packaging



More information about the pkg-pulseaudio-devel mailing list