lp:~pali/ubuntu/precise/pulseaudio/pulseaudio

Created by Pali and last modified
Get this branch:
bzr branch lp:~pali/ubuntu/precise/pulseaudio/pulseaudio
Only Pali can upload to this branch. If you are Pali please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Pali
Status:
Development

Recent revisions

165. By Pali

Convert System V pulseaudio init script to upstart

164. By Luke Yelavich

Move the pulse.conf ALSA config file to the correct location, alsa.conf.d
not conf.d, thanks to Pete Graner for teh heads up.

163. By Luke Yelavich

[ David Henningsson ]
* 0103-alsa-mixer-Allow-speaker-port-to-control-Front-Speak.patch:
  - Control "Front Speaker" and a few more. From upstream git. (LP: #551441)
* 0105-loopback-Fix-crashes.patch:
  - Fix some crashes on shutting down the loopback module, from upstream git.
* 0104-alsa-Improve-well-known-descriptions-for-ports.patch:
  - Replace with upstream version.
* 0018-module-tunnel-source-fixup-create_record_stream.patch:
  - Fix protocol error in module-tunnel-source (LP: #923661)
* Fixup HDMI patch to make sure it does not affect M-audio fasttrack Pro
  (LP: #926911)
* Add two more jack detection patches to make it work better with the
  upcoming UI changes

[ Martin-Éric Racine ]
* Use --disallow-exit when running in system mode, as recommended
  by PulseAudio log file (LP: #922848)

[ Luke Yelavich ]
* Move the main pulse ALSA configuration file, pulse.conf to
  /usr/share/alsa/conf.d, available in ALSA 1.0.25.
* Disable the dbus-protocol by default, as there have been recent reports
  of crashes and race conditions, and upstream no longer finds the code
  trustworthy.

162. By David Henningsson

* Redo jack detection patches, so that they use the new jack detection
  interface and the upstream code whenever possible.
* New patch better-well-known-descriptions.patch:
  - Simplify port names. This patch is to be committed upstream shortly
* New patches from upstream git:
  - 0101-alsa-Ignore-the-virtual-thinkpad-acpi-card.patch:
    Ignore the dummy thinkpad-acpi soundcard (as it cannot playback or
    record sound anyway)
  - 0102-alsa-mixer-When-selecting-an-input-turn-off-boosts-o.patch:
    alsa-mixer: When selecting an input, turn off boosts of
    other inputs

161. By Luke Yelavich

[ Daniel T Chen ]
* Don't load module-raop-discover by default. (LP: #782860)

[ Gabor Kelemen ]
* Run dh_translations to generate translation template, add it as build-dep.
  (LP: #876866)

160. By Adam Conrad

Allow pulseaudio-module-bluetooth to build on armhf.

159. By Adam Conrad

No-change rebuild to drop spurious libsfgcc1 dependency on armhf.

158. By Luke Yelavich

* New upstream release
* debian/watch: Update to new location
* Dropped patches, as these were from upstream:
  - 0100-extended-Fix-doxygen-comment-style-typos.patch
  - 0101-sink-source-Avoid-unnecessary-call-to-pa_rtclock_now.patch
  - 0102-Always-return-a-three-part-version-number-in-API-cal.patch
  - 0103-module-jackdbus-detect-Avoid-double-free-of-modargs.patch
  - 0104-source-output-Do-not-use-unset-channel-map-in-pa_sou.patch
  - 0105-Fix-deferred-volume-not-being-applied-if-sink-is-clo.patch
  - 0106-sink-Move-updating-the-requested-latency-after-the-r.patch
  - 0107-n ull-sink-Set-latency-range-at-the-time-of-initializ.patch
  - 0108-Make-pulse-build-with-clang-again.patch
  - 0109-alsa-Give-compressed-formats-preference-over-PCM.patch
  - 0110-alsa-Better-error-handling-in-mixer-rtpoll-callback.patch
  - 0111-echo-cancel-Fail-if-loaded-between-a-sink-and-its-mo.patch
  - 0112-doc-Add-some-more-doxygen-tags-to-existing-comments.patch
  - 0113-alsa-Make-mixer-error-handling-more-robust-still.patch
  - 0114-echo-cancel-Don-t-crash-if-adjust_time-0.patch
  - 0115-echo-cancel-Close-debug-files-on-module-unload.patch
  - 0116-tests-Fix-calculation-of-memblock-size-in-resampler-.patch
  - 0117-filter-apply-Move-sink-source-unlink-callbacks-befor.patch
  - 0118-build-sys-Drop-libsamplerate-from-pulsecommon-deps.patch
  - 0119-build-sys-Provide-a-simple-CMake-Config-setup-simila.patch
* Put libpulsedsp.so into its own package, so it can be built for
  multi-arch
* debian/rules: Update for 1.1
* Update shlib files

157. By Luke Yelavich

[ David Henningsson ]
* Added patches:
  0103-module-jackdbus-detect-Avoid-double-free-of-modargs.patch:
    (LP: #867444)
  0104-source-output-Do-not-use-unset-channel-map-in-pa_sou.patch:
    (LP: #864071)
  0105-Fix-deferred-volume-not-being-applied-if-sink-is-clo.patch,
  0017-Hack-around-a-bug-in-the-core-causing-volumes-not-to.patch:
    These two patches affect users not having their volume correctly
    set on port change (LP: #877954)

[ Luke Yelavich ]
* debian/control: Update Vcs-Bzr field
* 0102-Always-return-a-three-part-version-number-in-API-cal.patch: Refresh
  the patch from upstrea git, to refer to the correct commit hash, and
  update the description
* Pull some bug fixes from the stable-1.x upstream git branch:
  - 411af6b (sink: Move updating the requested latency after the rewind
             request when finishing a stream move.)
  - 87f70c6 (null-sink: Set latency range at the time of initialization of
             module.)
  - d71a291 (Make pulse build with clang again)
  - 4e5943b (alsa: Give compressed formats preference over PCM)
  - 867170a (alsa: Better error handling in mixer rtpoll callback)
  - c055c55 (echo-cancel: Fail if loaded between a sink and its monitor)
  - 8754e0c (doc: Add some more doxygen tags to existing comments)
  - 2c30c07 (alsa: Make mixer error handling more robust still)
  - 8a5e6e8 (echo-cancel: Don't crash if adjust_time = 0)
  - 7b13a79 (echo-cancel: Close debug files on module unload)
  - 6bf0489 (tests: Fix calculation of memblock size in resampler-test)
  - 93f55a4 (filter-apply: Move sink/source unlink callbacks before m-s-r)
  - b1dabfb (build-sys: Drop libsamplerate from pulsecommon deps)
  - 743a4d0 (build-sys: Provide a simple CMake Config setup (similar to
             pkgconfig))
* Add liborc-0.4-dev as a build dependency to add orc support
* debian/libpulse-dev.install: Ship cmake files

156. By David Henningsson

debian/patches/0102-Always-return-a-three-part-version-number-in-API
-cal.patch: Update to fix skype regression as well (LP: #865820)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/precise/pulseaudio
This branch contains Public information 
Everyone can see this information.

Subscribers