Change logs for pulseaudio source package in Zesty

  • pulseaudio (1:10.0-1ubuntu2) zesty; urgency=medium
    
      * debian/patches/0006-load-module-x11-bell.patch:
        - Upload bell.ogg sample via pactl for module-x11-bell.  Original patch
          by Daniel Hahler. (LP: #769314)
      * debian/control:
        - Add ubuntu-sounds to Suggests list, since it ships the sound used by
          default in above patch now.
    
     -- Michael Terry <email address hidden>  Wed, 29 Mar 2017 14:24:19 -0400
  • pulseaudio (1:10.0-1ubuntu1) zesty; urgency=medium
    
      * Merge with Debian experimental:
        - epoch (my stupid fault :S)
        - 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 bluez 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 a build/run autopkgtest for libpulse-dev
        - Drop libsoxr-dev build dep, its in universe
        - Add support for the trust-store
        - Add snappy support, preventing snap apps from recording audio, full
          support via trust-store is planned
        - Add epoch to conflicts/replaces
        - Use liblirc-dev instead of liblircclient-dev
    
    pulseaudio (10.0-1) unstable; urgency=medium
    
      * New upstream release
        - Memfd is enabled by default. This unbreaks using pa within firejail or
          similar. (Closes: #804120)
      * Document qpaeq AGPL license
    
    pulseaudio (9.99.1-1) experimental; urgency=medium
    
      * New upstream release candidate
        - Drop all patches, applied upstream
        - Install new allow-passthrough module
      * shlibs.local: only the major and minor version
        elements are used for the internal library SONAMEs
    
     -- Luke Yelavich <email address hidden>  Tue, 24 Jan 2017 10:45:12 +1100
  • pulseaudio (1:9.0-5ubuntu3) zesty; urgency=medium
    
      * Re-add pulseaudio equalizer package, my understanding on build deps with
        main/universe wasn't quite correct, and I only dropped it to get the
        package through proposed, so a demotion of the equalizer package to
        universe is the better solution
    
     -- Luke Yelavich <email address hidden>  Wed, 23 Nov 2016 09:49:51 +1100
  • pulseaudio (1:9.0-5ubuntu2) zesty; urgency=medium
    
      * Drop pulseaudio equalizer package, python-qt4 is in universe
    
     -- Luke Yelavich <email address hidden>  Wed, 09 Nov 2016 08:50:41 +1100
  • pulseaudio (1:9.0-5ubuntu1) zesty; urgency=medium
    
      * Merge with Debian:
        - epoch (my stupid fault :S)
        - 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 bluez 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 a build/run autopkgtest for libpulse-dev
        - Drop libsoxr-dev build dep, its in universe
        - Add support for the trust-store
        - Add snappy support, preventing snap apps from recording audio, full
          support via trust-store is planned
        - Add epoch to conflicts/replaces
        - Use liblirc-dev instead of liblircclient-dev
    
    pulseaudio (9.0-5) unstable; urgency=medium
    
      [ Felipe Sateler ]
      * Remove unnecessary compression=xz dpkg source option
      * Reformat patches for use with gbp-pq
      * Backport upstream patch for building with openssl 1.1 (Closes: #828515)
    
      [ Adam Conrad ]
      * Bumping packages off the system requires Conflicts/Replaces, not Breaks.
    
     -- Luke Yelavich <email address hidden>  Tue, 08 Nov 2016 12:07:26 +1100
  • pulseaudio (1:9.0-4ubuntu1) zesty; urgency=medium
    
      * Merge with Debian:
        - epoch (my stupid fault :S)
        - 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 bluez 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 a build/run autopkgtest for libpulse-dev
        - Drop libsoxr-dev build dep, its in universe
        - Add support for the trust-store
        - Add snappy support, preventing snap apps from recording audio, full
          support via trust-store is planned
        - Use conflicts/replaces instead of breaks to handle former
          pulseaudio-module-udev split
      * 0502-bluetooth-bluez5-bring-back-SCO-over-PCM-support.patch:
        - Remove patch hunk that set u->transport to NULL. At the time this
          code was written for 15.10, it was to prevent an assertion. Now with
          newer versions of pulse, the opposite is happening in some circumstances
          (LP: #1574324)
      * debian/control: Use liblirc-dev instead of liblircclient-dev
    
    pulseaudio (9.0-4) unstable; urgency=medium
    
      * Generate shlibs.local file on build, to avoid hardcoding
        on each new upstream version
      * Enable hardening flags
      * Fix build on nonlinux archs
    
    pulseaudio (9.0-3) unstable; urgency=medium
    
      [ Willem Mulder ]
      * Split equalizer sink module into its own package (Closes: #794650)
    
      [ Felipe Sateler ]
      * Switch from CDBS to short-form dh
      * Use upstream-provided pamon,parec,parecord links instead of creating our own
      * Now that we ship everything upstream ships, enable --fail-missing
    
     -- Luke Yelavich <email address hidden>  Fri, 28 Oct 2016 12:20:16 +1100
  • pulseaudio (1:9.0-2ubuntu2) yakkety; urgency=medium
    
      * Bumping packages off the system requires Conflicts/Replaces, not Breaks.
      * Adjust version of pulseaudio-module-{udev,x11} dep to account for epoch.
    
     -- Adam Conrad <email address hidden>  Mon, 19 Sep 2016 12:57:56 -0600