git: 8c1867cea45d - main - audio/praat: update to 6.2.09, latest upstream
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 15:00:40 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=8c1867cea45dc6f070f90143024b690f53e14a31 commit 8c1867cea45dc6f070f90143024b690f53e14a31 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-02-18 14:57:39 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-02-18 15:00:37 +0000 audio/praat: update to 6.2.09, latest upstream These are just regular small-bugfix eleases, release notes at https://www.fon.hum.uva.nl/praat/manual/What_s_new_.html --- audio/praat/Makefile | 2 +- audio/praat/distinfo | 6 +++--- ...ch-git-aee0e0cedad91278299550de0de109ec15a789f7 | 22 ---------------------- 3 files changed, 4 insertions(+), 26 deletions(-) diff --git a/audio/praat/Makefile b/audio/praat/Makefile index dd349840db8d..46567445802b 100644 --- a/audio/praat/Makefile +++ b/audio/praat/Makefile @@ -1,6 +1,6 @@ PORTNAME= praat DISTVERSIONPREFIX= v -DISTVERSION= 6.2.03 +DISTVERSION= 6.2.09 CATEGORIES= audio science MAINTAINER= adridg@FreeBSD.org diff --git a/audio/praat/distinfo b/audio/praat/distinfo index ac9796c311b8..8721b4e39bc1 100644 --- a/audio/praat/distinfo +++ b/audio/praat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638794899 -SHA256 (praat-praat-v6.2.03_GH0.tar.gz) = c15c1d1500e13cc98f757bf2de04901d41d7310e774df435d3a0c8b8b0f471c6 -SIZE (praat-praat-v6.2.03_GH0.tar.gz) = 33697983 +TIMESTAMP = 1645195780 +SHA256 (praat-praat-v6.2.09_GH0.tar.gz) = 3c38b8af267b152a3fda1af78fe8cc26a1717f70a886387e657c55746f666af1 +SIZE (praat-praat-v6.2.09_GH0.tar.gz) = 35248830 diff --git a/audio/praat/files/patch-git-aee0e0cedad91278299550de0de109ec15a789f7 b/audio/praat/files/patch-git-aee0e0cedad91278299550de0de109ec15a789f7 deleted file mode 100644 index c69453ecf840..000000000000 --- a/audio/praat/files/patch-git-aee0e0cedad91278299550de0de109ec15a789f7 +++ /dev/null @@ -1,22 +0,0 @@ -commit aee0e0cedad91278299550de0de109ec15a789f7 -Author: Adriaan de Groot <groot@kde.org> -Date: Mon Dec 6 16:08:34 2021 +0100 - - Fix build with -Werror - - - Although this function isn't called, building praat with - picky flags -- such as -Werror -- fails because the function - doesn't return anything. -diff --git LPC/PowerCepstrum.cpp LPC/PowerCepstrum.cpp -index a00890c28..6358ecca3 100644 ---- LPC/PowerCepstrum.cpp -+++ LPC/PowerCepstrum.cpp -@@ -397,7 +397,7 @@ static autoMAT PowerCepstrum_getRhamonicsPower (PowerCepstrum me, double pitchFl - } - - double PowerCepstrum_nearestPeak (PowerCepstrum me, double quefrency) { -- -+ return 0.0; - } - - autoTable PowerCepstrum_to_Table_rhamonics (PowerCepstrum me, double pitchFloor, double pitchCeiling, double f0fractionalWidth) {