Rafael Laboissière pushed to branch master at Debian Med / praat
Commits: 6c2783b3 by Rafael Laboissière at 2021-08-15T18:11:08-03:00 d/p/disable-read-vorbis-file.patch: New patch - - - - - 3c5360f2 by Rafael Laboissière at 2021-08-16T04:06:38-03:00 Changelog entry for version 6.1.51-2 Gbp-Dch: Ignore - - - - - 3 changed files: - debian/changelog - + debian/patches/disable-read-vorbis-file.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +praat (6.1.51-2) unstable; urgency=medium + + * Upload to unstable (really, closes: #984296) + * d/p/disable-read-vorbis-file.patch: New patch + + -- Rafael Laboissière <[email protected]> Sun, 15 Aug 2021 18:11:11 -0300 + praat (6.1.51-1) experimental; urgency=medium * New upstream version 6.1.51 ===================================== debian/patches/disable-read-vorbis-file.patch ===================================== @@ -0,0 +1,24 @@ +Description: Disable the reading of OGG Vorbis file in unit test + Without this patch, the unit test dwtest/test_readAudioFiles.praat + hangs forever on the i386 architecture. +Author: Rafael Laboissière <[email protected]> +Bug: https://github.com/praat/praat/issues/1734 +Forwarded: not-needed +Last-Update: 2021-08-15 + +--- praat-6.1.51.orig/dwtest/test_readAudioFiles.praat ++++ praat-6.1.51/dwtest/test_readAudioFiles.praat +@@ -3,9 +3,10 @@ + + # ogg vorbis + appendInfoLine: "test_readAudioFiles.praat" +-appendInfoLine: tab$, "Read vorbis audio from ogg file" +-vorbis = Read from file: "Example_vorbis_audio.ogg" ++#appendInfoLine: tab$, "Read vorbis audio from ogg file" ++#vorbis = Read from file: "Example_vorbis_audio.ogg" + appendInfoLine: tab$, "Read opus audio from ogg file " + opus = Read from file: "Example_opus_audio.ogg" +-removeObject: vorbis, opus ++#removeObject: vorbis, opus ++removeObject: opus + appendInfoLine: "test_readAudioFiles.praat OK" ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ use-ldflags.patch cross-build.patch dwtest-random-seed.patch +disable-read-vorbis-file.patch View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/050aff605e5b17f4946c51d9ef98aaf54cab8cab...3c5360f2e6250a2533ee6f4b17d04e8d4300e03f -- View it on GitLab: https://salsa.debian.org/med-team/praat/-/compare/050aff605e5b17f4946c51d9ef98aaf54cab8cab...3c5360f2e6250a2533ee6f4b17d04e8d4300e03f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
