[pulseaudio] 06/12: Merge remote-tracking branch 'origin/master' into ubuntu-pulse7-ppa
Luke Yelavich
themuso-guest at moszumanska.debian.org
Sun Nov 1 23:18:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
themuso-guest pushed a commit to branch ubuntu
in repository pulseaudio.
commit 5b2d1c7f50125904dde011fa355153221763a83f
Merge: ac70249 50c0344
Author: Luke Yelavich <themuso at ubuntu.com>
Date: Thu Sep 24 14:43:36 2015 +1000
Merge remote-tracking branch 'origin/master' into ubuntu-pulse7-ppa
.tarball-version | 2 +-
.version | 2 +-
Makefile.in | 3 +-
NEWS | 5 +
build-aux/config.guess | 15 +-
build-aux/config.sub | 20 +-
build-aux/ltmain.sh | 32 +-
config.h.in | 6 +-
configure | 185 +--
configure.ac | 4 +-
debian/changelog | 5 +-
.../0001-Fix-test-suite-failure-on-Alpha.patch | 40 -
debian/patches/series | 1 -
debian/shlibs.local | 4 +-
doxygen/Makefile.in | 1 -
m4/intltool.m4 | 25 -
m4/libtool.m4 | 81 +-
man/Makefile.in | 1 -
man/default.pa.5 | 4 +-
man/pax11publish.1 | 2 +-
man/pulse-cli-syntax.5 | 4 +-
man/pulse-client.conf.5 | 4 +-
man/pulse-daemon.conf.5 | 6 +-
man/pulseaudio.1 | 6 +-
po/Makefile.in.in | 11 +-
po/pl.po | 1408 +++++++++++---------
po/sk.po | 463 ++++---
src/Makefile.am | 5 +-
src/Makefile.in | 9 +-
src/daemon/cmdline.c | 2 +-
.../alsa/mixer/paths/analog-input-linein.conf | 7 +
src/modules/alsa/mixer/paths/analog-input-mic.conf | 7 +
.../alsa/mixer/profile-sets/90-pulseaudio.rules | 1 +
.../mixer/profile-sets/sb-omni-surround-5.1.conf | 72 +
src/modules/module-card-restore.c | 5 +-
src/modules/module-loopback.c | 2 +-
src/pulse/client-conf.c | 2 +-
src/pulse/util.c | 9 +-
src/pulse/version.h | 6 +-
src/pulsecore/core-util.c | 7 +-
src/pulsecore/filter/lfe-filter.c | 2 +-
src/pulsecore/module.c | 5 +-
src/pulsecore/protocol-native.c | 4 +-
src/pulsecore/sink.c | 3 +-
src/pulsecore/source.c | 3 +-
src/tests/volume-test.c | 5 +-
46 files changed, 1326 insertions(+), 1170 deletions(-)
diff --cc debian/changelog
index 378e453,1a602d7..56cc7b9
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,34 -1,10 +1,37 @@@
- pulseaudio (1:6.99.1-2ubuntu1~wily1) wily; urgency=medium
-pulseaudio (7.0-1) UNRELEASED; urgency=medium
++pulseaudio (1:7.0-0ubuntu1~wily1) wily; urgency=medium
+ * New upstream release
+ * Dropped patch, applied upstream
+ * Update shlibs file for 7.0
-
- -- Luke Yelavich <themuso at ubuntu.com> Thu, 24 Sep 2015 14:36:51 +1000
+ * 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 <themuso at ubuntu.com> Mon, 21 Sep 2015 11:01:11 +1000
pulseaudio (6.99.1-2) experimental; urgency=medium
diff --cc debian/patches/series
index c21d8ef,0000000..51ea47d
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,26 -1,0 +1,25 @@@
+# Ubuntu/Debian specific config/fixes
- 0001-Fix-test-suite-failure-on-Alpha.patch
+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
+0023-fixing_snd_mixer_poll_descriptors_count_when_zero.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
--
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