Compare commits
22 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e7a831251b | |||
| e10ec3ae49 | |||
| 86aff37355 | |||
| a8154ed7ed | |||
| a6e4b3863e | |||
| 58b74748c5 | |||
| 53c97809da | |||
| 86a16db27c | |||
| 4334993755 | |||
| 03dc83c9c7 | |||
| f04d7739b4 | |||
| 3cfca60e33 | |||
| bbb30b4ca7 | |||
| c6179488d1 | |||
| e350f4b9c7 | |||
| 8ceeb8e98c | |||
| 9f22ff2f2b | |||
| fa97b99921 | |||
| ea54005775 | |||
| c6d1d12647 | |||
| 39bd383765 | |||
| 1133d2c024 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09241f59572e680eae2884b64aca1f7b719e6f52b01470b02eb01b9ecb886310
|
||||
size 77024941
|
||||
3
praat-6.4.39.tar.gz
Normal file
3
praat-6.4.39.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a432faee3f00710fb969dcc3ef09aec518332a7cf9c6512a320d657a0155fb24
|
||||
size 94575164
|
||||
@@ -1,8 +1,12 @@
|
||||
Index: praat-6.4.05/makefiles/makefile.defs.linux.pulse
|
||||
---
|
||||
makefiles/makefile.defs.linux.pulse-gcc | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
Index: praat-6.4.27/makefiles/makefile.defs.linux.pulse-gcc
|
||||
===================================================================
|
||||
--- praat-6.4.05.orig/makefiles/makefile.defs.linux.pulse
|
||||
+++ praat-6.4.05/makefiles/makefile.defs.linux.pulse
|
||||
@@ -11,13 +11,13 @@ PKG_CONFIG ?= "pkg-config"
|
||||
--- praat-6.4.27.orig/makefiles/makefile.defs.linux.pulse-gcc
|
||||
+++ praat-6.4.27/makefiles/makefile.defs.linux.pulse-gcc
|
||||
@@ -11,13 +11,13 @@ PKG_CONFIG ?= pkg-config
|
||||
COMMONFLAGS = -DUNIX -Dlinux -DALSA -DHAVE_PULSEAUDIO -D_FILE_OFFSET_BITS=64 `$(PKG_CONFIG) --cflags gtk+-3.0` \
|
||||
-Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 -g1 -pthread
|
||||
|
||||
@@ -15,7 +19,7 @@ Index: praat-6.4.05/makefiles/makefile.defs.linux.pulse
|
||||
EXECUTABLE = praat
|
||||
|
||||
-LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread
|
||||
+LIBS = ${LDFLAGS} `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread
|
||||
# erased: -L /usr/lib/x86_64-linux-gnu
|
||||
+LIBS = `${LDFLAGS} $(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread
|
||||
|
||||
AR = ar
|
||||
RANLIB = ls
|
||||
|
||||
@@ -10,10 +10,20 @@ to be compatible with upstream ones.
|
||||
Praat also supplies an unstable upstream portaudio version that's
|
||||
not recommendable for distro inclusion.
|
||||
|
||||
Index: praat-6.4.02/melder/NUMlinprog.cpp
|
||||
---
|
||||
Makefile | 15 +++++----------
|
||||
dwsys/Makefile | 4 ++--
|
||||
dwtools/Makefile | 2 +-
|
||||
dwtools/Sound_extensions.cpp | 8 ++++----
|
||||
melder/NUMlinprog.cpp | 2 +-
|
||||
melder/NUMspecfunc.cpp | 8 ++++----
|
||||
melder/melder.cpp | 2 +-
|
||||
7 files changed, 18 insertions(+), 23 deletions(-)
|
||||
|
||||
Index: praat.github.io-6.4.39/melder/NUMlinprog.cpp
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/melder/NUMlinprog.cpp
|
||||
+++ praat-6.4.02/melder/NUMlinprog.cpp
|
||||
--- praat.github.io-6.4.39.orig/melder/NUMlinprog.cpp
|
||||
+++ praat.github.io-6.4.39/melder/NUMlinprog.cpp
|
||||
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
@@ -23,10 +33,10 @@ Index: praat-6.4.02/melder/NUMlinprog.cpp
|
||||
|
||||
struct structNUMlinprog {
|
||||
glp_prob *linearProgram;
|
||||
Index: praat-6.4.02/melder/NUMspecfunc.cpp
|
||||
Index: praat.github.io-6.4.39/melder/NUMspecfunc.cpp
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/melder/NUMspecfunc.cpp
|
||||
+++ praat-6.4.02/melder/NUMspecfunc.cpp
|
||||
--- praat.github.io-6.4.39.orig/melder/NUMspecfunc.cpp
|
||||
+++ praat.github.io-6.4.39/melder/NUMspecfunc.cpp
|
||||
@@ -31,10 +31,10 @@
|
||||
#include "melder.h"
|
||||
#include "../dwsys/NUM2.h" // NUMridders
|
||||
@@ -42,10 +52,10 @@ Index: praat-6.4.02/melder/NUMspecfunc.cpp
|
||||
|
||||
double NUMlnGamma (double x) {
|
||||
gsl_sf_result result;
|
||||
Index: praat-6.4.02/melder/melder.cpp
|
||||
Index: praat.github.io-6.4.39/melder/melder.cpp
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/melder/melder.cpp
|
||||
+++ praat-6.4.02/melder/melder.cpp
|
||||
--- praat.github.io-6.4.39.orig/melder/melder.cpp
|
||||
+++ praat.github.io-6.4.39/melder/melder.cpp
|
||||
@@ -24,7 +24,7 @@
|
||||
#include "melder_enums.h"
|
||||
|
||||
@@ -55,16 +65,16 @@ Index: praat-6.4.02/melder/melder.cpp
|
||||
#ifdef macintosh
|
||||
#include <Carbon/Carbon.h> // Gestalt
|
||||
#endif
|
||||
Index: praat-6.4.02/dwsys/Makefile
|
||||
Index: praat.github.io-6.4.39/dwsys/Makefile
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/dwsys/Makefile
|
||||
+++ praat-6.4.02/dwsys/Makefile
|
||||
--- praat.github.io-6.4.39.orig/dwsys/Makefile
|
||||
+++ praat.github.io-6.4.39/dwsys/Makefile
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
include ../makefile.defs
|
||||
|
||||
-CPPFLAGS = -I ../melder -I ../stat -I ../sys -I ../fon -I ../external/gsl -I ../external/clapack -I ../kar -I ../dwtools
|
||||
+CPPFLAGS = -I ../melder -I ../stat -I ../sys -I ../fon -I /usr/include/gsl -I ../external/clapack -I ../kar -I ../dwtools
|
||||
-CPPFLAGS = -I ../melder -I ../stat -I ../sys -I ../fon -I ../external/gsl -I ../external/num -I ../external/clapack -I ../kar -I ../dwtools
|
||||
+CPPFLAGS = -I ../melder -I ../stat -I ../sys -I ../fon -I /usr/include/gsl -I ../external/num -I ../external/clapack -I ../kar -I ../dwtools
|
||||
|
||||
all: libdwsys.a
|
||||
|
||||
@@ -72,61 +82,13 @@ Index: praat-6.4.02/dwsys/Makefile
|
||||
$(AR) cq libdwsys.a $(OBJECTS)
|
||||
$(RANLIB) libdwsys.a
|
||||
|
||||
-$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h ../fon/*.h ../external/gsl/*.h ../dwsys/*.h ../kar/*.h
|
||||
+$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h ../fon/*.h /usr/include/gsl/*.h ../dwsys/*.h ../kar/*.h
|
||||
-$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h ../fon/*.h ../external/gsl/*.h ../external/num/*.h ../dwsys/*.h ../kar/*.h
|
||||
+$(OBJECTS): *.h ../melder/*.h ../stat/*.h ../sys/*.h ../fon/*.h /usr/include/gsl/*.h ../external/num/*.h ../dwsys/*.h ../kar/*.h
|
||||
|
||||
Index: praat-6.4.02/Makefile
|
||||
Index: praat.github.io-6.4.39/dwtools/Sound_extensions.cpp
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/Makefile
|
||||
+++ praat-6.4.02/Makefile
|
||||
@@ -21,25 +21,20 @@ all: all-external all-self
|
||||
dwsys/libdwsys.a sys/libsys.a melder/libmelder.a kar/libkar.a \
|
||||
external/espeak/libespeak.a \
|
||||
external/portaudio/libportaudio.a \
|
||||
- external/flac/libflac.a external/lame/liblame.a external/mp3/libmp3.a \
|
||||
- external/glpk/libglpk.a \
|
||||
+ external/flac/libflac.a external/mp3/libmp3.a \
|
||||
+ `pkg-config --libs libpulse` -lglpk \
|
||||
+ `pkg-config --libs gsl` \
|
||||
+ `pkg-config --libs lame` \
|
||||
external/clapack/libclapack.a \
|
||||
- external/gsl/libgsl.a \
|
||||
- external/vorbis/libvorbis.a \
|
||||
- external/opusfile/libopusfile.a \
|
||||
+ `pkg-config --libs vorbis vorbisfile ogg opusfile` \
|
||||
$(LIBS)
|
||||
|
||||
all-external:
|
||||
$(MAKE) -C external/clapack
|
||||
- $(MAKE) -C external/gsl
|
||||
- $(MAKE) -C external/glpk
|
||||
- $(MAKE) -C external/lame
|
||||
$(MAKE) -C external/mp3
|
||||
$(MAKE) -C external/flac
|
||||
$(MAKE) -C external/portaudio
|
||||
$(MAKE) -C external/espeak
|
||||
- $(MAKE) -C external/vorbis
|
||||
- $(MAKE) -C external/opusfile
|
||||
|
||||
all-self:
|
||||
$(MAKE) -C kar
|
||||
Index: praat-6.4.02/dwtools/Makefile
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/dwtools/Makefile
|
||||
+++ praat-6.4.02/dwtools/Makefile
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
include ../makefile.defs
|
||||
|
||||
-CPPFLAGS = -I . -I ../kar -I ../melder -I ../LPC -I ../fon -I ../foned -I ../sys -I ../stat -I ../dwsys -I ../external/portaudio -I ../external/espeak -I ../external/clapack -I ../EEG -I ../external/vorbis -I ../external/opusfile
|
||||
+CPPFLAGS = -I . -I ../kar -I ../melder -I ../LPC -I ../fon -I ../foned -I ../sys -I ../stat -I ../dwsys -I ../external/portaudio -I ../external/espeak -I ../external/clapack -I ../EEG -I /usr/include/opus
|
||||
|
||||
OBJECTS = ActivationList.o AffineTransform.o AnalyticSound.o \
|
||||
Categories.o CategoriesEditor.o \
|
||||
Index: praat-6.4.02/dwtools/Sound_extensions.cpp
|
||||
===================================================================
|
||||
--- praat-6.4.02.orig/dwtools/Sound_extensions.cpp
|
||||
+++ praat-6.4.02/dwtools/Sound_extensions.cpp
|
||||
--- praat.github.io-6.4.39.orig/dwtools/Sound_extensions.cpp
|
||||
+++ praat.github.io-6.4.39/dwtools/Sound_extensions.cpp
|
||||
@@ -37,10 +37,10 @@
|
||||
#include "Manipulation.h"
|
||||
#include "NUMcomplex.h"
|
||||
@@ -142,3 +104,53 @@ Index: praat-6.4.02/dwtools/Sound_extensions.cpp
|
||||
|
||||
#include "enums_getText.h"
|
||||
#include "Sound_extensions_enums.h"
|
||||
Index: praat.github.io-6.4.39/Makefile
|
||||
===================================================================
|
||||
--- praat.github.io-6.4.39.orig/Makefile
|
||||
+++ praat.github.io-6.4.39/Makefile
|
||||
@@ -21,27 +21,22 @@ all: all-external all-self
|
||||
dwsys/libdwsys.a sys/libsys.a melder/libmelder.a kar/libkar.a \
|
||||
external/espeak/libespeak.a \
|
||||
external/portaudio/libportaudio.a \
|
||||
- external/flac/libflac.a external/lame/liblame.a external/mp3/libmp3.a \
|
||||
- external/glpk/libglpk.a \
|
||||
+ external/flac/libflac.a external/mp3/libmp3.a \
|
||||
+ `pkg-config --libs libpulse` -lglpk \
|
||||
+ `pkg-config --libs gsl` \
|
||||
+ `pkg-config --libs lame` \
|
||||
external/clapack/libclapack.a \
|
||||
- external/gsl/libgsl.a \
|
||||
external/num/libnum.a \
|
||||
- external/vorbis/libvorbis.a \
|
||||
- external/opusfile/libopusfile.a \
|
||||
+ `pkg-config --libs vorbis vorbisfile ogg opusfile` \
|
||||
$(LIBS)
|
||||
|
||||
all-external:
|
||||
$(MAKE) -C external/clapack
|
||||
- $(MAKE) -C external/gsl
|
||||
- $(MAKE) -C external/glpk
|
||||
- $(MAKE) -C external/lame
|
||||
$(MAKE) -C external/mp3
|
||||
$(MAKE) -C external/num
|
||||
$(MAKE) -C external/flac
|
||||
$(MAKE) -C external/portaudio
|
||||
$(MAKE) -C external/espeak
|
||||
- $(MAKE) -C external/vorbis
|
||||
- $(MAKE) -C external/opusfile
|
||||
|
||||
all-self:
|
||||
$(MAKE) -C kar
|
||||
Index: praat.github.io-6.4.39/dwtools/Makefile
|
||||
===================================================================
|
||||
--- praat.github.io-6.4.39.orig/dwtools/Makefile
|
||||
+++ praat.github.io-6.4.39/dwtools/Makefile
|
||||
@@ -5,7 +5,7 @@
|
||||
include ../makefile.defs
|
||||
|
||||
CPPFLAGS = -I . -I ../kar -I ../melder -I ../sys -I ../dwsys -I ../stat -I ../fon -I ../LPC -I ../foned -I ../EEG \
|
||||
- -I ../external/clapack -I ../external/vorbis -I ../external/opusfile -I ../external/portaudio -I ../external/espeak \
|
||||
+ -I ../external/clapack -I /usr/include/opus -I ../external/portaudio -I ../external/espeak \
|
||||
-I ..external/num
|
||||
|
||||
OBJECTS = ActivationList.o AffineTransform.o AnalyticSound.o \
|
||||
|
||||
180
praat.changes
180
praat.changes
@@ -1,3 +1,183 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 26 03:53:23 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.39:
|
||||
* Calibrated cepstral peak prominence (PowerCepstrogram: Get
|
||||
CPPS...).
|
||||
- Rebase praat-allow-system-flags.patch for updated version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 09:24:51 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.38:
|
||||
* PairDistribution: Set weight....
|
||||
* OTGrammarEditor: removed a bug by which the window wouldn’t
|
||||
update automatically after learning.
|
||||
- Changes from version 6.4.37:
|
||||
* Only Mac and Win speific changes.
|
||||
- Changes from version 6.4.36:
|
||||
* Scripting: function moveAndOrRenameFile ().
|
||||
* FLAC 1.5.0.
|
||||
* Scripting on Windows: more Command-key combinations with
|
||||
demoKey$ in Demo window.
|
||||
- Update url for Source0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 05:11:43 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.35:
|
||||
* Pitch analysis: guard against zero pitch floor if logarithmic.
|
||||
* Scripting: fixed$ () for vectors and matrices.
|
||||
* Linux: removed hard-coded background colour.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 7 20:20:35 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.34:
|
||||
* Linux: made demoShow () work again on GTK 3.
|
||||
* Scripting: clock ().
|
||||
- Changes from version 6.4.33:
|
||||
* H1-minus-H2 in the voice report.
|
||||
* Repaired an old bug that made spectrogram computation in the
|
||||
Sound window crash under some uncommon combinations of
|
||||
settings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 30 08:02:37 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.30:
|
||||
* Made the whole of the Buckeye corpus readable.
|
||||
* Backslash trigraphs for tone symbols: a᷄ (a\-'), a᷇ (a\'-), a᷅
|
||||
(a\`-), a᷆ (a\-`), a᷈ (a\rf), a᷉ (a\fr).
|
||||
* Other backslash trigraphs: d̼ (d\mv), d̫ (d\wv).
|
||||
- Changes from version 6.4.29:
|
||||
* Read Sound and adjacent annotation files (TIMIT)...: if you
|
||||
open any sound file from the TIMIT corpus, the annotation
|
||||
files with the same name in the same folder are interpreted as
|
||||
a TextGrid and opened as well.
|
||||
* Read Sound and adjacent annotation files (Buckeye)...: if you
|
||||
open any sound file from the Buckeye corpus, the annotation
|
||||
files with the same name in the same folder are interpreted as
|
||||
a TextGrid and opened as well.
|
||||
* Backslash trigraphs for tone symbols: a̋ (a\''), ȁ (a\``), ˥
|
||||
(\-5), ˦ (\-4), ˧ (\-3), ˨ (\-2), ˩ (\-1), ꜛ (\|u), ꜜ (\|d).
|
||||
* Backslash trigraphs for diagonal arrows: ↗ (\NE), ↘ (\SE), ↙
|
||||
(\SW), ↖ (\NW); the first two of these double as tone symbols.
|
||||
- Changes from version 6.4.28:
|
||||
* TextGrid window: removed a bug that caused slow scrolling
|
||||
(i.e. computation of whole-sound Pitch and Formant objects) if
|
||||
the TextGrid was much longer than the Sound and the Sound was
|
||||
scrolled out of sight.
|
||||
* EEG window: repaired a bug that caused Praat to crash when
|
||||
clicking View & Edit.
|
||||
* Windows Demo window: made Escape key available to demoKey$()
|
||||
(this had been a bug since the beginning of the Demo window,
|
||||
i.e. since May 2009).
|
||||
* Read TextGrid from ESPS label file...
|
||||
* Repaired a bug that could cause Praat to crash on pitch
|
||||
analysis when a part of the sound was constant.
|
||||
* Insert picture from file...: the picture is now embedded into
|
||||
Praat picture files; this also solves a problem with file
|
||||
paths that surfaced when a script called another script that
|
||||
inserted a picture.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 09:18:32 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.27:
|
||||
* Graphics text: better pipes and slashes.
|
||||
- Changes from version 6.4.26:
|
||||
* Rectangle text (maximal fit)... is perhaps useful in general,
|
||||
but will especially facilitate text and button drawing in Demo
|
||||
window.
|
||||
* Linux for ARM64 processors: sped up some slow computations by
|
||||
a factor of over 100.
|
||||
* OTGrammar & Strings & Strings: Tabulate all correct rankings
|
||||
lists all full rankings that map the given list of inputs to
|
||||
the given list of partial outputs, using brute-force
|
||||
permutation of up to 18 constraints.
|
||||
* OTGrammar: Tabulate equivalent pairs checks to what extent
|
||||
different candidates have different sets of constraint
|
||||
violations.
|
||||
- Rebase praat-allow-system-flags.patch for updated version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 11:57:05 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.25:
|
||||
* Command-line interface: solved a crash that occurred when a
|
||||
menu command was not available.
|
||||
- Changes from version 6.4.24:
|
||||
* FormantPath: fixed bug with sampling frequency.
|
||||
* Formant measurements: fixed bugs in ”autocorrelation” and
|
||||
“robust” methods.
|
||||
* Manual: better support for screens taller than 15 inches.
|
||||
* Scripting: support for subtraction and unary minus for
|
||||
tensors.
|
||||
* Scripting: removed sendsocket.
|
||||
- Changes from version 6.4.23:
|
||||
* Audio output: higher-quality playback of sounds with unusual
|
||||
sampling frequencies.
|
||||
* Scripting: better error messages on Save commands.
|
||||
* Better HTML output from manuals (e.g. italicized or bolded
|
||||
backslash sequences).
|
||||
- Changes from version 6.4.22:
|
||||
* More robustness against trying to run a binary file as a
|
||||
script.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 00:34:17 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.21:
|
||||
* SpeechSynthesizer: repaired an old bug whereby Get phonemes
|
||||
from text... could increase the duration of a subsequent Play
|
||||
(or To Sound...).
|
||||
* SpeechSynthesizer and TextGrid alignment: repaired a bug
|
||||
(existing since 6.4.18) whereby clause and word tiers would be
|
||||
empty.
|
||||
* TextGrid window: disambiguated Command-F5 (now Option-F5 for
|
||||
Get minimum pitch; likewise, Option-F8 for Get minimum
|
||||
intensity).
|
||||
* Calling Praat from command line: reenabled --pref-dir= option.
|
||||
- Refresh praat-use_system_libs.patch for update.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 05:15:53 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.17:
|
||||
* Spectrogram: Paint: solved a bug that could cause Praat to
|
||||
crash if the time domain was smaller than that of the
|
||||
Spectrogram.
|
||||
* ScriptEditor: Run selection can call procedures outside the
|
||||
selected text.
|
||||
* Audio files: can open Polyphone (Shorten) files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 07:25:50 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.16:
|
||||
* No Linux specific changes.
|
||||
- Changes from version 6.4.15:
|
||||
* Distinguish between pitch ceiling (flat) and pitch top (curved
|
||||
ceiling), mainly because of their different meanings.
|
||||
- Changes from version 6.4.14:
|
||||
* Pitch menu (in e.g. Sound or TextGrid window): separate
|
||||
settings for four pitch analysis methods.
|
||||
* Formant analysis: faster on all systems.
|
||||
* Pitch analysis: faster on Windows (Intel64 and Intel32).
|
||||
* TextGrids: Concatenate: guard against some incorrect TexGrid
|
||||
files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 19:14:20 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 6.4.13:
|
||||
* More manual pages.
|
||||
* Sounds: Concatenate with overlap...: guard against a crash
|
||||
that would occur if the total overlap time was longer than the
|
||||
original sounds together.
|
||||
* number recognizes hexadecimal numbers again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 15:03:37 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
12
praat.spec
12
praat.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package praat
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: praat
|
||||
Version: 6.4.10
|
||||
Version: 6.4.39
|
||||
Release: 0
|
||||
Summary: Phonetics by computer
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Other
|
||||
URL: http://www.praat.org
|
||||
Source0: https://github.com/praat/praat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/praat/praat.github.io/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE praat-use_system_libs.patch -- replace some embedded libs with system ones
|
||||
Patch1: praat-use_system_libs.patch
|
||||
@@ -58,10 +58,10 @@ Praat is configurable and extensible through its own scripting language and has
|
||||
provisions for communicating with other programs.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}.github.io-%{version}
|
||||
|
||||
%build
|
||||
cp makefiles/makefile.defs.linux.pulse ./makefile.defs
|
||||
cp makefiles/makefile.defs.linux.pulse-gcc ./makefile.defs
|
||||
export CFLAGS="%{optflags}"
|
||||
export CXXFLAGS="%{optflags}"
|
||||
%make_build
|
||||
@@ -98,7 +98,7 @@ MimeType=text/praat-textgrid;text/praat-pitch;
|
||||
EOF
|
||||
|
||||
%files
|
||||
%license main/GNU_General_Public_License.txt
|
||||
%license main/gpl-3.0.txt
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
|
||||
Reference in New Issue
Block a user