pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip:espeak-ng: ready for pkgsrc



Hi, I found what was causing the delay in espeak-ng: fifo_stop()
in espeak_ng_Cancel(). Calling audio_object_flush() before, not
after, solves the issue. This is the last dependency of emacspeak.
Could somebody import the port to pkgsrc? I contacted upstream and
it's pkglint clean. I've attached a patch to describe the sonic
option.

Regards.

adr.

=============================
--- defaults/options.description	8 Feb 2024 17:48:38 -0000	1.718
+++ defaults/options.description	11 Mar 2024 01:14:57 -0000
@@ -843,7 +843,8 @@
 socks5			Enable Socks5 support.
 softhsm			Enable SoftHSM for key management.
 softhsm2		Enable SoftHSM version 2 for key management.
-spacetime		Enable memory profiling with Spacetime
+sonic			Enable Sonic audio algorithm support.
+spacetime		Enable memory profiling with Spacetime.
 spamassassin		Enable SpamAssassin support.
 spamassassin-perl-warnings	Enable Perl warnings at run-time.
 spamassassin-taint-checks	Enable Perl taint checks to improve security.
Index: defaults/options.description
===================================================================
RCS file: /cvsroot/pkgsrc/mk/defaults/options.description,v
retrieving revision 1.718
diff -u -r1.718 options.description
--- defaults/options.description	8 Feb 2024 17:48:38 -0000	1.718
+++ defaults/options.description	11 Mar 2024 01:14:57 -0000
@@ -843,7 +843,8 @@
 socks5			Enable Socks5 support.
 softhsm			Enable SoftHSM for key management.
 softhsm2		Enable SoftHSM version 2 for key management.
-spacetime		Enable memory profiling with Spacetime
+sonic			Enable Sonic audio algorithm support.
+spacetime		Enable memory profiling with Spacetime.
 spamassassin		Enable SpamAssassin support.
 spamassassin-perl-warnings	Enable Perl warnings at run-time.
 spamassassin-taint-checks	Enable Perl taint checks to improve security.


Home | Main Index | Thread Index | Old Index