[ubuntu/karmic] pulseaudio 1:0.9.15-3ubuntu1 (Accepted)

Luke Yelavich themuso at ubuntu.com
Tue Jun 9 02:00:17 BST 2009


pulseaudio (1:0.9.15-3ubuntu1) karmic; urgency=low

  [ Daniel T Chen ]
  * debian/patches/0001_change_resample_and_buffering.patch: Bump
    default resampler to ffmpeg. We cannot peg the cpu, and we cannot
    have audio anomalies, so this change _should_ be regression-free
    but needs extensive testing (LP: #376374).
  * debian/patches/0090_fix_sw_mute_desync.patch: Backport from
    git HEAD to resolve sw vol becoming muted on logout
    (LP: #315971, #352732)

  [ Luke Yelavich ]
  * Merge from Debian unstable, remaining changes:
    - epoch (my stupid fault :S)
    - Don't build against, and create jack package. Jack is not in main
    - use ffmpeg resampler to work better with lack of PREEMPT in jaunty's
      -generic kernel config, also change buffer size
    - 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
    - patch to fix source/sink and suspend-on-idle race
    - 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
    - LSB {Required-*,Should-*} should specify hal instead of dbus,
      since hal is required (and already requires dbus)
    - indicate that the system pulseaudio instance is being started from the init
      script
    - Install more upstream man pages
    - Link to pacat for parec man page
    - 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
    - cache /usr/share/sounds/ubuntu/stereo/ wav files on pulseaudio load
    - disable glitch free (use tsched=0)
    - Generate a PO template on build
    - add special case to disable pulseaudio loading if accessibility/speech
      is being used
    - the esd wrapper script should not load pulseaudio if pulseaudio is being
      used as a system service
    - add a pulseaudio apport hook
    - fix some typos in README.Debian
    - drop padevchooser(Recommends) and pavucontrol (Suggests)
    - drop libasyncns-dev build dependency, its in universe
    - add libudev-dev as a build-dependency

Date: Tue, 09 Jun 2009 10:47:05 +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/karmic/+source/pulseaudio/1:0.9.15-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 09 Jun 2009 10:47:05 +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-hal pulseaudio-module-hal-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.15-3ubuntu1
Distribution: karmic
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-hal - HAL device detection module for PulseAudio sound server
 pulseaudio-module-hal-dbg - HAL module 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
Launchpad-Bugs-Fixed: 315971 352732 376374
Changes: 
 pulseaudio (1:0.9.15-3ubuntu1) karmic; urgency=low
 .
   [ Daniel T Chen ]
   * debian/patches/0001_change_resample_and_buffering.patch: Bump
     default resampler to ffmpeg. We cannot peg the cpu, and we cannot
     have audio anomalies, so this change _should_ be regression-free
     but needs extensive testing (LP: #376374).
   * debian/patches/0090_fix_sw_mute_desync.patch: Backport from
     git HEAD to resolve sw vol becoming muted on logout
     (LP: #315971, #352732)
 .
   [ Luke Yelavich ]
   * Merge from Debian unstable, remaining changes:
     - epoch (my stupid fault :S)
     - Don't build against, and create jack package. Jack is not in main
     - use ffmpeg resampler to work better with lack of PREEMPT in jaunty's
       -generic kernel config, also change buffer size
     - 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
     - patch to fix source/sink and suspend-on-idle race
     - 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
     - LSB {Required-*,Should-*} should specify hal instead of dbus,
       since hal is required (and already requires dbus)
     - indicate that the system pulseaudio instance is being started from the init
       script
     - Install more upstream man pages
     - Link to pacat for parec man page
     - 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
     - cache /usr/share/sounds/ubuntu/stereo/ wav files on pulseaudio load
     - disable glitch free (use tsched=0)
     - Generate a PO template on build
     - add special case to disable pulseaudio loading if accessibility/speech
       is being used
     - the esd wrapper script should not load pulseaudio if pulseaudio is being
       used as a system service
     - add a pulseaudio apport hook
     - fix some typos in README.Debian
     - drop padevchooser(Recommends) and pavucontrol (Suggests)
     - drop libasyncns-dev build dependency, its in universe
     - add libudev-dev as a build-dependency
Checksums-Sha1: 
 0330e82171a1afcc45b6dd1f72196affa0983b05 2691 pulseaudio_0.9.15-3ubuntu1.dsc
 ad8bcb58091f18fd39ebe11d900d49dac5a624e5 34318 pulseaudio_0.9.15-3ubuntu1.diff.gz
Checksums-Sha256: 
 bb3f734607dc7ab0a74c43bc1895fb25d59e35af5e78d2067073aad4e861b0f6 2691 pulseaudio_0.9.15-3ubuntu1.dsc
 c1087bd12ac9fb48c8a6bbbfd23353dd2e61031f1082388bcfa34a0740104af9 34318 pulseaudio_0.9.15-3ubuntu1.diff.gz
Files: 
 bec89241b2710664fea202be2c8eafa0 2691 sound optional pulseaudio_0.9.15-3ubuntu1.dsc
 d822b77e115ee9830258def8bbdc1185 34318 sound optional pulseaudio_0.9.15-3ubuntu1.diff.gz
Original-Maintainer: Pulseaudio maintenance team <pkg-pulseaudio-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEUEARECAAYFAkotscYACgkQjVefwtBjIM7q+gCcCF1lYqdJRafupqlaSwsjTXPZ
BkgAl18KhJ98IvT7lkEyVcuoRbw8f0I=
=2dYJ
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list