~ubuntu-branches/ubuntu/quantal/pulseaudio/quantal-updates

« back to all changes in this revision

Viewing changes to debian/patches/0102-Always-return-a-three-part-version-number-in-API-cal.patch

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich, David Henningsson, Luke Yelavich
  • Date: 2011-10-20 11:36:43 UTC
  • Revision ID: james.westby@ubuntu.com-20111020113643-pu2zh690bw7h755f
Tags: 1:1.0-0ubuntu4
[ 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 7563e0bbb54fbac54e77f3a62d9761a70f3a559c Mon Sep 17 00:00:00 2001
 
1
From f425519443f98a486de117e86e77a6e59c8f20a1 Mon Sep 17 00:00:00 2001
2
2
From: Colin Guthrie <colin@mageia.org>
3
3
Date: Sat, 1 Oct 2011 12:03:44 +0100
4
 
Subject: [PATCH] libpulse: Always return a three part version number in API
5
 
 calls.
 
4
Subject: [PATCH 108/125] libpulse: Always return a three part version number
 
5
 in API calls.
6
6
 
7
7
For both the headers and the library we should provide clean, three part
8
8
strings as this has been what we've previously done in the past