This is an automated email from the git hooks/post-receive script. themuso-guest pushed a commit to branch ubuntu in repository pulseaudio.
commit 2e118d5a17d95e803d903b560835cface933a7f4 Merge: 39ce465 b299f5f Author: Luke Yelavich <[email protected]> Date: Mon Nov 2 10:03:18 2015 +1100 Merge branch 'ubuntu-pulse7-ppa' into ubuntu .tarball-version | 2 +- .version | 2 +- LICENSE | 3 + Makefile.am | 4 +- Makefile.in | 82 +- NEWS | 53 + aclocal.m4 | 122 +- bootstrap.sh | 2 +- build-aux/compile | 2 +- build-aux/config.guess | 201 +- build-aux/config.sub | 44 +- build-aux/depcomp | 2 +- build-aux/install-sh | 366 +- build-aux/ltmain.sh | 32 +- build-aux/missing | 2 +- build-aux/test-driver | 15 +- config.h.in | 9 +- configure | 345 +- configure.ac | 32 +- debian/changelog | 111 + debian/control | 5 +- debian/patches/0001-volume-config-changes.patch | 8 +- ...rapper-Quit-daemon-if-pid-file-is-removed.patch | 4 +- ...nd_mixer_poll_descriptors_count_when_zero.patch | 2 +- debian/patches/0099-pa_yes_no.patch | 17 - debian/patches/0202-dont-probe-ucm.patch | 2 +- debian/patches/0207-Enable-pulseaudio-droid.patch | 10 +- ...ch-on-connect-adding-parameter-to-allow-s.patch | 18 +- ...le-device-restore-adding-property-to-skip.patch | 8 +- ...-corking-a-sink-input-stream-when-stalled.patch | 16 +- ...Import-code-from-the-Chrome-OS-audio-serv.patch | 782 ---- ...filter-Enable-LFE-filter-in-the-resampler.patch | 458 --- .../0302-lfe-filter-Cleanup-and-refactor.patch | 707 ---- ...change-the-crossover-frequency-as-a-param.patch | 274 -- ...ange-pa_memblock_new_malloced-to-an-inlin.patch | 42 - .../0305-lfe-filter-Add-rewind-support.patch | 231 -- ...r-Make-some-basic-functions-for-rewinding.patch | 96 - .../0307-tests-adding-lfe-filter-test.patch | 248 -- ...n-conf-enable-the-lfe-remixing-by-default.patch | 54 - ...llow-disabling-the-LFE-filter-by-setting-.patch | 43 - ...Rename-lfe_filter_required-to-lfe_remixed.patch | 92 - ...olerant-variation-for-comparing-the-rewin.patch | 53 - .../0312-lfe-filter-test-Use-S16NE-format.patch | 29 - .../patches/0406-tagstruct-add-copy-method.patch | 22 +- .../0407-access-Add-access-control-hooks.patch | 38 +- .../0408-protocol-native-add-access-checks.patch | 84 +- debian/patches/0409-Trust-store-patch.patch | 92 +- ...-thread-to-activate-trust-store-interface.patch | 25 +- .../0415-dynarray-Add-PA_DYNARRAY_FOREACH.patch | 62 - .../0417-increase-timeout-check-apparmor.patch | 18 +- debian/patches/series | 18 - debian/pulseaudio-esound-compat.install | 1 + debian/pulseaudio-esound-compat.manpages | 1 - debian/pulseaudio-utils.install | 7 + debian/pulseaudio-utils.manpages | 7 - debian/pulseaudio.install | 33 +- debian/pulseaudio.lintian-overrides | 2 +- debian/pulseaudio.maintscript | 1 + debian/pulseaudio.manpages | 5 - debian/rules | 26 +- debian/shlibs.local | 4 +- doxygen/Makefile.in | 27 +- m4/intltool.m4 | 25 - m4/libtool.m4 | 81 +- man/Makefile.am | 19 +- man/Makefile.in | 100 +- man/default.pa.5 | 4 +- man/pacat.1 | 4 +- man/pacat.1.xml.in | 10 +- man/paplay.1 | 46 - man/paplay.1.xml.in | 125 - man/pax11publish.1 | 2 +- man/pulse-cli-syntax.5 | 16 +- man/pulse-cli-syntax.5.xml.in | 19 +- man/pulse-client.conf.5 | 4 +- man/pulse-daemon.conf.5 | 12 +- man/pulse-daemon.conf.5.xml.in | 21 +- man/pulseaudio.1 | 10 +- man/pulseaudio.1.xml.in | 6 +- po/LINGUAS | 2 + po/Makefile.in.in | 11 +- po/it.po | 3875 +++++++++--------- po/ko.po | 3012 ++++++++++++++ po/oc.po | 4137 ++++++++++++++++++++ po/pl.po | 1408 +++---- po/sk.po | 1556 ++++---- po/tr.po | 1390 ++++--- po/uk.po | 1183 +++--- src/.gitignore | 1 + src/Makefile.am | 32 +- src/Makefile.in | 566 ++- src/daemon/cmdline.c | 2 +- src/daemon/daemon-conf.c | 5 +- src/daemon/daemon-conf.h | 1 + src/daemon/daemon.conf.in | 3 +- src/daemon/main.c | 15 +- src/modules/alsa/alsa-mixer.c | 150 +- src/modules/alsa/alsa-mixer.h | 10 + src/modules/alsa/alsa-sink.c | 14 +- src/modules/alsa/alsa-source.c | 14 +- src/modules/alsa/alsa-ucm.c | 269 +- src/modules/alsa/alsa-ucm.h | 19 +- src/modules/alsa/alsa-util.c | 15 + .../alsa/mixer/paths/analog-input-linein.conf | 7 + src/modules/alsa/mixer/paths/analog-input-mic.conf | 7 + .../alsa/mixer/paths/analog-output-lineout.conf | 20 + .../mixer/paths/analog-output-speaker-always.conf | 8 + .../alsa/mixer/paths/analog-output-speaker.conf | 8 + .../alsa/mixer/profile-sets/90-pulseaudio.rules | 1 + src/modules/alsa/mixer/profile-sets/default.conf | 13 +- .../mixer/profile-sets/sb-omni-surround-5.1.conf | 72 + src/modules/alsa/module-alsa-card.c | 45 +- src/modules/bluetooth/module-bluez4-discover.c | 8 +- src/modules/bluetooth/module-bluez5-device.c | 2 +- src/modules/dbus/iface-card.c | 69 +- src/modules/dbus/iface-client.c | 34 +- src/modules/dbus/iface-core.c | 653 +-- src/modules/dbus/iface-device.c | 121 +- src/modules/dbus/iface-module.c | 41 +- src/modules/dbus/iface-sample.c | 41 +- src/modules/dbus/iface-stream.c | 179 +- src/modules/dbus/module-dbus-protocol.c | 5 - src/modules/echo-cancel/adrian-aec.c | 4 + src/modules/echo-cancel/module-echo-cancel.c | 28 +- src/modules/gconf/module-gconf.c | 14 +- src/modules/macosx/module-coreaudio-device.c | 13 +- src/modules/module-always-sink.c | 13 +- src/modules/module-card-restore.c | 38 +- src/modules/module-combine-sink.c | 108 +- src/modules/module-detect.c | 2 +- src/modules/module-device-manager.c | 8 +- src/modules/module-device-restore.c | 55 +- src/modules/module-equalizer-sink.c | 9 +- src/modules/module-filter-apply.c | 56 +- src/modules/module-filter-heuristics.c | 22 +- src/modules/module-loopback.c | 4 +- src/modules/module-rescue-streams.c | 5 +- src/modules/module-stream-restore.c | 48 +- src/modules/module-suspend-on-idle.c | 89 +- src/modules/module-switch-on-connect.c | 12 +- src/modules/module-switch-on-port-available.c | 44 +- src/modules/module-tunnel.c | 26 +- src/modules/module-virtual-surround-sink.c | 2 +- src/modules/oss/module-oss.c | 2 +- src/modules/udev-util.c | 11 +- src/modules/xen/module-xenpv-sink.c | 7 +- src/pulse/client-conf.c | 2 +- src/pulse/context.c | 11 +- src/pulse/mainloop.h | 4 +- src/pulse/pulseaudio.h | 33 + src/pulse/stream.c | 18 +- src/pulse/util.c | 9 +- src/pulse/version.h | 4 +- src/pulsecore/core-scache.c | 16 +- src/pulsecore/core-util.c | 113 +- src/pulsecore/core-util.h | 4 + src/pulsecore/core.c | 1 + src/pulsecore/core.h | 9 + src/pulsecore/cpu-arm.c | 1 + src/pulsecore/device-port.c | 14 +- src/pulsecore/dynarray.c | 51 +- src/pulsecore/dynarray.h | 25 +- src/pulsecore/filter/biquad.c | 117 + src/pulsecore/filter/biquad.h | 45 + src/pulsecore/filter/crossover.c | 97 + src/pulsecore/filter/crossover.h | 29 + src/pulsecore/filter/lfe-filter.c | 198 + src/pulsecore/filter/lfe-filter.h | 39 + src/pulsecore/memblock.h | 5 +- src/pulsecore/module.c | 29 +- src/pulsecore/module.h | 4 + src/pulsecore/namereg.c | 2 + src/pulsecore/packet.c | 55 +- src/pulsecore/packet.h | 20 +- src/pulsecore/pdispatch.c | 9 +- src/pulsecore/protocol-native.c | 59 +- src/pulsecore/pstream-util.c | 13 +- src/pulsecore/pstream.c | 169 +- src/pulsecore/resampler.c | 86 +- src/pulsecore/resampler.h | 11 + src/pulsecore/resampler/soxr.c | 167 + src/pulsecore/rtpoll.c | 10 +- src/pulsecore/rtpoll.h | 4 - src/pulsecore/sink-input.c | 10 +- src/pulsecore/sink.c | 16 +- src/pulsecore/sink.h | 2 + src/pulsecore/socket-server.c | 151 +- src/pulsecore/socket-server.h | 1 - src/pulsecore/socket.h | 13 +- src/pulsecore/source-output.c | 4 +- src/pulsecore/source.c | 16 +- src/pulsecore/source.h | 2 + src/pulsecore/tagstruct.c | 507 ++- src/pulsecore/tagstruct.h | 4 +- src/pulsecore/thread-mq.c | 32 +- src/pulsecore/tokenizer.c | 3 - src/pulsecore/winerrno.h | 89 + src/tests/lfe-filter-test.c | 196 + src/tests/remix-test.c | 3 +- src/tests/resampler-test.c | 9 +- src/tests/srbchannel-test.c | 21 +- src/tests/volume-test.c | 5 +- src/utils/pacat.c | 20 +- src/utils/pacmd.c | 2 +- src/utils/pactl.c | 36 +- src/utils/padsp.c | 7 +- 206 files changed, 17344 insertions(+), 10539 deletions(-) diff --cc debian/changelog index 51ee81c,8bbe009..638dabd --- a/debian/changelog +++ b/debian/changelog @@@ -1,16 -1,114 +1,127 @@@ -pulseaudio (7.0-1ubuntu1~xenial1) UNRELEASED; urgency=medium ++pulseaudio (7.0-1ubuntu1) UNRELEASED; urgency=medium + + * Merge from Debian experimental, remaining changes: + - epoch (my stupid fault :S) + - Don't ship the consolekit module, and explicitly depend on the PAM + systemd module + - 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 example upstart job to run pulseaudio in system mode + - Add a build/run autopkgtest for libpulse-dev + * Refreshed patches, and dropped those that were applied upstream. + + -- Luke Yelavich <[email protected]> Tue, 06 Oct 2015 15:30:57 +1100 + + pulseaudio (7.0-1) unstable; urgency=medium + + [ Luke Yelavich ] + * New upstream release + * Dropped patch, applied upstream + * Update shlibs file for 7.0 + + [ Felipe Sateler ] + * Update bash completion lintian override + * Upload to unstable + + -- Felipe Sateler <[email protected]> Fri, 25 Sep 2015 09:53:54 -0300 + + pulseaudio (6.99.1-2) experimental; urgency=medium + + * Fix test suite failure on alpha. Patch from Michael Cree. + Closes: #798248 + + -- Felipe Sateler <[email protected]> Thu, 10 Sep 2015 20:44:53 -0300 + + pulseaudio (6.99.1-1) experimental; urgency=medium + + * New upstream release candidate + - Drop 0001-core-util-pactl-Make-one-localised-and-one-non- + local.patch, was picked from upstream + * Change the bash completion install dir to /usr/share + + -- Felipe Sateler <[email protected]> Thu, 03 Sep 2015 23:29:12 -0300 + + pulseaudio (6.0-5) unstable; urgency=medium + + * Module udev detect is linux-only, so don't install on !linux. + + -- Felipe Sateler <[email protected]> Mon, 03 Aug 2015 14:29:09 -0300 + + pulseaudio (6.0-4) unstable; urgency=medium + + * Specify systemd user unit dir explicitly. + The pkgconfig file lives in package systemd, which we don't want to + build-depend on. + + -- Felipe Sateler <[email protected]> Mon, 03 Aug 2015 10:17:23 -0300 + + pulseaudio (6.0-3) unstable; urgency=medium + + * Do not build bluez4 module, it is no longer available. + Closes: #788293 + * Pass --disable-hal-compat to configure instead of building a module we do + not install + * Use dh-exec instead of manual .install mangling + * Do not use dh_installman to install manpages, upstream already installs + them correctly. + * libpulse-dev: drop Depends on libavahi-client-dev + * debian/rules: use DEB_DH_INSTALL_SOURCEDIR instead of deprecated DEB_DH_INSTALL_ARGS + * Install (but not enable) systemd user units on linux archs. + Closes: #794226 + + -- Felipe Sateler <[email protected]> Fri, 31 Jul 2015 19:53:59 -0300 + + pulseaudio (6.0-2) unstable; urgency=medium + + * Pick upstream patch that creates a localised version of pa_yes_no + - This fixes a problem when that function was used to create module + loading arguments. + * Upload to unstable + + -- Felipe Sateler <[email protected]> Mon, 27 Apr 2015 11:17:20 -0300 + + pulseaudio (6.0-1) experimental; urgency=medium + + [ Luke Yelavich ] + * New upstream release + * Remove pulseaudio-kde autostart file on upgrade (Closes: #776331) + + [ Felipe Sateler ] + * Upload to experimental + + -- Felipe Sateler <[email protected]> Fri, 13 Mar 2015 22:45:13 -0300 + +pulseaudio (1:6.0-0ubuntu13) wily; urgency=medium + + * Pull upstream commit a527711 to hopefully fix LP: #1425447 + + -- Luke Yelavich <[email protected]> Tue, 13 Oct 2015 10:44:57 +1100 + +pulseaudio (1:6.0-0ubuntu12) wily; urgency=medium + + * debian/rules: disable bluez4 support, it's not useful and leads to + syslog warnings + + -- Sebastien Bacher <[email protected]> Tue, 22 Sep 2015 18:19:45 +0200 + pulseaudio (1:6.0-0ubuntu11) wily; urgency=medium * debian/patches/04*: diff --cc debian/patches/series index f5fc1a4,51ea47d..242a866 --- a/debian/patches/series +++ b/debian/patches/series @@@ -5,11 -5,7 +5,10 @@@ 0016-nodisplay-autostart.patch 0022-inotify-wrapper-Quit-daemon-if-pid-file-is-removed.patch 0023-fixing_snd_mixer_poll_descriptors_count_when_zero.patch - 0099-pa_yes_no.patch +# Patches pulled from upstream +0101-module-Always-remove-freed-module-from-modules_pendi.patch + # Ubuntu touch stuff 0202-dont-probe-ucm.patch 0203-card-Add-hook-before-profile-changes.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

