pkgsrc-Users archive

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

s/espeak/espeak-ng/g



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"

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/speech-dispatcher/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	14 Aug 2023 05:23:50 -0000	1.31
+++ Makefile	11 Mar 2024 16:47:51 -0000
@@ -74,7 +74,7 @@
 BUILDLINK_API_DEPENDS.glib2	+=	glib2>=2.66.0

 .if ${OPSYS} != "Darwin"
-.include "../../audio/espeak/buildlink3.mk"
+.include "../../audio/espeak-ng/buildlink3.mk"
 .endif
 .include "../../audio/flite/buildlink3.mk"
 .include "../../audio/libao/buildlink3.mk"
==============================================================

What do you think?

adr


Home | Main Index | Thread Index | Old Index