[ubuntu/oneiric] pulseaudio 1:0.9.22+stable-queue-69-gf8e8-0ubuntu1 (Accepted)
Luke Yelavich
themuso at ubuntu.com
Fri May 27 04:20:19 UTC 2011
pulseaudio (1:0.9.22+stable-queue-69-gf8e8-0ubuntu1) oneiric; urgency=low
* Merge from unreleased Debian git, remaining changes:
- epoch (my stupid fault :S)
- use speex-float-1 and change buffer and fragment size, depending on
architecture
- Add alsa configuration files to route alsa applications via pulseaudio
- Move libasound2-plugins from Recommends to Depends
- Add pm-utils sleep hook to suspend (and resume) users' pulseaudio
daemons
- Make initscript more informative in the default case of per-user
sessions
- add status check for system wide pulseaudio instance
- create /var/run/pulse, and make restart more robust
- indicate that the system pulseaudio instance is being started from the
init script
- check whether pulseaudio is running before preloading the padsp library
- Add DEB_OPT_FLAG = -O3 as per recommendation from
pulseaudio-discuss/2007-December/001017.html
- Generate a PO template on build
- the esd wrapper script should not load pulseaudio if pulseaudio is being
used as a system service
- add a pulseaudio apport hook
- drop padevchooser(Recommends) and pavucontrol (Suggests)
- add libudev-dev as a build-dependency
- Fix initialization of devices with modem subdevices
- Disable cork-music-on-phone
- disable flat volume
- Mute IEC958 Optical Raw by default
- use tdd instead of gdbm
- Add conflicts/replaces for pulseaudio-module-udev and
pulseaudio-module-rygel-media-server
- Add replaces for pulseaudio-module-hal to the pulseaudio package to handle
upgrades from hardy
- Load module-x11-bell in the start-pulseaudio-x11 script
- added IT block to fix thumb conditional instruction build error messages
- recommend instead of suggest rtkit
- Ship the jackdbus-detect module
- Ship extra quirks to mixer profiles for various x86 and ARM hardware, as
well as USB hardware
* New snapshot based on upstream git branch stable-queue:
- 4f67775 (http: support HTTP HEAD)
- 3bb6546 (vala: More vala fixes)
- 7fd0771 (x11: Fix build errors with newest xcb-util.)
- b72fc9b (x11: More XCB fixes.)
- f8e8a03 (rtkit: use private bus connection in order to avoid threading
issues when invoking pa_make_realtime())
- c524b4c (memblockq: implement new call pa_memblockq_peek_fixed_size())
- 1a8cf00 (make echo-cancel module that exposes a new sink and source)
- 9fa71e7 (echo-cancel: take into account snapshot delay)
- 7b972f5 (echo-cancel: use the phone media role)
- de6cdf9 (echo-cancel: tweak the resync code a little)
- 1c26694 (echo-cancel: improve debug)
- b30bf12 (echo-cancel: keep frame_size a power of 2)
- 6d8a907 (echo-cancel: Move the module into it's own directory)
- 57c5983 (echo-cancel: Split out speex code from the core module)
- 668f4e4 (echo-cancel: Pass arguments to the specific canceller module)
- c975dfa (echo-cancel: Let AEC module determine source/sink spec)
- 47e4dd1 (echo-cancel: Add alternative echo-cancellation implementation)
- 4a9fa8c (echo-cancel: Allow selection of AEC method using modargs)
- b6b8a7b (echo-cancel: Make blocksize a module-wide parameter)
- 2923c5e (echo-cancel: Mark immutable parameters as const in vfunc)
- 9f79c0e (echo-cancel: rework alignment code)
- 56a4684 (echo-cancel: improve accuracy)
- e936447 (echo-cancel: pause timer when echo canceling is off)
- d39043c (echo-cancel: Fix make distcheck)
- d8fab84 (echo-cancel: Fix out-of-tree build)
- 1212a6f (echo-cancel: Ensure correct handling of endianness)
- d866ade (echo-cancel: Use S16NE for adrian module)
- f93b5e1 (echo-cancel: Fix source may_move_to function)
- 6664650 (i18n: Update POTFILES.*)
* debian/libpulse-dev.install: Ship vala bindings
* Dropped patches, either they were previously backported, or are now
upstream:
- 0005-load-sample-dir-lazy.patch
- 0090-disable-flat-volumes.patch
- 0211-module-loopback-Add-adjust_time-to-valid-args.patch
- 0212-Limit-rate-adjustments-to-small-inaudible-jumps.patch
- 0213-module-rtp-recv-Use-new-algorithm-for-adjusting-samp.patch
- 0214-module-rtp-recv-Average-the-estimated-real-sample-ra.patch
- 0215-module-rtp-recv-Remove-smoother-from-write-index.patch
- 0216-conf-Make-system.pa-use-udev-detect-and-not-hal-dete.patch
- 0217-volume-Add-a-PA_VOLUME_UI_MAX-define-for-the-recomme.patch
- 0218-vala-Some-bugfixes-for-the-vala-bindings.patch
- 0219-vala-delegate-FreeCb-does-not-have-a-target.patch
- 0220-vala-move-GLibMainLoop-class-into-separate-file-to-f.patch
- 0221-vala-Fix-path-error-in-the-last-commit.patch
- 0222-build-sys-Link-binaries-linking-libpulse-to-libpulse.patch
- 0223-build-sys-Link-binaries-linking-libpulsecommon-to-li.patch
- 0224-build-sys-Link-lirc-libraries-in-right-order.patch
- 0225-module-jack-sink-source-protect-against-null-return-.patch
- 0226-vala-ChannelMap-has-no-destroy-function.patch
* debian/patches/series: Renamed and re-ordered some patches, and clearly
identified distro specific patches and upstream/upstreamable patches
* 0209-alsa-mixer-Fix-makefile-in.patch: Drop, as we use dh-autoreconf,
which takes care of this for us
* debian/pulseaudio.install: Add the echo-cancel module
* 0003-Mention-speex-and-libsamplerate-in-pulse-daemon.conf.patch: Drop,
upstream
pulseaudio (0.9.22-2) UNRELEASED; urgency=low
* debian/control:
+ Fix typo in long description of pulseaudio-module-x11, thanks to
Sam Morris (Closes: #500038)
+ Clarify long description of pulseaudio-esound-compat. Many apps
still in use require functionality from this package
(Closes: #601725)
* debian/libpulse-dev.examples: Apply patch from Mario Lang to include
simple examples in the dev package. Thanks! (Closes: #561258)
* debian/patches/
0003-Mention-speex-and-libsamplerate-in-pulse-daemon.conf.patch:
+ Mention speex in the resampling section. Currently the Resampler
section of "Programming with Speex (the libspeex API)" contains
the relevant information (Closes: #541206)
* debian/pulseaudio-utils.links: Also add pamon(1), parec(1), and
parecord(1) (Closes: #599696)
* debian/README.Debian: Clarify historical pulse-rt use and document
current recommendation of RealtimeKit (Closes: #548363)
pulseaudio (0.9.22-1) experimental; urgency=low
* New upstream release
* debian/patches/0002-CVE-2009-1299.patch:
+ Dropped, fixed upstream
* debian/patches/0003-Re-bootstrap.patch
+ Dropped, not needed anymore
* debian/rules: Stop using -g0 on mips{,el} the toolchain has been fixed
* debian/rules, debian/control: Update build-depends and force building
with X11
* debian/control: Suggest rtkit
* debian/control: Prune unneeded depends of libpulse-dev
pulseaudio (0.9.21-3) unstable; urgency=low
* debian/rules: Compile with -g0 on mips{,el} to work around #519006 in
gcc-4.4
pulseaudio (0.9.21-2) unstable; urgency=low
* Import NMU patches into pkg-pulse git, thanks to the security team for
their work!
* debian/patches/0003-Re-bootstrap.patch
+ Added. Update configure so we don't have to re-run autotools when
building the package (Closes: #576457, #576546, #576769)
* Install a KDE specific startup file and module-device-manager.
Thanks to Daniel Schaal and Zsolt Rizsanyi for patches and tips.
(Closes: #570487)
* d/p/0004-In-KDE-only-start-pulseaudio-from-the-KDE-specific-d.patch
+ Added. When running KDE use the KDE specific autostart desktop file
instead of the generic pulseaudio-x11 file
* Fix two typos in debian/pulseaudio.default, patch by Paul Menzel
(Closes: #566332)
* Prepare the debian package for building on HURD again (needs some upstream
fixes as well). Patch by Pino Toscano (Closes: #573339)
* Use the pulseaudio.1 manpage from the source tree instead of the older (and
outdated) debian specific one.
pulseaudio (0.9.21-1.2) unstable; urgency=high
* Non-maintainer upload by the Security Team.
* Added autoconf, automake, and libtool in Build-Depends to regenerate
configure and auto* files at build time, and fixed a regression introduced
in previous NMU (Closes: #576457)
pulseaudio (0.9.21-1.1) unstable; urgency=high
* Non-maintainer upload.
* Fix insecure temporary file creation security issue (closes: #573615).
pulseaudio (0.9.21-1) unstable; urgency=low
* New upstream release
* d/p/0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch
+ Removed, merged upstream
* debian/copyright: Updated
* debian/rules: Fix build on arm (slightly changes target name)
pulseaudio (0.9.20-1) unstable; urgency=low
* New upstream release
* d/p/0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch
+ Added. Make sure all alsa path configuration files are installed
Date: Fri, 27 May 2011 14:05:01 +1000
Changed-By: Luke Yelavich <themuso at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Luke Yelavich <luke.yelavich at canonical.com>
https://launchpad.net/ubuntu/oneiric/+source/pulseaudio/1:0.9.22+stable-queue-69-gf8e8-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 27 May 2011 14:05:01 +1000
Source: pulseaudio
Binary: pulseaudio pulseaudio-dbg pulseaudio-utils pulseaudio-utils-dbg pulseaudio-esound-compat pulseaudio-esound-compat-dbg pulseaudio-module-zeroconf pulseaudio-module-zeroconf-dbg pulseaudio-module-jack pulseaudio-module-jack-dbg pulseaudio-module-lirc pulseaudio-module-lirc-dbg pulseaudio-module-gconf pulseaudio-module-gconf-dbg pulseaudio-module-raop pulseaudio-module-raop-dbg pulseaudio-module-bluetooth pulseaudio-module-bluetooth-dbg pulseaudio-module-x11 pulseaudio-module-x11-dbg libpulse0 libpulse0-dbg libpulse-mainloop-glib0 libpulse-mainloop-glib0-dbg libpulse-browse0 libpulse-browse0-dbg libpulse-dev
Architecture: source
Version: 1:0.9.22+stable-queue-69-gf8e8-0ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Luke Yelavich <themuso at ubuntu.com>
Description:
libpulse-browse0 - PulseAudio client libraries (zeroconf support)
libpulse-browse0-dbg - PulseAudio client libraries (zeroconf support) debugging symbols
libpulse-dev - PulseAudio client development headers and libraries
libpulse-mainloop-glib0 - PulseAudio client libraries (glib support)
libpulse-mainloop-glib0-dbg - PulseAudio client libraries (glib support) debugging symbols
libpulse0 - PulseAudio client libraries
libpulse0-dbg - PulseAudio client libraries detached debugging symbols
pulseaudio - PulseAudio sound server
pulseaudio-dbg - PulseAudio sound server detached debugging symbols
pulseaudio-esound-compat - PulseAudio ESD compatibility layer
pulseaudio-esound-compat-dbg - PulseAudio ESD compatibility layer debugging symbols
pulseaudio-module-bluetooth - Bluetooth module for PulseAudio sound server
pulseaudio-module-bluetooth-dbg - Bluetooth module for PulseAudio sound server
pulseaudio-module-gconf - GConf module for PulseAudio sound server
pulseaudio-module-gconf-dbg - GConf module for PulseAudio sound server debugging symbols
pulseaudio-module-jack - jackd modules for PulseAudio sound server
pulseaudio-module-jack-dbg - jackd modules for PulseAudio sound server debugging symbols
pulseaudio-module-lirc - lirc module for PulseAudio sound server
pulseaudio-module-lirc-dbg - lirc module for PulseAudio sound server debugging symbols
pulseaudio-module-raop - RAOP module for PulseAudio sound server
pulseaudio-module-raop-dbg - RAOP module for PulseAudio sound server
pulseaudio-module-x11 - X11 module for PulseAudio sound server
pulseaudio-module-x11-dbg - X11 module for PulseAudio sound server debugging symbols
pulseaudio-module-zeroconf - Zeroconf module for PulseAudio sound server
pulseaudio-module-zeroconf-dbg - Zeroconf module for PulseAudio sound server debugging symbols
pulseaudio-utils - Command line tools for the PulseAudio sound server
pulseaudio-utils-dbg - PulseAudio command line tools detached debugging symbols
Changes:
pulseaudio (1:0.9.22+stable-queue-69-gf8e8-0ubuntu1) oneiric; urgency=low
.
* Merge from unreleased Debian git, remaining changes:
- epoch (my stupid fault :S)
- use speex-float-1 and change buffer and fragment size, depending on
architecture
- Add alsa configuration files to route alsa applications via pulseaudio
- Move libasound2-plugins from Recommends to Depends
- Add pm-utils sleep hook to suspend (and resume) users' pulseaudio
daemons
- Make initscript more informative in the default case of per-user
sessions
- add status check for system wide pulseaudio instance
- create /var/run/pulse, and make restart more robust
- indicate that the system pulseaudio instance is being started from the
init script
- check whether pulseaudio is running before preloading the padsp library
- Add DEB_OPT_FLAG = -O3 as per recommendation from
pulseaudio-discuss/2007-December/001017.html
- Generate a PO template on build
- the esd wrapper script should not load pulseaudio if pulseaudio is being
used as a system service
- add a pulseaudio apport hook
- drop padevchooser(Recommends) and pavucontrol (Suggests)
- add libudev-dev as a build-dependency
- Fix initialization of devices with modem subdevices
- Disable cork-music-on-phone
- disable flat volume
- Mute IEC958 Optical Raw by default
- use tdd instead of gdbm
- Add conflicts/replaces for pulseaudio-module-udev and
pulseaudio-module-rygel-media-server
- Add replaces for pulseaudio-module-hal to the pulseaudio package to handle
upgrades from hardy
- Load module-x11-bell in the start-pulseaudio-x11 script
- added IT block to fix thumb conditional instruction build error messages
- recommend instead of suggest rtkit
- Ship the jackdbus-detect module
- Ship extra quirks to mixer profiles for various x86 and ARM hardware, as
well as USB hardware
* New snapshot based on upstream git branch stable-queue:
- 4f67775 (http: support HTTP HEAD)
- 3bb6546 (vala: More vala fixes)
- 7fd0771 (x11: Fix build errors with newest xcb-util.)
- b72fc9b (x11: More XCB fixes.)
- f8e8a03 (rtkit: use private bus connection in order to avoid threading
issues when invoking pa_make_realtime())
- c524b4c (memblockq: implement new call pa_memblockq_peek_fixed_size())
- 1a8cf00 (make echo-cancel module that exposes a new sink and source)
- 9fa71e7 (echo-cancel: take into account snapshot delay)
- 7b972f5 (echo-cancel: use the phone media role)
- de6cdf9 (echo-cancel: tweak the resync code a little)
- 1c26694 (echo-cancel: improve debug)
- b30bf12 (echo-cancel: keep frame_size a power of 2)
- 6d8a907 (echo-cancel: Move the module into it's own directory)
- 57c5983 (echo-cancel: Split out speex code from the core module)
- 668f4e4 (echo-cancel: Pass arguments to the specific canceller module)
- c975dfa (echo-cancel: Let AEC module determine source/sink spec)
- 47e4dd1 (echo-cancel: Add alternative echo-cancellation implementation)
- 4a9fa8c (echo-cancel: Allow selection of AEC method using modargs)
- b6b8a7b (echo-cancel: Make blocksize a module-wide parameter)
- 2923c5e (echo-cancel: Mark immutable parameters as const in vfunc)
- 9f79c0e (echo-cancel: rework alignment code)
- 56a4684 (echo-cancel: improve accuracy)
- e936447 (echo-cancel: pause timer when echo canceling is off)
- d39043c (echo-cancel: Fix make distcheck)
- d8fab84 (echo-cancel: Fix out-of-tree build)
- 1212a6f (echo-cancel: Ensure correct handling of endianness)
- d866ade (echo-cancel: Use S16NE for adrian module)
- f93b5e1 (echo-cancel: Fix source may_move_to function)
- 6664650 (i18n: Update POTFILES.*)
* debian/libpulse-dev.install: Ship vala bindings
* Dropped patches, either they were previously backported, or are now
upstream:
- 0005-load-sample-dir-lazy.patch
- 0090-disable-flat-volumes.patch
- 0211-module-loopback-Add-adjust_time-to-valid-args.patch
- 0212-Limit-rate-adjustments-to-small-inaudible-jumps.patch
- 0213-module-rtp-recv-Use-new-algorithm-for-adjusting-samp.patch
- 0214-module-rtp-recv-Average-the-estimated-real-sample-ra.patch
- 0215-module-rtp-recv-Remove-smoother-from-write-index.patch
- 0216-conf-Make-system.pa-use-udev-detect-and-not-hal-dete.patch
- 0217-volume-Add-a-PA_VOLUME_UI_MAX-define-for-the-recomme.patch
- 0218-vala-Some-bugfixes-for-the-vala-bindings.patch
- 0219-vala-delegate-FreeCb-does-not-have-a-target.patch
- 0220-vala-move-GLibMainLoop-class-into-separate-file-to-f.patch
- 0221-vala-Fix-path-error-in-the-last-commit.patch
- 0222-build-sys-Link-binaries-linking-libpulse-to-libpulse.patch
- 0223-build-sys-Link-binaries-linking-libpulsecommon-to-li.patch
- 0224-build-sys-Link-lirc-libraries-in-right-order.patch
- 0225-module-jack-sink-source-protect-against-null-return-.patch
- 0226-vala-ChannelMap-has-no-destroy-function.patch
* debian/patches/series: Renamed and re-ordered some patches, and clearly
identified distro specific patches and upstream/upstreamable patches
* 0209-alsa-mixer-Fix-makefile-in.patch: Drop, as we use dh-autoreconf,
which takes care of this for us
* debian/pulseaudio.install: Add the echo-cancel module
* 0003-Mention-speex-and-libsamplerate-in-pulse-daemon.conf.patch: Drop,
upstream
.
pulseaudio (0.9.22-2) UNRELEASED; urgency=low
.
* debian/control:
+ Fix typo in long description of pulseaudio-module-x11, thanks to
Sam Morris (Closes: #500038)
+ Clarify long description of pulseaudio-esound-compat. Many apps
still in use require functionality from this package
(Closes: #601725)
* debian/libpulse-dev.examples: Apply patch from Mario Lang to include
simple examples in the dev package. Thanks! (Closes: #561258)
* debian/patches/
0003-Mention-speex-and-libsamplerate-in-pulse-daemon.conf.patch:
+ Mention speex in the resampling section. Currently the Resampler
section of "Programming with Speex (the libspeex API)" contains
the relevant information (Closes: #541206)
* debian/pulseaudio-utils.links: Also add pamon(1), parec(1), and
parecord(1) (Closes: #599696)
* debian/README.Debian: Clarify historical pulse-rt use and document
current recommendation of RealtimeKit (Closes: #548363)
.
pulseaudio (0.9.22-1) experimental; urgency=low
.
* New upstream release
* debian/patches/0002-CVE-2009-1299.patch:
+ Dropped, fixed upstream
* debian/patches/0003-Re-bootstrap.patch
+ Dropped, not needed anymore
* debian/rules: Stop using -g0 on mips{,el} the toolchain has been fixed
* debian/rules, debian/control: Update build-depends and force building
with X11
* debian/control: Suggest rtkit
* debian/control: Prune unneeded depends of libpulse-dev
.
pulseaudio (0.9.21-3) unstable; urgency=low
.
* debian/rules: Compile with -g0 on mips{,el} to work around #519006 in
gcc-4.4
.
pulseaudio (0.9.21-2) unstable; urgency=low
.
* Import NMU patches into pkg-pulse git, thanks to the security team for
their work!
* debian/patches/0003-Re-bootstrap.patch
+ Added. Update configure so we don't have to re-run autotools when
building the package (Closes: #576457, #576546, #576769)
* Install a KDE specific startup file and module-device-manager.
Thanks to Daniel Schaal and Zsolt Rizsanyi for patches and tips.
(Closes: #570487)
* d/p/0004-In-KDE-only-start-pulseaudio-from-the-KDE-specific-d.patch
+ Added. When running KDE use the KDE specific autostart desktop file
instead of the generic pulseaudio-x11 file
* Fix two typos in debian/pulseaudio.default, patch by Paul Menzel
(Closes: #566332)
* Prepare the debian package for building on HURD again (needs some upstream
fixes as well). Patch by Pino Toscano (Closes: #573339)
* Use the pulseaudio.1 manpage from the source tree instead of the older (and
outdated) debian specific one.
.
pulseaudio (0.9.21-1.2) unstable; urgency=high
.
* Non-maintainer upload by the Security Team.
* Added autoconf, automake, and libtool in Build-Depends to regenerate
configure and auto* files at build time, and fixed a regression introduced
in previous NMU (Closes: #576457)
.
pulseaudio (0.9.21-1.1) unstable; urgency=high
.
* Non-maintainer upload.
* Fix insecure temporary file creation security issue (closes: #573615).
.
pulseaudio (0.9.21-1) unstable; urgency=low
.
* New upstream release
* d/p/0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch
+ Removed, merged upstream
* debian/copyright: Updated
* debian/rules: Fix build on arm (slightly changes target name)
.
pulseaudio (0.9.20-1) unstable; urgency=low
.
* New upstream release
* d/p/0002-Fix-makefiles-to-include-all-alsa-path-files-on-inst.patch
+ Added. Make sure all alsa path configuration files are installed
Checksums-Sha1:
0ce6599e85f149856f537a7aabbe5491f367b845 2860 pulseaudio_0.9.22+stable-queue-69-gf8e8-0ubuntu1.dsc
9e28f07a0e613ce239e9eec8dc3b1f307310cc2b 2024339 pulseaudio_0.9.22+stable-queue-69-gf8e8.orig.tar.gz
bb62552468b8e360b4d0d6f3b2c4898b5a0a8b69 67613 pulseaudio_0.9.22+stable-queue-69-gf8e8-0ubuntu1.diff.gz
Checksums-Sha256:
2d00f4da30ce0ce101639929e5448d3c9c82fee59b3e4bad476e8978454a8554 2860 pulseaudio_0.9.22+stable-queue-69-gf8e8-0ubuntu1.dsc
c54c37885f83a0bc9ecf56b9eb3f505b613be8de6e1ca95b6b89d0051cccf517 2024339 pulseaudio_0.9.22+stable-queue-69-gf8e8.orig.tar.gz
b4e43a73f8d243547202d5891b30cca283b97999deaadfeedba4a7c270644a5b 67613 pulseaudio_0.9.22+stable-queue-69-gf8e8-0ubuntu1.diff.gz
Files:
2a6edbb250ee77468e5c3e7c965a134e 2860 sound optional pulseaudio_0.9.22+stable-queue-69-gf8e8-0ubuntu1.dsc
7aa4abf5d51a988926ee1f9817eaf080 2024339 sound optional pulseaudio_0.9.22+stable-queue-69-gf8e8.orig.tar.gz
ec86bb7128bbd2362e8c6e10f62c6873 67613 sound optional pulseaudio_0.9.22+stable-queue-69-gf8e8-0ubuntu1.diff.gz
Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk3fJU0ACgkQjVefwtBjIM6EYACg0SM5p9ki89XTmWonker2A8Rt
JrIAnR6yBu/pHCyAqsb1jSep+GAW6cQn
=xmS0
-----END PGP SIGNATURE-----
More information about the Oneiric-changes
mailing list