[SCM] pulseaudio packaging branch, master, updated. debian/4.0-6-30-g76eb687

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Fri Mar 28 23:13:53 UTC 2014


The branch, master has been updated
       via  76eb687b5c82c86295086c3b5c04f29059e51064 (commit)
       via  100a7c2df712668df25a65922eddfa6beca777b6 (commit)
       via  4bdaebd3e5c07b230483535540fdc1a44a6105d2 (commit)
       via  64a70a9e80ce36a605c0e5e1d089c76442e6a58f (commit)
       via  ce2636cd912abe3b11dec102c92a19302c60506e (commit)
       via  2ac0ff336ba7f2af0e5b7ac9c98fc7a6a82375f8 (commit)
       via  cad03dabdaa0b2e15b7245bc600b8a687baa07c2 (commit)
       via  c7afe8e158db3ade0d5ef40b465112b0086b536e (commit)
       via  80d969b712c482b6963830a53a22a666fb10d51a (commit)
       via  7a526dc8e748a5693a8fda5aad44a4fc04ddecc1 (commit)
       via  696a4f4ede2b84eb2610e84d998e5e1b54169743 (commit)
       via  5eeaecda4e77879f71117e76974bcc8a28947787 (commit)
       via  bbd5e155608c50a7d4f9b116e025c6a8d987246f (commit)
      from  3023d37b9a65996af5d3ab4b34ca5777d41df7a4 (commit)


- Shortlog ------------------------------------------------------------
76eb687 debian/control: Drop even the recommends on consolekit as every desktop session where it's useful will either have a dependency on consolekit or systemd already.
100a7c2 debian/control: Add build-dependency on libsystemd-journal-dev to enable systemd journal support
4bdaebd debian/pulseaudio.install: Install new modules:
64a70a9 debian/shlibs.local, debian/rules: Update to private library version to 5
ce2636c debian/libpulse0.symbols: Updated
2ac0ff3 debian/pulseaudio-module-bluetooth.install:
cad03da debian/rules: Use intltoolize when running autoreconf
c7afe8e Drop versioned dependency on libjack-dev (new enough version was available in squeeze) to allow libjack-jackd2-dev to furfill the dependency.
80d969b d/p/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch:
7a526dc Refresh patches:
696a4f4 Update changelog
5eeaecd Merge tag 'upstream/5.0'

Summary of changes:
 .gitignore                                         |    2 +
 .tarball-version                                   |    2 +-
 .version                                           |    2 +-
 ABOUT-NLS                                          | 1282 +++
 LICENSE                                            |   27 +-
 Makefile.in                                        |  394 +-
 NEWS                                               |   70 +
 PROTOCOL                                           |    9 +
 aclocal.m4                                         | 2583 +-----
 bootstrap.sh                                       |   56 +-
 build-aux/compile                                  |  347 +
 build-aux/config.guess                             | 1558 ++++
 build-aux/config.rpath                             |  672 ++
 build-aux/config.sub                               | 1791 ++++
 build-aux/depcomp                                  |  791 ++
 build-aux/install-sh                               |  527 ++
 build-aux/ltmain.sh                                | 9661 ++++++++++++++++++++
 build-aux/missing                                  |  215 +
 build-aux/test-driver                              |  139 +
 compile                                            |  343 -
 config.guess                                       | 1545 ----
 config.h.in                                        |   38 +-
 config.rpath                                       |    0
 config.sub                                         | 1791 ----
 configure                                          | 5748 +++++++-----
 configure.ac                                       |  180 +-
 debian/changelog                                   |   59 +-
 debian/control                                     |    5 +-
 debian/libpulse0.symbols                           |    7 +
 ...se-the-fixed-point-speex-resampler-on-ARM.patch |   33 +-
 ...ARM-NEON-check-in-configure.ac-more-stric.patch |   48 -
 .../kfreebsd_no_lock_and_threads_synchro.patch     |    6 +-
 debian/patches/series                              |    1 -
 debian/pulseaudio-module-bluetooth.install         |    7 +-
 debian/pulseaudio.install                          |    6 +-
 debian/rules                                       |    4 +-
 debian/shlibs.local                                |    4 +-
 depcomp                                            |  708 --
 doxygen/Makefile.in                                |  125 +-
 doxygen/doxygen.conf.in                            |   62 +-
 git-version-gen                                    |    2 +-
 install-sh                                         |  527 --
 ltmain.sh                                          | 9655 -------------------
 m4/.gitignore                                      |   33 +-
 m4/acx_libwrap.m4                                  |    4 +-
 m4/ax_pthread.m4                                   |   47 +-
 m4/gettext.m4                                      |  383 +
 m4/iconv.m4                                        |  214 +
 m4/intlmacosx.m4                                   |   51 +
 m4/lib-ld.m4                                       |  110 +
 m4/lib-link.m4                                     |  774 ++
 m4/lib-prefix.m4                                   |  224 +
 m4/libtool.m4                                      |   94 +-
 m4/nls.m4                                          |   32 +
 m4/po.m4                                           |  449 +
 m4/progtest.m4                                     |   92 +
 man/Makefile.in                                    |  169 +-
 man/default.pa.5                                   |    4 +-
 man/pacat.1                                        |    3 +
 man/pacat.1.xml.in                                 |    6 +
 man/pax11publish.1                                 |    2 +-
 man/pulse-cli-syntax.5                             |    6 +-
 man/pulse-cli-syntax.5.xml.in                      |    3 +-
 man/pulse-client.conf.5                            |    4 +-
 man/pulse-daemon.conf.5                            |    8 +-
 man/pulse-daemon.conf.5.xml.in                     |   11 +-
 man/pulseaudio.1                                   |   17 +-
 man/pulseaudio.1.xml.in                            |   15 +-
 missing                                            |  331 -
 mkinstalldirs                                      |  162 -
 orc.mak                                            |    2 +
 po/POTFILES.in                                     |  317 +-
 po/ja.po                                           |  547 +-
 po/pl.po                                           | 4849 +++++-----
 po/pt_BR.po                                        | 3646 ++++----
 po/ru.po                                           | 4681 +++++-----
 po/uk.po                                           | 4864 +++++-----
 po/zh_TW.po                                        |  718 +-
 shell-completion/pulseaudio-bash-completion.sh     |   14 +-
 shell-completion/pulseaudio-zsh-completion.zsh     |   41 +-
 src/.gitignore                                     |    3 +-
 src/Makefile.am                                    |  163 +-
 src/Makefile.in                                    | 8857 ++++++++++--------
 src/daemon/caps.c                                  |   15 +-
 src/daemon/cmdline.c                               |   10 +-
 src/daemon/cpulimit.c                              |    6 +-
 src/daemon/daemon-conf.c                           |  165 +-
 src/daemon/daemon-conf.h                           |    7 +-
 src/daemon/daemon.conf.in                          |    2 +-
 src/daemon/default.pa.in                           |    7 -
 src/daemon/ltdl-bind-now.c                         |    2 +-
 src/daemon/ltdl-bind-now.h                         |    1 -
 src/daemon/main.c                                  |   63 +-
 src/daemon/pulseaudio-kde.desktop.in               |    1 -
 src/daemon/pulseaudio.desktop.in                   |    1 -
 src/daemon/server-lookup.c                         |    8 +-
 src/daemon/system.pa.in                            |    5 -
 src/map-file                                       |    7 +
 src/module-alsa-card-symdef.h                      |    2 +-
 src/module-alsa-sink-symdef.h                      |    2 +-
 src/module-alsa-source-symdef.h                    |    2 +-
 src/module-always-sink-symdef.h                    |    2 +-
 src/module-augment-properties-symdef.h             |    2 +-
 src/module-bluetooth-device-symdef.h               |   29 -
 src/module-bluetooth-discover-symdef.h             |    2 +-
 src/module-bluetooth-policy-symdef.h               |    2 +-
 src/module-bluetooth-proximity-symdef.h            |   29 -
 src/module-bluez4-device-symdef.h                  |   29 +
 src/module-bluez4-discover-symdef.h                |   29 +
 src/module-bluez5-device-symdef.h                  |   29 +
 src/module-bluez5-discover-symdef.h                |   29 +
 src/module-bonjour-publish-symdef.h                |    2 +-
 src/module-card-restore-symdef.h                   |    2 +-
 src/module-cli-protocol-tcp-symdef.h               |    2 +-
 src/module-cli-protocol-unix-symdef.h              |    2 +-
 src/module-cli-symdef.h                            |    2 +-
 src/module-combine-sink-symdef.h                   |    2 +-
 src/module-combine-symdef.h                        |    2 +-
 src/module-console-kit-symdef.h                    |    2 +-
 src/module-coreaudio-detect-symdef.h               |    2 +-
 src/module-coreaudio-device-symdef.h               |    2 +-
 src/module-dbus-protocol-symdef.h                  |    2 +-
 src/module-default-device-restore-symdef.h         |    2 +-
 src/module-detect-symdef.h                         |    2 +-
 src/module-device-manager-symdef.h                 |    2 +-
 src/module-device-restore-symdef.h                 |    2 +-
 src/module-echo-cancel-symdef.h                    |    2 +-
 src/module-equalizer-sink-symdef.h                 |    2 +-
 src/module-esound-compat-spawnfd-symdef.h          |    2 +-
 src/module-esound-compat-spawnpid-symdef.h         |    2 +-
 src/module-esound-protocol-tcp-symdef.h            |    2 +-
 src/module-esound-protocol-unix-symdef.h           |    2 +-
 src/module-esound-sink-symdef.h                    |    2 +-
 src/module-filter-apply-symdef.h                   |    2 +-
 src/module-filter-heuristics-symdef.h              |    2 +-
 src/module-gconf-symdef.h                          |    2 +-
 src/module-hal-detect-symdef.h                     |    2 +-
 src/module-http-protocol-tcp-symdef.h              |    2 +-
 src/module-http-protocol-unix-symdef.h             |    2 +-
 src/module-intended-roles-symdef.h                 |    2 +-
 src/module-jack-sink-symdef.h                      |    2 +-
 src/module-jack-source-symdef.h                    |    2 +-
 src/module-jackdbus-detect-symdef.h                |    2 +-
 src/module-ladspa-sink-symdef.h                    |    2 +-
 src/module-lirc-symdef.h                           |    2 +-
 src/module-loopback-symdef.h                       |    2 +-
 src/module-match-symdef.h                          |    2 +-
 src/module-mmkbd-evdev-symdef.h                    |    2 +-
 src/module-native-protocol-fd-symdef.h             |    2 +-
 src/module-native-protocol-tcp-symdef.h            |    2 +-
 src/module-native-protocol-unix-symdef.h           |    2 +-
 src/module-null-sink-symdef.h                      |    2 +-
 src/module-null-source-symdef.h                    |    2 +-
 src/module-oss-symdef.h                            |    2 +-
 src/module-pipe-sink-symdef.h                      |    2 +-
 src/module-pipe-source-symdef.h                    |    2 +-
 src/module-position-event-sounds-symdef.h          |    2 +-
 src/module-raop-discover-symdef.h                  |    2 +-
 src/module-raop-sink-symdef.h                      |    2 +-
 src/module-remap-sink-symdef.h                     |    2 +-
 src/module-remap-source-symdef.h                   |    2 +-
 src/module-rescue-streams-symdef.h                 |    2 +-
 src/module-role-cork-symdef.h                      |    2 +-
 src/module-role-ducking-symdef.h                   |    2 +-
 src/module-rtp-recv-symdef.h                       |    2 +-
 src/module-rtp-send-symdef.h                       |    2 +-
 src/module-rygel-media-server-symdef.h             |    2 +-
 src/module-simple-protocol-tcp-symdef.h            |    2 +-
 src/module-simple-protocol-unix-symdef.h           |    2 +-
 src/module-sine-source-symdef.h                    |    2 +-
 src/module-sine-symdef.h                           |    2 +-
 src/module-solaris-symdef.h                        |    2 +-
 src/module-stream-restore-symdef.h                 |    2 +-
 src/module-suspend-on-idle-symdef.h                |    2 +-
 src/module-switch-on-connect-symdef.h              |    2 +-
 src/module-switch-on-port-available-symdef.h       |    2 +-
 src/module-systemd-login-symdef.h                  |    2 +-
 src/module-tunnel-sink-new-symdef.h                |   29 +
 src/module-tunnel-sink-symdef.h                    |    2 +-
 src/module-tunnel-source-new-symdef.h              |   29 +
 src/module-tunnel-source-symdef.h                  |    2 +-
 src/module-udev-detect-symdef.h                    |    2 +-
 src/module-virtual-sink-symdef.h                   |    2 +-
 src/module-virtual-source-symdef.h                 |    2 +-
 src/module-virtual-surround-sink-symdef.h          |    2 +-
 src/module-volume-restore-symdef.h                 |    2 +-
 src/module-waveout-symdef.h                        |    2 +-
 src/module-x11-bell-symdef.h                       |    2 +-
 src/module-x11-cork-request-symdef.h               |    2 +-
 src/module-x11-publish-symdef.h                    |    2 +-
 src/module-x11-xsmp-symdef.h                       |    2 +-
 src/module-xenpv-sink-symdef.h                     |    2 +-
 src/module-zeroconf-discover-symdef.h              |    2 +-
 src/module-zeroconf-publish-symdef.h               |    2 +-
 src/modules/alsa/alsa-mixer.c                      |  407 +-
 src/modules/alsa/alsa-mixer.h                      |   42 +-
 src/modules/alsa/alsa-sink.c                       |  253 +-
 src/modules/alsa/alsa-source.c                     |  228 +-
 src/modules/alsa/alsa-ucm.c                        |  185 +-
 src/modules/alsa/alsa-ucm.h                        |   13 +
 src/modules/alsa/alsa-util.c                       |   90 +-
 src/modules/alsa/alsa-util.h                       |   38 +-
 src/modules/alsa/mixer/paths/analog-input-aux.conf |    2 +-
 .../alsa/mixer/paths/analog-input-dock-mic.conf    |   14 +-
 src/modules/alsa/mixer/paths/analog-input-fm.conf  |    2 +-
 .../alsa/mixer/paths/analog-input-front-mic.conf   |   14 +-
 .../mixer/paths/analog-input-headphone-mic.conf    |   14 +-
 .../alsa/mixer/paths/analog-input-headset-mic.conf |   14 +-
 .../paths/analog-input-internal-mic-always.conf    |   15 +-
 .../mixer/paths/analog-input-internal-mic.conf     |   15 +-
 .../alsa/mixer/paths/analog-input-mic-line.conf    |    2 +-
 src/modules/alsa/mixer/paths/analog-input-mic.conf |   14 +-
 .../alsa/mixer/paths/analog-input-rear-mic.conf    |   14 +-
 .../alsa/mixer/paths/analog-input-tvtuner.conf     |    2 +-
 .../mixer/paths/analog-output-desktop-speaker.conf |    2 +-
 .../mixer/paths/analog-output-headphones-2.conf    |    6 +-
 .../alsa/mixer/paths/analog-output-headphones.conf |   22 +-
 .../alsa/mixer/paths/analog-output-lineout.conf    |  167 +
 .../mixer/paths/analog-output-speaker-always.conf  |    2 +-
 .../alsa/mixer/paths/analog-output-speaker.conf    |   46 +-
 .../alsa/mixer/paths/analog-output.conf.common     |    8 +-
 src/modules/alsa/mixer/profile-sets/default.conf   |   14 +-
 .../alsa/mixer/profile-sets/extra-hdmi.conf        |   14 +-
 .../profile-sets/force-speaker-and-int-mic.conf    |   14 +-
 .../alsa/mixer/profile-sets/force-speaker.conf     |   14 +-
 .../native-instruments-traktor-audio2.conf         |   54 +
 src/modules/alsa/module-alsa-card.c                |   92 +-
 src/modules/alsa/module-alsa-sink.c                |    2 +-
 src/modules/alsa/module-alsa-source.c              |    2 +-
 src/modules/bluetooth/bluetooth-util.c             | 1912 ----
 src/modules/bluetooth/bluetooth-util.h             |  178 -
 src/modules/bluetooth/bluez4-util.c                | 1905 ++++
 src/modules/bluetooth/bluez4-util.h                |  178 +
 src/modules/bluetooth/bluez5-util.c                | 1643 ++++
 src/modules/bluetooth/bluez5-util.h                |  116 +
 src/modules/bluetooth/module-bluetooth-device.c    | 2615 ------
 src/modules/bluetooth/module-bluetooth-discover.c  |  163 +-
 src/modules/bluetooth/module-bluetooth-policy.c    |    4 +-
 src/modules/bluetooth/module-bluetooth-proximity.c |  481 -
 src/modules/bluetooth/module-bluez4-device.c       | 2622 ++++++
 src/modules/bluetooth/module-bluez4-discover.c     |  194 +
 src/modules/bluetooth/module-bluez5-device.c       | 1908 ++++
 src/modules/bluetooth/module-bluez5-discover.c     |  128 +
 src/modules/bluetooth/proximity-helper.c           |  202 -
 src/modules/dbus/iface-card-profile.c              |    6 +
 src/modules/dbus/iface-card-profile.h              |    1 +
 src/modules/dbus/iface-card.c                      |   21 +-
 src/modules/dbus/iface-client.c                    |    6 +-
 src/modules/dbus/iface-core.c                      |  134 +-
 src/modules/dbus/iface-device.c                    |  108 +-
 src/modules/dbus/iface-module.c                    |    6 +-
 src/modules/dbus/iface-sample.c                    |    4 +-
 src/modules/dbus/iface-stream.c                    |   48 +-
 src/modules/dbus/module-dbus-protocol.c            |   30 +-
 src/modules/echo-cancel/adrian.c                   |   18 +-
 src/modules/echo-cancel/echo-cancel.h              |   46 +-
 src/modules/echo-cancel/module-echo-cancel.c       |   84 +-
 src/modules/echo-cancel/null.c                     |   12 +-
 src/modules/echo-cancel/speex.c                    |   37 +-
 src/modules/echo-cancel/webrtc.cc                  |   40 +-
 src/modules/gconf/module-gconf.c                   |   14 +-
 src/modules/jack/module-jack-sink.c                |   15 +-
 src/modules/jack/module-jack-source.c              |   15 +-
 src/modules/jack/module-jackdbus-detect.c          |   43 +-
 src/modules/macosx/module-bonjour-publish.c        |   10 +-
 src/modules/macosx/module-coreaudio-detect.c       |   17 +-
 src/modules/macosx/module-coreaudio-device.c       |   52 +-
 src/modules/module-always-sink.c                   |   14 +-
 src/modules/module-augment-properties.c            |   18 +-
 src/modules/module-card-restore.c                  |   64 +-
 src/modules/module-cli.c                           |   10 +-
 src/modules/module-combine-sink.c                  |   78 +-
 src/modules/module-combine.c                       |    5 +-
 src/modules/module-console-kit.c                   |   16 +-
 src/modules/module-default-device-restore.c        |   12 +-
 src/modules/module-defs.h.m4                       |    2 +-
 src/modules/module-detect.c                        |    6 +-
 src/modules/module-device-manager.c                |  114 +-
 src/modules/module-device-restore.c                |  161 +-
 src/modules/module-equalizer-sink.c                |  312 +-
 src/modules/module-esound-compat-spawnfd.c         |    4 +-
 src/modules/module-esound-compat-spawnpid.c        |    4 +-
 src/modules/module-esound-sink.c                   |   24 +-
 src/modules/module-filter-apply.c                  |   90 +-
 src/modules/module-filter-heuristics.c             |   13 +-
 src/modules/module-hal-detect-compat.c             |    6 +-
 src/modules/module-intended-roles.c                |   32 +-
 src/modules/module-ladspa-sink.c                   |   48 +-
 src/modules/module-lirc.c                          |   16 +-
 src/modules/module-loopback.c                      |   58 +-
 src/modules/module-match.c                         |    2 +-
 src/modules/module-mmkbd-evdev.c                   |   14 +-
 src/modules/module-native-protocol-fd.c            |    4 +-
 src/modules/module-null-sink.c                     |    4 +-
 src/modules/module-null-source.c                   |    4 +-
 src/modules/module-pipe-sink.c                     |    4 +-
 src/modules/module-pipe-source.c                   |    4 +-
 src/modules/module-position-event-sounds.c         |   16 +-
 src/modules/module-protocol-stub.c                 |    8 +-
 src/modules/module-remap-sink.c                    |   23 +-
 src/modules/module-remap-source.c                  |   10 +-
 src/modules/module-rescue-streams.c                |   12 +-
 src/modules/module-role-cork.c                     |   39 +-
 src/modules/module-rygel-media-server.c            |   25 +-
 src/modules/module-sine-source.c                   |    6 +-
 src/modules/module-sine.c                          |   15 +-
 src/modules/module-solaris.c                       |   42 +-
 src/modules/module-stream-restore.c                |  181 +-
 src/modules/module-suspend-on-idle.c               |   68 +-
 src/modules/module-switch-on-connect.c             |    6 +-
 src/modules/module-switch-on-port-available.c      |  122 +-
 src/modules/module-systemd-login.c                 |   12 +-
 src/modules/module-tunnel-sink-new.c               |  566 ++
 src/modules/module-tunnel-source-new.c             |  567 ++
 src/modules/module-tunnel.c                        |  337 +-
 src/modules/module-udev-detect.c                   |   52 +-
 src/modules/module-virtual-sink.c                  |   24 +-
 src/modules/module-virtual-source.c                |   27 +-
 src/modules/module-virtual-surround-sink.c         |   26 +-
 src/modules/module-volume-restore.c                |    6 +-
 src/modules/module-waveout.c                       |   18 +-
 src/modules/module-zeroconf-discover.c             |   29 +-
 src/modules/module-zeroconf-publish.c              |  332 +-
 src/modules/oss/module-oss.c                       |  103 +-
 src/modules/oss/oss-util.c                         |    6 +-
 src/modules/raop/module-raop-discover.c            |   12 +-
 src/modules/raop/module-raop-sink.c                |   23 +-
 src/modules/raop/raop_client.c                     |   14 +-
 src/modules/reserve-wrap.c                         |    4 +-
 src/modules/reserve-wrap.h                         |    2 +-
 src/modules/rtp/headerlist.c                       |   12 +-
 src/modules/rtp/module-rtp-recv.c                  |   69 +-
 src/modules/rtp/module-rtp-send.c                  |   86 +-
 src/modules/rtp/rtp.c                              |    4 +-
 src/modules/rtp/rtsp_client.c                      |   13 +-
 src/modules/rtp/sap.c                              |    4 +-
 src/modules/rtp/sap.h                              |    4 +-
 src/modules/rtp/sdp.c                              |    6 +-
 src/modules/udev-util.h                            |    1 -
 src/modules/x11/module-x11-bell.c                  |    4 +-
 src/modules/x11/module-x11-cork-request.c          |    4 +-
 src/modules/x11/module-x11-publish.c               |    6 +-
 src/modules/x11/module-x11-xsmp.c                  |   12 +-
 src/modules/xen/module-xenpv-sink.c                |   53 +-
 src/pulse/channelmap.c                             |   17 +-
 src/pulse/channelmap.h                             |    2 +-
 src/pulse/client-conf-x11.c                        |   18 +-
 src/pulse/client-conf.c                            |   72 +-
 src/pulse/client-conf.h                            |   14 +-
 src/pulse/context.c                                |   45 +-
 src/pulse/context.h                                |   10 +-
 src/pulse/def.h                                    |   40 +-
 src/pulse/ext-device-manager.c                     |    4 +-
 src/pulse/ext-device-restore.c                     |    4 +-
 src/pulse/ext-stream-restore.c                     |    6 +-
 src/pulse/fork-detect.c                            |    6 +-
 src/pulse/format.c                                 |  133 +-
 src/pulse/format.h                                 |   74 +-
 src/pulse/glib-mainloop.c                          |    6 +-
 src/pulse/internal.h                               |   43 +-
 src/pulse/introspect.c                             |  130 +-
 src/pulse/introspect.h                             |   58 +-
 src/pulse/mainloop-api.h                           |    4 +-
 src/pulse/mainloop.c                               |   91 +-
 src/pulse/proplist.c                               |   26 +-
 src/pulse/sample.c                                 |   29 +-
 src/pulse/sample.h                                 |   12 +-
 src/pulse/scache.c                                 |    5 +-
 src/pulse/simple.c                                 |    8 +-
 src/pulse/simple.h                                 |   26 +-
 src/pulse/stream.c                                 |  180 +-
 src/pulse/stream.h                                 |   44 +-
 src/pulse/subscribe.h                              |    3 +-
 src/pulse/thread-mainloop.c                        |   18 +-
 src/pulse/thread-mainloop.h                        |    9 +-
 src/pulse/utf8.c                                   |   18 +-
 src/pulse/version.h                                |    6 +-
 src/pulse/volume.c                                 |   95 +-
 src/pulse/volume.h                                 |   40 +-
 src/pulsecore/arpa-inet.h                          |    2 -
 src/pulsecore/asyncmsgq.c                          |   18 +-
 src/pulsecore/asyncmsgq.h                          |    6 +-
 src/pulsecore/asyncq.c                             |   26 +-
 src/pulsecore/asyncq.h                             |    4 +-
 src/pulsecore/atomic.h                             |   34 +-
 src/pulsecore/aupdate.c                            |    8 +-
 src/pulsecore/auth-cookie.c                        |   35 +-
 src/pulsecore/auth-cookie.h                        |    3 +-
 src/pulsecore/authkey.c                            |    8 +-
 src/pulsecore/authkey.h                            |    4 +-
 src/pulsecore/bitset.c                             |   10 +-
 src/pulsecore/bitset.h                             |    6 +-
 src/pulsecore/card.c                               |   68 +-
 src/pulsecore/card.h                               |   10 +-
 src/pulsecore/cli-command.c                        |  514 +-
 src/pulsecore/cli-command.h                        |   10 +-
 src/pulsecore/cli-text.c                           |   84 +-
 src/pulsecore/cli.c                                |   26 +-
 src/pulsecore/conf-parser.c                        |   10 +-
 src/pulsecore/conf-parser.h                        |    2 +-
 src/pulsecore/core-format.c                        |  243 +
 src/pulsecore/core-format.h                        |   81 +
 src/pulsecore/core-rtclock.c                       |   10 +-
 src/pulsecore/core-rtclock.h                       |    4 +-
 src/pulsecore/core-scache.c                        |   16 +-
 src/pulsecore/core-scache.h                        |    4 +-
 src/pulsecore/core-subscribe.c                     |    6 +-
 src/pulsecore/core-util.c                          |  245 +-
 src/pulsecore/core-util.h                          |   34 +-
 src/pulsecore/core.c                               |   34 +-
 src/pulsecore/core.h                               |   21 +-
 src/pulsecore/cpu-arm.c                            |    6 +-
 src/pulsecore/cpu-arm.h                            |    2 +-
 src/pulsecore/cpu-orc.c                            |    7 +-
 src/pulsecore/cpu-orc.h                            |    2 +-
 src/pulsecore/cpu-x86.c                            |    6 +-
 src/pulsecore/cpu-x86.h                            |    2 +-
 src/pulsecore/database-gdbm.c                      |    4 +-
 src/pulsecore/database-simple.c                    |   25 +-
 src/pulsecore/database-tdb.c                       |    4 +-
 src/pulsecore/database.h                           |    4 +-
 src/pulsecore/dbus-shared.c                        |    4 +-
 src/pulsecore/dbus-util.c                          |    6 +-
 src/pulsecore/dbus-util.h                          |    4 +-
 src/pulsecore/device-port.c                        |   99 +-
 src/pulsecore/device-port.h                        |   19 +-
 src/pulsecore/dynarray.c                           |   83 +-
 src/pulsecore/dynarray.h                           |   49 +-
 src/pulsecore/esound.h                             |    3 -
 src/pulsecore/fdsem.c                              |   12 +-
 src/pulsecore/fdsem.h                              |    1 -
 src/pulsecore/hashmap.c                            |   31 +-
 src/pulsecore/hashmap.h                            |   22 +-
 src/pulsecore/hook-list.c                          |    6 +-
 src/pulsecore/hook-list.h                          |    4 +-
 src/pulsecore/idxset.c                             |    6 +-
 src/pulsecore/idxset.h                             |   11 +-
 src/pulsecore/iochannel.c                          |   73 +-
 src/pulsecore/iochannel.h                          |   16 +-
 src/pulsecore/ioline.c                             |   31 +-
 src/pulsecore/ioline.h                             |    4 +-
 src/pulsecore/lock-autospawn.c                     |   19 +-
 src/pulsecore/lock-autospawn.h                     |    4 +-
 src/pulsecore/log.c                                |  266 +-
 src/pulsecore/log.h                                |   36 +-
 src/pulsecore/macro.h                              |   27 +-
 src/pulsecore/memblock.c                           |   50 +-
 src/pulsecore/memblock.h                           |   20 +-
 src/pulsecore/memblockq.c                          |   54 +-
 src/pulsecore/memblockq.h                          |   11 +-
 src/pulsecore/memchunk.c                           |    2 +-
 src/pulsecore/memchunk.h                           |    4 +-
 src/pulsecore/memtrap.c                            |    8 +-
 src/pulsecore/memtrap.h                            |    2 +-
 src/pulsecore/mime-type.c                          |   20 +-
 src/pulsecore/mime-type.h                          |    2 +-
 src/pulsecore/mix.c                                |    8 +-
 src/pulsecore/mix.h                                |    2 +-
 src/pulsecore/modargs.c                            |   83 +-
 src/pulsecore/modargs.h                            |    9 +-
 src/pulsecore/modinfo.c                            |    4 +-
 src/pulsecore/modinfo.h                            |    2 +-
 src/pulsecore/module.c                             |   88 +-
 src/pulsecore/module.h                             |   18 +-
 src/pulsecore/msgobject.c                          |    4 +-
 src/pulsecore/msgobject.h                          |    2 +-
 src/pulsecore/mutex-posix.c                        |   12 +-
 src/pulsecore/mutex-win32.c                        |    6 +-
 src/pulsecore/mutex.h                              |    6 +-
 src/pulsecore/namereg.c                            |   24 +-
 src/pulsecore/namereg.h                            |    6 +-
 src/pulsecore/object.c                             |    6 +-
 src/pulsecore/object.h                             |   25 +-
 src/pulsecore/once.c                               |   12 +-
 src/pulsecore/once.h                               |    2 +-
 src/pulsecore/parseaddr.c                          |    8 +-
 src/pulsecore/parseaddr.h                          |    2 +-
 src/pulsecore/pdispatch.c                          |   10 +-
 src/pulsecore/pdispatch.h                          |    2 +-
 src/pulsecore/pid.c                                |    4 +-
 src/pulsecore/play-memblockq.c                     |    4 +-
 src/pulsecore/poll-win32.c                         |    5 +
 src/pulsecore/poll.h                               |    1 -
 src/pulsecore/proplist-util.c                      |    6 +-
 src/pulsecore/protocol-dbus.c                      |  121 +-
 src/pulsecore/protocol-dbus.h                      |    1 -
 src/pulsecore/protocol-esound.c                    |   69 +-
 src/pulsecore/protocol-esound.h                    |    2 +-
 src/pulsecore/protocol-http.c                      |   18 +-
 src/pulsecore/protocol-native.c                    |  323 +-
 src/pulsecore/protocol-native.h                    |    2 +-
 src/pulsecore/protocol-simple.c                    |   40 +-
 src/pulsecore/protocol-simple.h                    |    4 +-
 src/pulsecore/pstream.c                            |   53 +-
 src/pulsecore/pstream.h                            |    6 +-
 src/pulsecore/random.c                             |    8 +-
 src/pulsecore/ratelimit.c                          |    8 +-
 src/pulsecore/ratelimit.h                          |    4 +-
 src/pulsecore/refcnt.h                             |    4 +-
 src/pulsecore/remap.c                              |    1 -
 src/pulsecore/resampler.c                          |  816 +-
 src/pulsecore/resampler.h                          |   12 +
 src/pulsecore/rtkit.c                              |    2 +-
 src/pulsecore/rtpoll.c                             |   44 +-
 src/pulsecore/rtpoll.h                             |    6 +-
 src/pulsecore/sample-util.c                        |    4 +-
 src/pulsecore/sample-util.h                        |    2 +-
 src/pulsecore/sconv.c                              |   32 +-
 src/pulsecore/sconv_neon.c                         |   21 +-
 src/pulsecore/sconv_sse.c                          |    4 +-
 src/pulsecore/shm.c                                |   10 +-
 src/pulsecore/shm.h                                |    6 +-
 src/pulsecore/sink-input.c                         |  330 +-
 src/pulsecore/sink-input.h                         |   77 +-
 src/pulsecore/sink.c                               |  383 +-
 src/pulsecore/sink.h                               |  111 +-
 src/pulsecore/sndfile-util.c                       |   10 +-
 src/pulsecore/socket-client.c                      |    9 +-
 src/pulsecore/socket-client.h                      |    4 +-
 src/pulsecore/socket-server.c                      |   16 +-
 src/pulsecore/socket-server.h                      |   16 +-
 src/pulsecore/socket-util.c                        |   11 +-
 src/pulsecore/socket-util.h                        |    4 +-
 src/pulsecore/sound-file-stream.c                  |    4 +-
 src/pulsecore/source-output.c                      |  257 +-
 src/pulsecore/source-output.h                      |   68 +-
 src/pulsecore/source.c                             |  347 +-
 src/pulsecore/source.h                             |   99 +-
 src/pulsecore/strbuf.c                             |    2 +-
 src/pulsecore/strbuf.h                             |    2 +-
 src/pulsecore/stream-util.c                        |   86 +
 src/pulsecore/stream-util.h                        |   50 +
 src/pulsecore/svolume_c.c                          |    6 +-
 src/pulsecore/svolume_mmx.c                        |    8 +-
 src/pulsecore/svolume_orc.c                        |    3 +-
 src/pulsecore/svolume_sse.c                        |    9 +-
 src/pulsecore/tagstruct.c                          |   12 +-
 src/pulsecore/tagstruct.h                          |    4 +-
 src/pulsecore/thread-mq.c                          |   78 +-
 src/pulsecore/thread-mq.h                          |    7 +-
 src/pulsecore/thread-posix.c                       |   13 +-
 src/pulsecore/thread-win32.c                       |    7 +
 src/pulsecore/thread.h                             |    1 +
 src/pulsecore/time-smoother.c                      |   37 +-
 src/pulsecore/time-smoother.h                      |   10 +-
 src/pulsecore/tokenizer.c                          |    8 +-
 src/pulsecore/x11prop.c                            |    1 -
 src/tests/alsa-mixer-path-test.c                   |    1 -
 src/tests/asyncq-test.c                            |    4 +-
 src/tests/cpu-test.c                               |  219 +-
 src/tests/interpol-test.c                          |   16 +-
 src/tests/lo-latency-test.c                        |  190 +
 src/tests/lo-test-util.c                           |  328 +
 src/tests/lo-test-util.h                           |   57 +
 src/tests/lock-autospawn-test.c                    |    8 +-
 src/tests/mainloop-test.c                          |    2 +-
 src/tests/mcalign-test.c                           |    2 +-
 src/tests/memblock-test.c                          |    6 +-
 src/tests/memblockq-test.c                         |   20 +-
 src/tests/mix-special-test.c                       |   66 +-
 src/tests/mix-test.c                               |    5 +-
 src/tests/mult-s16-test.c                          |   37 +-
 src/tests/once-test.c                              |   11 +
 src/tests/remix-test.c                             |    3 +-
 src/tests/resampler-test.c                         |   13 +-
 src/tests/rtstutter.c                              |   11 +
 src/tests/runtime-test-util.h                      |   56 +
 src/tests/sigbus-test.c                            |    1 +
 src/tests/smoother-test.c                          |    4 +-
 src/tests/stripnul.c                               |    4 +-
 src/tests/thread-mainloop-test.c                   |    2 +-
 src/tests/thread-test.c                            |    2 +-
 src/tests/volume-test.c                            |   38 +-
 src/utils/pacat.c                                  |   57 +-
 src/utils/pacmd.c                                  |   34 +-
 src/utils/pactl.c                                  |  104 +-
 src/utils/padsp.c                                  |    2 +-
 src/utils/pasuspender.c                            |   83 +-
 src/utils/pax11publish.c                           |    3 +-
 vala/libpulse.vapi                                 |    3 +
 580 files changed, 59005 insertions(+), 45111 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 76eb687b5c82c86295086c3b5c04f29059e51064
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sat Mar 29 00:13:26 2014 +0100

    debian/control: Drop even the recommends on consolekit as every desktop session where it's useful will either have a dependency on consolekit or systemd already.
    
    * debian/control: Drop even the recommends on consolekit as every desktop
      session where it's useful will either have a dependency on consolekit or
      systemd already.
    * debian/control: Drop recommends on gstreamer0.10-pulseaudio as
      gstreamer0.10 has been obsolete for some time

diff --git a/debian/changelog b/debian/changelog
index 3cd5ed4..52248ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,8 +47,13 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
     + module-remap-source
   * debian/control: Add build-dependency on libsystemd-journal-dev to enable
     systemd journal support
+  * debian/control: Drop even the recommends on consolekit as every desktop
+    session where it's useful will either have a dependency on consolekit or
+    systemd already.
+  * debian/control: Drop recommends on gstreamer0.10-pulseaudio as
+    gstreamer0.10 has been obsolete for some time
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 23:35:24 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 29 Mar 2014 00:11:43 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index de81635..c91b526 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, adduser,
   libasound2-plugins [linux-any],
   libpulse0 (= ${binary:Version})
 Breaks: libltdl3 (<< 1.5.24-1)
-Recommends: pulseaudio-module-x11, gstreamer0.10-pulseaudio, rtkit, consolekit
+Recommends: pulseaudio-module-x11, rtkit
 Suggests: pulseaudio-utils, pavumeter, pavucontrol, paman, paprefs
 Description: PulseAudio sound server
  PulseAudio, previously known as Polypaudio, is a sound server for POSIX and

commit 100a7c2df712668df25a65922eddfa6beca777b6
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 23:35:51 2014 +0100

    debian/control: Add build-dependency on libsystemd-journal-dev to enable systemd journal support

diff --git a/debian/changelog b/debian/changelog
index c1c0b4d..3cd5ed4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,8 +45,10 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
     + module-role-ducking
     + module-tunnel-{sink,source}-new
     + module-remap-source
+  * debian/control: Add build-dependency on libsystemd-journal-dev to enable
+    systemd journal support
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:50:54 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 23:35:24 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 012fac9..de81635 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Build-Depends: debhelper (>= 8.1.3),
     libspeexdsp-dev (>= 1.2~rc1),
     libssl-dev,
     libsystemd-login-dev [linux-any],
+    libsystemd-journal-dev [linux-any],
     libtdb-dev,
     libudev-dev (>= 143) [linux-any],
     libwebrtc-audio-processing-dev,

commit 4bdaebd3e5c07b230483535540fdc1a44a6105d2
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 22:51:49 2014 +0100

    debian/pulseaudio.install: Install new modules:
    
    * debian/pulseaudio.install: Install new modules:
      + module-role-ducking
      + module-tunnel-{sink,source}-new
      + module-xenpv-sink
      + module-remap-source

diff --git a/debian/changelog b/debian/changelog
index b8957b1..c1c0b4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,8 +41,12 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
     + No longer install the proximity module as it has been removed upstream
   * debian/libpulse0.symbols: Updated
   * debian/shlibs.local, debian/rules: Update to private library version to 5
+  * debian/pulseaudio.install: Install new modules:
+    + module-role-ducking
+    + module-tunnel-{sink,source}-new
+    + module-remap-source
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:44:10 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:50:54 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/pulseaudio.install b/debian/pulseaudio.install
index dac03c3..4046dd2 100644
--- a/debian/pulseaudio.install
+++ b/debian/pulseaudio.install
@@ -49,21 +49,21 @@ usr/lib/pulse-*/modules/liboss-util.so
 usr/lib/pulse-*/modules/module-pipe-sink.so
 usr/lib/pulse-*/modules/module-pipe-source.so
 usr/lib/pulse-*/modules/module-position-event-sounds.so
-usr/lib/pulse-*/modules/module-remap-sink.so
+usr/lib/pulse-*/modules/module-remap-*.so
 usr/lib/pulse-*/modules/module-rescue-streams.so
 usr/lib/pulse-*/modules/module-rtp-recv.so
 usr/lib/pulse-*/modules/module-rtp-send.so
 usr/lib/pulse-*/modules/module-simple-protocol-tcp.so
 usr/lib/pulse-*/modules/module-simple-protocol-unix.so
 usr/lib/pulse-*/modules/module-sine.so
-usr/lib/pulse-*/modules/module-tunnel-sink.so
-usr/lib/pulse-*/modules/module-tunnel-source.so
+usr/lib/pulse-*/modules/module-tunnel-*.so
 usr/lib/pulse-*/modules/module-suspend-on-idle.so
 usr/lib/pulse-*/modules/module-volume-restore.so
 usr/lib/pulse-*/modules/module-alsa-card.so
 usr/lib/pulse-*/modules/module-augment-properties.so
 usr/lib/pulse-*/modules/module-card-restore.so
 usr/lib/pulse-*/modules/module-role-cork.so
+usr/lib/pulse-*/modules/module-role-ducking.so
 usr/lib/pulse-*/modules/module-sine-source.so
 usr/lib/pulse-*/modules/module-rygel-media-server.so
 usr/lib/pulse-*/modules/module-device-manager.so

commit 64a70a9e80ce36a605c0e5e1d089c76442e6a58f
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 22:45:05 2014 +0100

    debian/shlibs.local, debian/rules: Update to private library version to 5

diff --git a/debian/changelog b/debian/changelog
index 814503e..b8957b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,8 +40,9 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
     + Update for new bluetooth module naming
     + No longer install the proximity module as it has been removed upstream
   * debian/libpulse0.symbols: Updated
+  * debian/shlibs.local, debian/rules: Update to private library version to 5
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:40:50 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:44:10 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 8dcc7d0..f7cccd2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ common-install-arch::
 
 common-configure-arch::
 ifneq (,$(findstring $(DEB_HOST_ARCH), "arm armel"))
-	make -C src libpulsecommon_4.0_la-svolume_arm.lo CFLAGS+=-march=armv6
+	make -C src libpulsecommon_5.0_la-svolume_arm.lo CFLAGS+=-march=armv6
 endif
 
 common-binary-post-install-arch:: list-missing
diff --git a/debian/shlibs.local b/debian/shlibs.local
index ccabf50..70b123b 100644
--- a/debian/shlibs.local
+++ b/debian/shlibs.local
@@ -1,2 +1,2 @@
-libpulsecommon 4.0 libpulse0 (= ${binary:Version})
-libpulsecore 4.0 pulseaudio (= ${binary:Version})
+libpulsecommon 5.0 libpulse0 (= ${binary:Version})
+libpulsecore 5.0 pulseaudio (= ${binary:Version})

commit ce2636cd912abe3b11dec102c92a19302c60506e
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 22:41:16 2014 +0100

    debian/libpulse0.symbols: Updated

diff --git a/debian/changelog b/debian/changelog
index 271170d..814503e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,8 +39,9 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
   * debian/pulseaudio-module-bluetooth.install:
     + Update for new bluetooth module naming
     + No longer install the proximity module as it has been removed upstream
+  * debian/libpulse0.symbols: Updated
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:28:10 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:40:50 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/libpulse0.symbols b/debian/libpulse0.symbols
index e6be713..7c19521 100644
--- a/debian/libpulse0.symbols
+++ b/debian/libpulse0.symbols
@@ -34,6 +34,7 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_channel_position_from_string at PULSE_0 0.99.1
  pa_channel_position_to_pretty_string at PULSE_0 0.99.1
  pa_channel_position_to_string at PULSE_0 0.99.1
+ pa_channels_valid at PULSE_0 5.0
  pa_context_add_autoload at PULSE_0 0.99.1
  pa_context_connect at PULSE_0 0.99.1
  pa_context_disconnect at PULSE_0 0.99.1
@@ -75,6 +76,7 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_context_kill_client at PULSE_0 0.99.1
  pa_context_kill_sink_input at PULSE_0 0.99.1
  pa_context_kill_source_output at PULSE_0 0.99.1
+ pa_context_load_cookie_from_file at PULSE_0 5.0
  pa_context_load_module at PULSE_0 0.99.1
  pa_context_move_sink_input_by_index at PULSE_0 0.99.1
  pa_context_move_sink_input_by_name at PULSE_0 0.99.1
@@ -151,6 +153,7 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_cvolume_set_fade at PULSE_0 0.99.1
  pa_cvolume_set_position at PULSE_0 0.99.1
  pa_cvolume_snprint at PULSE_0 0.99.1
+ pa_cvolume_snprint_verbose at PULSE_0 5.0
  pa_cvolume_valid at PULSE_0 0.99.1
  pa_encoding_to_string at PULSE_0 0.99.4
  pa_ext_device_manager_delete at PULSE_0 0.99.1
@@ -255,6 +258,8 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_sample_format_is_be at PULSE_0 0.99.1
  pa_sample_format_is_le at PULSE_0 0.99.1
  pa_sample_format_to_string at PULSE_0 0.99.1
+ pa_sample_format_valid at PULSE_0 5.0
+ pa_sample_rate_valid at PULSE_0 5.0
  pa_sample_size at PULSE_0 0.99.1
  pa_sample_size_of_format at PULSE_0 0.99.1
  pa_sample_spec_equal at PULSE_0 0.99.1
@@ -342,6 +347,7 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_threaded_mainloop_in_thread at PULSE_0 0.99.1
  pa_threaded_mainloop_lock at PULSE_0 0.99.1
  pa_threaded_mainloop_new at PULSE_0 0.99.1
+ pa_threaded_mainloop_set_name at PULSE_0 5.0
  pa_threaded_mainloop_signal at PULSE_0 0.99.1
  pa_threaded_mainloop_start at PULSE_0 0.99.1
  pa_threaded_mainloop_stop at PULSE_0 0.99.1
@@ -359,6 +365,7 @@ libpulse.so.0 libpulse0 #MINVER#
  pa_utf8_to_locale at PULSE_0 0.99.1
  pa_utf8_valid at PULSE_0 0.99.1
  pa_volume_snprint at PULSE_0 0.99.1
+ pa_volume_snprint_verbose at PULSE_0 5.0
  pa_xfree at PULSE_0 0.99.1
  pa_xmalloc0 at PULSE_0 0.99.1
  pa_xmalloc at PULSE_0 0.99.1

commit 2ac0ff336ba7f2af0e5b7ac9c98fc7a6a82375f8
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 22:29:06 2014 +0100

    debian/pulseaudio-module-bluetooth.install:
    
    * debian/pulseaudio-module-bluetooth.install:
      + Update for new bluetooth module naming
      + No longer install the proximity module as it has been removed upstream

diff --git a/debian/changelog b/debian/changelog
index c078feb..271170d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,8 +36,11 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
   * Drop versioned dependency on libjack-dev (new enough version was available
     in squeeze) to allow libjack-jackd2-dev to furfill the dependency.
   * debian/rules: Use intltoolize when running autoreconf
+  * debian/pulseaudio-module-bluetooth.install:
+    + Update for new bluetooth module naming
+    + No longer install the proximity module as it has been removed upstream
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:04:29 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:28:10 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/pulseaudio-module-bluetooth.install b/debian/pulseaudio-module-bluetooth.install
index 2425edd..a91d0fb 100644
--- a/debian/pulseaudio-module-bluetooth.install
+++ b/debian/pulseaudio-module-bluetooth.install
@@ -1,7 +1,6 @@
-usr/lib/pulse-*/modules/module-bluetooth-proximity.so
-usr/lib/pulse-*/modules/module-bluetooth-device.so
+usr/lib/pulse-*/modules/libbluez*-util.so
 usr/lib/pulse-*/modules/module-bluetooth-discover.so
 usr/lib/pulse-*/modules/module-bluetooth-policy.so
-usr/lib/pulse-*/modules/libbluetooth-util.so
-usr/lib/pulseaudio/pulse/proximity-helper
+usr/lib/pulse-*/modules/module-bluez*-device.so
+usr/lib/pulse-*/modules/module-bluez*-discover.so
 usr/share/lintian/overrides/pulseaudio-module-bluetooth

commit cad03dabdaa0b2e15b7245bc600b8a687baa07c2
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 22:04:59 2014 +0100

    debian/rules: Use intltoolize when running autoreconf

diff --git a/debian/changelog b/debian/changelog
index 5153459..c078feb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,8 +35,9 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
     + Dropped, fixed upstream
   * Drop versioned dependency on libjack-dev (new enough version was available
     in squeeze) to allow libjack-jackd2-dev to furfill the dependency.
+  * debian/rules: Use intltoolize when running autoreconf
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:55:40 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 22:04:29 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index db00a31..8dcc7d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/autoreconf.mk
 
+export AUTOPOINT=intltoolize --automake --copy
+
 #Don't build all the modules packages when bootstrapping
 ifeq ($(words $(sort $(filter stage1,$(DEB_BUILD_PROFILES)))),1)
   $(warning Bootstrap profile build)

commit c7afe8e158db3ade0d5ef40b465112b0086b536e
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 21:57:48 2014 +0100

    Drop versioned dependency on libjack-dev (new enough version was available in squeeze) to allow libjack-jackd2-dev to furfill the dependency.

diff --git a/debian/changelog b/debian/changelog
index b20e09e..5153459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,8 +33,10 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
     + d/p/kfreebsd_no_lock_and_threads_synchro.patch
   * d/p/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch:
     + Dropped, fixed upstream
+  * Drop versioned dependency on libjack-dev (new enough version was available
+    in squeeze) to allow libjack-jackd2-dev to furfill the dependency.
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:30:35 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:55:40 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b40bffa..012fac9 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 8.1.3),
     libglib2.0-dev,
     libgtk-3-dev,
     libice-dev,
-    libjack-dev (>= 0.117.0),
+    libjack-dev,
     libjson0-dev,
     libjson-c-dev (>= 0.11),
     liblircclient-dev,

commit 80d969b712c482b6963830a53a22a666fb10d51a
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 21:35:29 2014 +0100

    d/p/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch:
    
    * d/p/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch:
      + Dropped, fixed upstream

diff --git a/debian/changelog b/debian/changelog
index bd33808..b20e09e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
   * Refresh patches:
     + d/p/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
     + d/p/kfreebsd_no_lock_and_threads_synchro.patch
+  * d/p/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch:
+    + Dropped, fixed upstream
 
  -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:30:35 +0100
 
diff --git a/debian/patches/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch b/debian/patches/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch
deleted file mode 100644
index 7b3c68a..0000000
--- a/debian/patches/build-make-ARM-NEON-check-in-configure.ac-more-stric.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 0af05213be59e54934c79d7be77b5d2dfb6fe6e7 Mon Sep 17 00:00:00 2001
-From: Peter Meerwald <p.meerwald at bct-electronic.com>
-Date: Thu, 28 Mar 2013 14:46:48 +0100
-Subject: [PATCH] build: make ARM NEON check in configure.ac more strict
-
-the check for NEON so far only checked if -mfpu=neon is understood by the compiler,
-however, this is not enough:
-
-(i) #include <arm_neon.h> should be checked
-(ii) -mfpu=neon must be passed before CFLAGS because eventually the per-library CFLAGS
-for NEON code in src/Makefile.am are passed to the compiler before the global CFLAGS
-
-in case the build environment passes CFLAGS to configure and we try to set conflicting
-CFLAGS option, the former take precedence; CFLAGS cannot be overridden
-
-this does not fix
-http://lists.freedesktop.org/archives/pulseaudio-discuss/2012-December/015570.html
-but at least makes the build fail in configure (and not while compiling stuff)
-and gives better diagnostics
-
-Signed-off-by: Peter Meerwald <p.meerwald at bct-electronic.com>
----
- configure.ac | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -318,9 +318,9 @@
-     AS_HELP_STRING([--enable-neon-opt], [Enable NEON optimisations on ARM CPUs that support it]))
- 
- AS_IF([test "x$enable_neon_opt" != "xno"],
--    [save_CFLAGS="$CFLAGS"; CFLAGS="$CFLAGS -mfpu=neon"
-+    [save_CFLAGS="$CFLAGS"; CFLAGS="-mfpu=neon $CFLAGS"
-      AC_COMPILE_IFELSE(
--        AC_LANG_PROGRAM([], []),
-+        AC_LANG_PROGRAM([[#include <arm_neon.h>]], []),
-         [
-          HAVE_NEON=1
-          NEON_CFLAGS="-mfpu=neon"
-@@ -334,7 +334,7 @@
-     [HAVE_NEON=0])
- 
- AS_IF([test "x$enable_neon_opt" = "xyes" && test "x$HAVE_NEON" = "x0"],
--      [AC_MSG_ERROR([*** Compiler does not support -mfpu=neon])])
-+      [AC_MSG_ERROR([*** Compiler does not support -mfpu=neon or CFLAGS override -mfpu])])
- 
- AC_SUBST(HAVE_NEON)
- AC_SUBST(NEON_CFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
index dedec7e..3499d3d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,4 +2,3 @@
 0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
 0003-exit-with-X-session.patch
 kfreebsd_no_lock_and_threads_synchro.patch
-build-make-ARM-NEON-check-in-configure.ac-more-stric.patch

commit 7a526dc8e748a5693a8fda5aad44a4fc04ddecc1
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 21:31:21 2014 +0100

    Refresh patches:
    
    * Refresh patches:
      + d/p/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
      + d/p/kfreebsd_no_lock_and_threads_synchro.patch

diff --git a/debian/changelog b/debian/changelog
index ebc2da4..bd33808 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,7 +27,12 @@ pulseaudio (5.0-1) UNRELEASED; urgency=medium
   * Recommend consolekit instead of depending on it (Closes: #611491)
   * Fix typo in debian/control
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:11:21 +0100
+  [ Sjoerd Simons ]
+  * Refresh patches:
+    + d/p/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
+    + d/p/kfreebsd_no_lock_and_threads_synchro.patch
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:30:35 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
diff --git a/debian/patches/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch b/debian/patches/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
index fc8164f..5749bcb 100644
--- a/debian/patches/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
+++ b/debian/patches/0002-Use-the-fixed-point-speex-resampler-on-ARM.patch
@@ -28,42 +28,43 @@ it's of equal performance on some machines, but slower on others.
        resampler to use.</p>
 --- a/src/daemon/daemon.conf.in
 +++ b/src/daemon/daemon.conf.in
-@@ -54,7 +54,9 @@
+@@ -54,6 +54,8 @@
  ; log-time = no
  ; log-backtrace = 0
  
--; resample-method = speex-float-3
 +# resample-method defaults to  speex-float-1 on most architectures,
 +# speex-fixed-1 on ARM
-+; resample-method = speex-float-1
+ ; resample-method = speex-float-1
  ; enable-remixing = yes
  ; enable-lfe-remixing = no
- 
 --- a/src/pulsecore/core.c
 +++ b/src/pulsecore/core.c
 @@ -141,7 +141,11 @@
-     c->disable_remixing = FALSE;
-     c->disable_lfe_remixing = FALSE;
-     c->deferred_volume = TRUE;
+     c->disable_remixing = false;
+     c->disable_lfe_remixing = false;
+     c->deferred_volume = true;
+-    c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1;
 +#ifdef __arm__
 +    c->resample_method = PA_RESAMPLER_SPEEX_FIXED_BASE + 1;
 +#else
-     c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1;
++   c->resample_method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1;
 +#endif
  
      for (j = 0; j < PA_CORE_HOOK_MAX; j++)
          pa_hook_init(&c->hooks[j], c);
 --- a/src/pulsecore/resampler.c
 +++ b/src/pulsecore/resampler.c
-@@ -236,7 +236,11 @@
+@@ -187,8 +187,13 @@
+ static pa_resample_method_t choose_auto_resampler(pa_resample_flags_t flags) {
+     pa_resample_method_t method;
  
-     if (method == PA_RESAMPLER_AUTO) {
- #ifdef HAVE_SPEEX
 +#  ifdef __arm__
++    if (pa_resample_method_supported(PA_RESAMPLER_SPEEX_FIXED_BASE + 1))
 +        method = PA_RESAMPLER_SPEEX_FIXED_BASE + 1;
-+#  else
++#else
+     if (pa_resample_method_supported(PA_RESAMPLER_SPEEX_FLOAT_BASE + 1))
          method = PA_RESAMPLER_SPEEX_FLOAT_BASE + 1;
-+#  endif
- #else
-         if (flags & PA_RESAMPLER_VARIABLE_RATE)
-             method = PA_RESAMPLER_TRIVIAL;
++#endif
+     else if (flags & PA_RESAMPLER_VARIABLE_RATE)
+         method = PA_RESAMPLER_TRIVIAL;
+     else
diff --git a/debian/patches/kfreebsd_no_lock_and_threads_synchro.patch b/debian/patches/kfreebsd_no_lock_and_threads_synchro.patch
index ac3ba48..5a9933c 100644
--- a/debian/patches/kfreebsd_no_lock_and_threads_synchro.patch
+++ b/debian/patches/kfreebsd_no_lock_and_threads_synchro.patch
@@ -7,7 +7,7 @@ Last-Update: 2013-04-24
 
 --- a/src/daemon/main.c
 +++ b/src/daemon/main.c
-@@ -737,6 +737,10 @@
+@@ -743,6 +743,10 @@
           * first take the autospawn lock to make things
           * synchronous. */
  
@@ -18,10 +18,10 @@ Last-Update: 2013-04-24
          if ((autospawn_fd = pa_autospawn_lock_init()) < 0) {
              pa_log("Failed to initialize autospawn lock");
              goto finish;
-@@ -748,6 +752,7 @@
+@@ -754,6 +758,7 @@
          }
  
-         autospawn_locked = TRUE;
+         autospawn_locked = true;
 +#endif
      }
  

commit 696a4f4ede2b84eb2610e84d998e5e1b54169743
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 21:13:02 2014 +0100

    Update changelog

diff --git a/debian/changelog b/debian/changelog
index f7e2fbb..ebc2da4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,33 @@
-pulseaudio (4.0-7) UNRELEASED; urgency=low
+pulseaudio (5.0-1) UNRELEASED; urgency=medium
 
-  * Start working on new upload
+  [ Balint Reczey ]
+  * Add myself to uploaders
+
+  [ Wookey ]
+  * Add stage1 DEB_BUILD_PROFILES initial bootstrap support (Closes: #735485)
+
+  [ Jonas Eriksson ]
+  * Use channel 2 for raop sink (Closes: #658733)
+
+  [ Alexander Kurtz ]
+  * Exit PA with X session closing when PA is started by the session (Closes: 594001)
+
+  [ Balint Reczey ]
+  * Don't pass --disable-hal to ./configure (Closes: #729494)
+
+  [ Justin B Rye ]
+  * Make pulseaudio-utils suggest pulseaudio
+
+  [ Luca Capello ]
+  * Explain how to set up PulseAudio in a chroot (Closes: #649884)
+
+  [ Balint Reczey ]
+  * Imported Upstream version 5.0
+  * Make PA init script start PA unconditionally upon restart (Closes: #738143)
+  * Recommend consolekit instead of depending on it (Closes: #611491)
+  * Fix typo in debian/control
 
- -- Balint Reczey <balint at balintreczey.hu>  Fri, 21 Mar 2014 21:39:44 -0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:11:21 +0100
 
 pulseaudio (4.0-6) unstable; urgency=low
 
@@ -10,7 +35,7 @@ pulseaudio (4.0-6) unstable; urgency=low
     + Added. Be more strict about the neon compiler flag ordering, fixes FBTS
       on ARM (Closes: #717444) (From upstream git)
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 21 Jul 2013 11:36:41 +0200
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 28 Mar 2014 21:09:12 +0100
 
 pulseaudio (4.0-5) unstable; urgency=low
 

commit 5eeaecda4e77879f71117e76974bcc8a28947787
Merge: 3023d37b9a65996af5d3ab4b34ca5777d41df7a4 bbd5e155608c50a7d4f9b116e025c6a8d987246f
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Fri Mar 28 21:05:02 2014 +0100

    Merge tag 'upstream/5.0'
    
    Upstream version 5.0


-- 
pulseaudio packaging



More information about the pkg-pulseaudio-devel mailing list