diff --git a/audio/espeak-ng/Makefile b/audio/espeak-ng/Makefile index ebabe4275d20..46597c996dfd 100644 --- a/audio/espeak-ng/Makefile +++ b/audio/espeak-ng/Makefile @@ -1,6 +1,5 @@ PORTNAME= espeak-ng -PORTVERSION= 1.51.1 -PORTREVISION= 5 +PORTVERSION= 1.52.0 CATEGORIES= audio #MASTER_SITES= https://github.com/espeak-ng/${PORTNAME}/releases/download/${PORTVERSION}/ diff --git a/audio/espeak-ng/distinfo b/audio/espeak-ng/distinfo index db591e7e33d8..4a138a7acba1 100644 --- a/audio/espeak-ng/distinfo +++ b/audio/espeak-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656700276 -SHA256 (espeak-ng-espeak-ng-1.51.1_GH0.tar.gz) = 0823df5648659dcb67915baaf99118dcc8853639f47cadaa029c174bdd768d20 -SIZE (espeak-ng-espeak-ng-1.51.1_GH0.tar.gz) = 14260107 +TIMESTAMP = 1734080445 +SHA256 (espeak-ng-espeak-ng-1.52.0_GH0.tar.gz) = bb4338102ff3b49a81423da8a1a158b420124b055b60fa76cfb4b18677130a23 +SIZE (espeak-ng-espeak-ng-1.52.0_GH0.tar.gz) = 17739803 diff --git a/audio/espeak-ng/files/patch-src_libespeak-ng_speech.h b/audio/espeak-ng/files/patch-src_libespeak-ng_speech.h deleted file mode 100644 index de845670deed..000000000000 --- a/audio/espeak-ng/files/patch-src_libespeak-ng_speech.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libespeak-ng/speech.h.orig 2022-06-21 14:53:53 UTC -+++ src/libespeak-ng/speech.h -@@ -56,7 +56,7 @@ extern "C" - - // will look for espeak_data directory here, and also in user's home directory - #ifndef PATH_ESPEAK_DATA -- #define PATH_ESPEAK_DATA "/usr/share/espeak-ng-data" -+ #define PATH_ESPEAK_DATA "%%DATADIR%%/espeak-ng-data" - #endif - - void cancel_audio(void); diff --git a/audio/espeak-ng/files/patch-src_speechPlayer_src_speechWaveGenerator.cpp b/audio/espeak-ng/files/patch-src_speechPlayer_src_speechWaveGenerator.cpp deleted file mode 100644 index 19f1081e6c02..000000000000 --- a/audio/espeak-ng/files/patch-src_speechPlayer_src_speechWaveGenerator.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/speechPlayer/src/speechWaveGenerator.cpp.orig 2022-06-21 14:53:53 UTC -+++ src/speechPlayer/src/speechWaveGenerator.cpp -@@ -194,7 +194,7 @@ class SpeechWaveGeneratorImpl: public SpeechWaveGenera - SpeechWaveGeneratorImpl(int sr): sampleRate(sr), voiceGenerator(sr), fricGenerator(), cascade(sr), parallel(sr), frameManager(NULL) { - } - -- unsigned int generate(const unsigned int sampleCount, sample* sampleBuf) { -+ unsigned int generate(const unsigned int sampleCount, ::sample* sampleBuf) { - if(!frameManager) return 0; - double val=0; - for(unsigned int i=0;i