This is an automated email from the git hooks/post-receive script. rlaboiss-guest pushed a commit to branch master in repository praat.
commit 32ca6d2e9c4a0aa7e8108bc001d51b62f53e8338 Author: Rafael Laboissiere <[email protected]> Date: Mon Sep 8 10:42:24 2014 -0300 Drop patch pulseaudio-latency.patch (problem is circumvented upstream) --- debian/patches/pulseaudio-latency.patch | 24 ------------------------ debian/patches/series | 1 - 2 files changed, 25 deletions(-) diff --git a/debian/patches/pulseaudio-latency.patch b/debian/patches/pulseaudio-latency.patch deleted file mode 100644 index 004c091..0000000 --- a/debian/patches/pulseaudio-latency.patch +++ /dev/null @@ -1,24 +0,0 @@ -Description: Avoid freezing problems under PulseAudio - This patch avoids the freezing of the Praat GUI, which seems to be - assoociated with the huge number of ALSA error/warning messages like - this, when running Praat under PulseAudio: - . - ALSA lib pcm.c:7843:(snd_pcm_recover) underrun occurred - . - This problem seems to have been introduced after the upstream version - 5.3.57, which is the last version packaged for Debian. The - workaround is just to set the environment variable PULSE_LATENCY_MSEC - before initializing Praat. -Author: Rafael Laboissiere <[email protected]> -Last-Update: <2014-08-07> - ---- praat-5.3.82.orig/main/main_Praat.cpp -+++ praat-5.3.82/main/main_Praat.cpp -@@ -47,6 +47,7 @@ int main (int argc, char *argv []) { - int main (int argc, char *argv []) { - try { - praat_setLogo (130, 80, logo); -+ setenv ("PULSE_LATENCY_MSEC", "1", 0); - praat_init ("Praat", argc, argv); - INCLUDE_LIBRARY (praat_uvafon_init) - INCLUDE_LIBRARY (praat_contrib_Ola_KNN_init) diff --git a/debian/patches/series b/debian/patches/series index 4fb9a3c..5458732 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ use-ldflags.patch -pulseaudio-latency.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
