Package: praat / 6.0.29-1

Metadata

Package Version Patches format
praat 6.0.29-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use ldflags.patch | (download)

makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use ldflags when linking the main praat executable
 This fixes the Lintian warning hardening-no-relro.
remove time date macros.patch | (download)

external/portaudio/pa_front.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove usage of macros __time__ and __date__
 These macros, which capture the current build time, make the build
 unreproducible.  This patch just remove them from the source file.
deprecated g type init.patch | (download)

sys/sendpraat.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 conditionally call the deprecated function g_type_init
 Function g_type_init has been deprecated in version 2.35.0 fo GLib.
 This patch ensures that this function is called only when the
 sendpraatprogram is compiled against a version than that one.