Date: Tue, 12 Mar 2024 10:04:28 +0100
From: Thomas Klausner <wiz%gatalith.at@localhost>
To: adr <adr%sdf.org@localhost>
Cc: pkgsrc-users%netbsd.org@localhost
Subject: Re: s/espeak/espeak-ng/g
On Mon, Mar 11, 2024 at 04:51:12PM +0000, adr wrote:
Hi, now that espeak-ng is in pkgsrc and espeak's development has
ended, it would be better to remove espeak and make the two ports
that use espeak use espeak-ng instead:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/aeneas/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile 22 Jan 2024 13:16:54 -0000 1.23
+++ Makefile 11 Mar 2024 16:47:31 -0000
@@ -24,7 +24,7 @@
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
.include "../../lang/python/egg.mk"
-.include "../../audio/espeak/buildlink3.mk"
+.include "../../audio/espeak-ng/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../multimedia/ffmpeg3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
That doesn't work:
ld: cannot find -lespeak: No such file or directory
Thomas