[pulseaudio] 01/09: Merge tag 'debian/8.99.1-1' into ubuntu-pulse9-ppa

Luke Yelavich themuso-guest at moszumanska.debian.org
Thu Aug 25 22:10:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.

commit 29c03a47359d7a61e344a1f85774eb6dddb011f9
Merge: ab6120b e5de90a
Author: Luke Yelavich <themuso at ubuntu.com>
Date:   Wed Jun 1 12:24:28 2016 +1000

    Merge tag 'debian/8.99.1-1' into ubuntu-pulse9-ppa
    
    pulseaudio Debian release 8.99.1-1

 .tarball-version                                   |    2 +-
 .version                                           |    2 +-
 Makefile.in                                        |    4 +
 PROTOCOL                                           |   37 +
 aclocal.m4                                         |    2 +
 config.h.in                                        |   23 +-
 configure                                          | 1658 +++++++--
 configure.ac                                       |   58 +-
 debian/changelog                                   |   47 +
 debian/control                                     |   24 +-
 debian/patches/series                              |    2 -
 ...ort-available:-Switch-from-HDMI-to-analog.patch |   51 -
 debian/pulseaudio-module-udev.install              |    2 +
 debian/pulseaudio-module-udev.postinst             |   33 +
 debian/pulseaudio.install                          |    2 -
 debian/pulseaudio.postinst                         |    9 -
 debian/shlibs.local                                |    4 +-
 doxygen/Makefile.in                                |    4 +
 m4/ax_cxx_compile_stdcxx.m4                        |  558 +++
 m4/ax_cxx_compile_stdcxx_11.m4                     |   39 +
 man/Makefile.in                                    |    4 +
 man/pulse-client.conf.5                            |    4 +-
 man/pulse-client.conf.5.xml.in                     |    8 +
 man/pulse-daemon.conf.5                            |    4 +-
 man/pulse-daemon.conf.5.xml.in                     |    7 +-
 man/pulseaudio.1                                   |    5 +-
 man/pulseaudio.1.xml.in                            |   15 +-
 po/hu.po                                           | 3610 +++++++++++---------
 po/it.po                                           |  662 ++--
 po/tr.po                                           |  766 +++--
 po/zh_CN.po                                        | 1001 +++---
 shell-completion/bash/pulseaudio                   |    4 +-
 shell-completion/zsh/_pulseaudio                   |    1 +
 src/Makefile.am                                    |   22 +-
 src/Makefile.in                                    |  574 ++--
 src/daemon/cmdline.c                               |   13 +-
 src/daemon/daemon-conf.c                           |    2 +
 src/daemon/daemon-conf.h                           |    1 +
 src/daemon/default.pa.in                           |   31 -
 src/daemon/main.c                                  |    4 +-
 src/modules/alsa/alsa-mixer.c                      |  436 ++-
 .../alsa/mixer/paths/analog-input-linein.conf      |    4 +
 src/modules/alsa/mixer/paths/analog-input-mic.conf |    4 +
 .../mixer/profile-sets/sb-omni-surround-5.1.conf   |   17 +-
 src/modules/alsa/module-alsa-card.c                |   32 +
 src/modules/echo-cancel/adrian.c                   |   18 +-
 src/modules/echo-cancel/echo-cancel.h              |   14 +-
 src/modules/echo-cancel/module-echo-cancel.c       |   95 +-
 src/modules/echo-cancel/null.c                     |    4 +-
 src/modules/echo-cancel/speex.c                    |   58 +-
 src/modules/echo-cancel/webrtc.cc                  |  437 ++-
 src/modules/macosx/module-coreaudio-device.c       |   68 +-
 src/modules/module-card-restore.c                  |   72 +-
 src/modules/module-detect.c                        |    3 +
 src/modules/module-device-manager.c                |   32 +-
 src/modules/module-filter-apply.c                  |   86 +-
 src/modules/module-loopback.c                      |   28 +-
 src/modules/module-rescue-streams.c                |    2 +-
 src/modules/module-role-cork.c                     |  256 +-
 src/modules/module-role-ducking.c                  |  267 +-
 src/modules/module-solaris.c                       |   12 +-
 src/modules/module-stream-restore.c                |    6 +-
 src/modules/module-switch-on-port-available.c      |  240 +-
 src/modules/module-tunnel.c                        |    2 +-
 src/modules/rtp/module-rtp-recv.c                  |   18 +-
 src/modules/stream-interaction.c                   |  550 +++
 src/modules/stream-interaction.h                   |   21 +
 src/pulse/client-conf.c                            |    1 +
 src/pulse/client-conf.h                            |    2 +-
 src/pulse/context.c                                |  103 +-
 src/pulse/glib-mainloop.c                          |    2 +-
 src/pulse/internal.h                               |    3 +
 src/pulse/sample.h                                 |    2 +-
 src/pulse/stream.h                                 |    4 +-
 src/pulse/version.h                                |    6 +-
 src/pulsecore/card.c                               |   60 +
 src/pulsecore/card.h                               |   14 +
 src/pulsecore/core-util.c                          |    4 +-
 src/pulsecore/core.c                               |   24 +-
 src/pulsecore/core.h                               |   15 +-
 src/pulsecore/creds.h                              |    5 +
 src/pulsecore/filter/lfe-filter.c                  |    5 +-
 src/pulsecore/iochannel.c                          |    1 +
 src/pulsecore/log.c                                |   11 +
 src/pulsecore/macro.h                              |    6 +-
 src/pulsecore/mem.h                                |   60 +
 src/pulsecore/memblock.c                           |  277 +-
 src/pulsecore/memblock.h                           |   22 +-
 src/pulsecore/memblockq.c                          |    5 +-
 src/pulsecore/memchunk.c                           |    5 +-
 src/pulsecore/memfd-wrappers.h                     |   68 +
 src/pulsecore/native-common.c                      |   78 +
 src/pulsecore/native-common.h                      |   11 +
 src/pulsecore/pdispatch.c                          |   30 +-
 src/pulsecore/pdispatch.h                          |    5 +-
 src/pulsecore/protocol-native.c                    |  118 +-
 src/pulsecore/pstream-util.c                       |  102 +-
 src/pulsecore/pstream-util.h                       |    4 +-
 src/pulsecore/pstream.c                            |  200 +-
 src/pulsecore/pstream.h                            |    8 +-
 src/pulsecore/shm.c                                |  293 +-
 src/pulsecore/shm.h                                |   23 +-
 src/pulsecore/sink-input.c                         |  145 +-
 src/pulsecore/sink-input.h                         |    4 +-
 src/pulsecore/sink.c                               |    7 +-
 src/pulsecore/sink.h                               |    6 +
 src/pulsecore/source-output.c                      |  168 +-
 src/pulsecore/source-output.h                      |    4 +-
 src/pulsecore/source.c                             |    5 +
 src/pulsecore/source.h                             |    6 +
 src/tests/connect-stress.c                         |   15 +-
 src/tests/cpu-mix-test.c                           |    6 +-
 src/tests/cpu-remap-test.c                         |    4 +-
 src/tests/cpu-sconv-test.c                         |    4 +-
 src/tests/cpu-volume-test.c                        |    2 +-
 src/tests/cpulimit-test.c                          |    4 +-
 src/tests/extended-test.c                          |    4 +-
 src/tests/get-binary-name-test.c                   |    2 +-
 src/tests/interpol-test.c                          |    2 +-
 src/tests/lfe-filter-test.c                        |    4 +-
 src/tests/mcalign-test.c                           |    4 +-
 src/tests/memblock-test.c                          |   21 +-
 src/tests/memblockq-test.c                         |    4 +-
 src/tests/mix-test.c                               |    4 +-
 src/tests/mult-s16-test.c                          |    2 +-
 src/tests/remix-test.c                             |    4 +-
 src/tests/resampler-test.c                         |   46 +-
 src/tests/srbchannel-test.c                        |    6 +-
 src/tests/sync-playback.c                          |    4 +-
 src/utils/padsp.c                                  |    6 +
 vala/libpulse.vapi                                 |   15 +
 131 files changed, 9144 insertions(+), 5022 deletions(-)

diff --cc debian/changelog
index 862b165,625cec0..7e059df
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,46 -1,18 +1,93 @@@
++pulseaudio (1:8.99.1-1ubuntu1) UNRELEASED; urgency=medium
++
++  * Merge with experimental pulseaudio package:
++    - epoch (my stupid fault :S)
++    - Add a module to allow pulseaudio to use the Android audio HAL
++    - Adjust gbp.conf file to point to the ubuntu branch for package builds
++    - Disable module-role-cork by default
++    - Load module-x11-bell in the start-pulseaudio-x11 script
++    - Hide pulseaudio from startup apps dialog
++    - Quit daemon if pid file is removed
++    - Avoid abort when poll descriptor is 0, such as when using it with the
++      audioflinger bridge, like done in ubuntu touch
++    - change default rlimit_rttime value to 200 ms
++    - Don't probe UCM profiles, trust that the profile writer knows what they
++      are doing
++    - Add card hook to allow modules to do something before a profile becomes
++      active
++    - Add an option to the bluez discovery module to set the profile
++    - Allow leaving bluetooth transport running while sink and source are
++      suspended.
++    - Add option to module-switch-on-connect to skip abstract devices
++    - Add property to module-device-restore to skip store/restore
++    - Add missing fields for sink_input/source_output info struct to the vala
++      bindings
++    - Add a build/run autopkgtest for libpulse-dev
++    - Drop libsoxr-dev build dep, its in universe
++    - Add support for the trust-store
++    - Add snappy support, preventing snap apps from recording audio, full
++      support via trust-store is planned
++
++ -- Luke Yelavich <themuso at ubuntu.com>  Wed, 01 Jun 2016 12:21:21 +1000
++
+ pulseaudio (8.99.1-1) experimental; urgency=medium
+ 
+   * New upstream release candidate
+     - Closes: #813423
+     - Drop patches, applied upstream
+   * Bump dependency on libwebrtc-audio-processing to >= 0.2
+ 
+  -- Felipe Sateler <fsateler at debian.org>  Sat, 14 May 2016 15:16:09 -0300
+ 
+ pulseaudio (8.0-3) experimental; urgency=medium
+ 
+   * Split module-udev-detect into a separate package
+ 
+  -- Felipe Sateler <fsateler at debian.org>  Thu, 21 Apr 2016 23:59:41 -0300
+ 
 +pulseaudio (1:8.0-2ubuntu2) yakkety; urgency=medium
 +
 +  [ Simon Fels ]
 +  * debian/patches/0700-modules-add-snappy-policy-module.patch:
 +    - Add initial support for a snappy specific policy manager
 +      which will deny all audio recording from snaps for now
 +      until real integration with the trust-store is available. (LP: #1583057)
 +  * debian/rules:
 +    - Build with snappy support
 +  * debian/pulseaudio.install:
 +    - Include new snappy policy module
 +
 + -- Luke Yelavich <themuso at ubuntu.com>  Wed, 01 Jun 2016 12:04:14 +1000
 +
 +pulseaudio (1:8.0-2ubuntu1) yakkety; urgency=medium
 +
 +  * Merge from Debian experimental, remaining changes:
 +    - epoch (my stupid fault :S)
 +    - Add a module to allow pulseaudio to use the Android audio HAL
 +    - Adjust gbp.conf file to point to the ubuntu branch for package builds
 +    - Disable module-role-cork by default
 +    - Load module-x11-bell in the start-pulseaudio-x11 script
 +    - Hide pulseaudio from startup apps dialog
 +    - Quit daemon if pid file is removed
 +    - Avoid abort when poll descriptor is 0, such as when using it with the
 +      audioflinger bridge, like done in ubuntu touch
 +    - change default rlimit_rttime value to 200 ms
 +    - Don't probe UCM profiles, trust that the profile writer knows what they
 +      are doing
 +    - Add card hook to allow modules to do something before a profile becomes
 +      active
 +    - Add an option to the bluez4 discovery module to set the profile
 +    - Allow leaving bluetooth transport running while sink and source are
 +      suspended.
 +    - Add option to module-switch-on-connect to skip abstract devices
 +    - Add property to module-device-restore to skip store/restore
 +    - Add missing fields for sink_input/source_output info struct to the vala
 +      bindings
 +    - Add a build/run autopkgtest for libpulse-dev
 +    - Drop libsoxr-dev build dep, its in universe
 +
 + -- Luke Yelavich <themuso at ubuntu.com>  Thu, 28 Apr 2016 10:12:25 +0200
 +
  pulseaudio (8.0-2) unstable; urgency=medium
  
    * Add patch from upstream to switch back to HDMI when port is back.
diff --cc debian/control
index 9b91b75,32b63b0..4630a93
--- a/debian/control
+++ b/debian/control
@@@ -42,9 -36,8 +42,9 @@@ Build-Depends: android-headers-19 (>= 2
      libssl-dev,
      libsystemd-dev [linux-any],
      libtdb-dev [!hurd-any],
 +    libtrust-store-dev [armhf i386 amd64],
      libudev-dev (>= 143) [linux-any],
-     libwebrtc-audio-processing-dev,
+     libwebrtc-audio-processing-dev (>= 0.2),
      libwrap0-dev,
      libx11-xcb-dev,
      libxcb1-dev (>= 1.6),
diff --cc debian/patches/series
index 960b2ef,0000000..7ba17ab
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,48 -1,0 +1,46 @@@
- switch-on-port-available:-Switch-from-HDMI-to-analog.patch
- 
 +# Ubuntu specific config/fixes
 +0001-volume-config-changes.patch
 +0005-dont-load-cork-music-on-phone.patch
 +0006-load-module-x11-bell.patch
 +0016-nodisplay-autostart.patch
 +0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch
 +0024-alsa-mixer-Quick-workaround-for-potential-index-out-.patch
 +
 +# Ubuntu touch stuff
 +0202-dont-probe-ucm.patch
 +0203-card-Add-hook-before-profile-changes.patch
 +0206-module-bluetooth-discover-adding-module-option-profi.patch
 +0207-Enable-pulseaudio-droid.patch
 +0208-module-bluetooth-device-Allow-leaving-transport-runn.patch
 +0209-module-switch-on-connect-adding-parameter-to-allow-s.patch
 +0210-module-device-restore-adding-property-to-skip.patch
 +0211-corking-a-sink-input-stream-when-stalled.patch
 +
 +# Ubuntu touch: support for trust-store
 +0406-tagstruct-add-copy-method.patch
 +0407-access-Add-access-control-hooks.patch
 +0408-protocol-native-add-access-checks.patch
 +0409-Trust-store-patch.patch
 +0410-Add-thread-to-activate-trust-store-interface.patch
 +0417-increase-timeout-check-apparmor.patch
 +
 +# Ubuntu touch: enable bluez5 HFP over ofono support
 +0501-bluetooth-bluez5-ofono-add-support-for-HFP-gateway-r.patch
 +0502-bluetooth-bluez5-bring-back-SCO-over-PCM-support.patch
 +0503-bluetooth-bluez5-ofono-add-support-for-spekaer-micro.patch
 +0504-bluetooth-bluez5-add-support-for-both-mode.patch
 +0505-bluetooth-bluez5-let-user-specify-a-default-profile-.patch
 +0506-bluetooth-bluez5-prevent-SCO-sink-source-to-be-suspe.patch
 +0507-bluetooth-bluez5-drop-save-restore-of-SCO-sink-sourc.patch
 +0508-bluetooth-bluez5-add-guards-to-prevent-HFP-and-HSP-c.patch
 +0509-bluetooth-bluez5-don-t-reactivate-default-profile-wh.patch
 +0510-Further-fixes-for-HFP-A2DP-with-BlueZ-5.x.patch
 +
 +# Ubuntu touch: add support for Android 5.x
 +0600-droid-sync-with-upstream-for-Android-5-support-and-b.patch
 +0601-droid-alternative-hw-module-id.patch
 +0602-droid-inputstream-config-parameters.pach
 +0603-droid-port-priority-and-availability.patch
 +
 +# Ubuntu Snappy
 +0700-modules-add-snappy-policy-module.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git



More information about the pkg-pulseaudio-devel mailing list