This is an automated email from the git hooks/post-receive script. fsateler pushed a commit to branch master in repository pulseaudio.
commit ad2ad2c39db6c550eb2d9d97a8d66c4ec1a1bd61 Author: Felipe Sateler <[email protected]> Date: Fri Nov 6 18:05:38 2015 -0300 Add build-depends on libsoxr-dev to enable soxr resamplers. Closes: #804212 --- debian/changelog | 7 +++++++ debian/control | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 67f0969..84ec7b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pulseaudio (7.1-2) unstable; urgency=medium + + * Add build-depends on libsoxr-dev to enable soxr resamplers. + Closes: #804212 + + -- Felipe Sateler <[email protected]> Fri, 06 Nov 2015 17:15:54 -0300 + pulseaudio (7.1-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 7c431a8..fd988f7 100644 --- a/debian/control +++ b/debian/control @@ -32,6 +32,7 @@ Build-Depends: debhelper (>= 9), liborc-0.4-dev (>= 1:0.4.11), libsamplerate0-dev, libsndfile1-dev (>= 1.0.20), + libsoxr-dev (>= 0.1.1), libspeexdsp-dev (>= 1.2~rc1), libssl-dev, libsystemd-dev [linux-any], -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-pulseaudio/pulseaudio.git _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

