pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/speech-dispatcher speech-dispatcher: Make python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/521105f90211
branches:  trunk
changeset: 409912:521105f90211
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 22 19:25:54 2020 +0000

description:
speech-dispatcher: Make python support work.

Bump PKGREVISION

diffstat:

 audio/speech-dispatcher/Makefile |  12 +++++++++---
 audio/speech-dispatcher/PLIST    |  27 ++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 4 deletions(-)

diffs (106 lines):

diff -r dd63c0883569 -r 521105f90211 audio/speech-dispatcher/Makefile
--- a/audio/speech-dispatcher/Makefile  Wed Jan 22 19:20:32 2020 +0000
+++ b/audio/speech-dispatcher/Makefile  Wed Jan 22 19:25:54 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2019/12/20 00:00:11 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2020/01/22 19:25:54 nia Exp $
 
 DISTNAME=      speech-dispatcher-0.9.1
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=brailcom/}
 GITHUB_PROJECT=        speechd
@@ -19,7 +20,10 @@
 
 INFO_FILES=    yes
 
+PY_PATCHPLIST= yes
+
 TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+TOOL_DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 
 # To avoid PLIST complexity, let the libao package select the most
 # fitting audio backend for the platform.
@@ -29,8 +33,6 @@
 CONFIGURE_ARGS+=       --without-oss
 CONFIGURE_ARGS+=       --without-pulse
 
-CONFIGURE_ARGS+=       --disable-python
-
 # msgfmt: unknown option -- desktop
 _TOOLS_USE_PKGSRC.msgfmt=      yes
 
@@ -74,6 +76,8 @@
 CONF_FILES+=   ${PREFIX}/share/examples/speech-dispatcher/speechd.conf \
                ${PKG_SYSCONFDIR}/speechd.conf
 
+REPLACE_PYTHON+=       src/api/python/speechd_config/spd-conf
+
 .include "../../audio/espeak/buildlink3.mk"
 .include "../../audio/flite/buildlink3.mk"
 .include "../../audio/libao/buildlink3.mk"
@@ -82,6 +86,8 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libltdl/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 BUILDLINK_TRANSFORM+=  opt:-ldl:${BUILDLINK_LDADD.dl:Q}
 .include "../../mk/bsd.pkg.mk"
diff -r dd63c0883569 -r 521105f90211 audio/speech-dispatcher/PLIST
--- a/audio/speech-dispatcher/PLIST     Wed Jan 22 19:20:32 2020 +0000
+++ b/audio/speech-dispatcher/PLIST     Wed Jan 22 19:25:54 2020 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.3 2019/11/28 16:51:49 nia Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/01/22 19:25:54 nia Exp $
+bin/spd-conf
 bin/spd-say
 bin/spdsend
 bin/speech-dispatcher
@@ -13,6 +14,27 @@
 info/ssip.info
 lib/libspeechd.la
 lib/pkgconfig/speech-dispatcher.pc
+${PYSITELIB}/speechd/__init__.py
+${PYSITELIB}/speechd/__init__.pyo
+${PYSITELIB}/speechd/__init__.pyc
+${PYSITELIB}/speechd/_test.pyo
+${PYSITELIB}/speechd/_test.pyc
+${PYSITELIB}/speechd/client.pyo
+${PYSITELIB}/speechd/client.pyc
+${PYSITELIB}/speechd/paths.pyo
+${PYSITELIB}/speechd/paths.pyc
+${PYSITELIB}/speechd/_test.py
+${PYSITELIB}/speechd/client.py
+${PYSITELIB}/speechd/paths.py
+${PYSITELIB}/speechd_config/__init__.py
+${PYSITELIB}/speechd_config/__init__.pyo
+${PYSITELIB}/speechd_config/__init__.pyc
+${PYSITELIB}/speechd_config/config.pyo
+${PYSITELIB}/speechd_config/config.pyc
+${PYSITELIB}/speechd_config/paths.pyo
+${PYSITELIB}/speechd_config/paths.pyc
+${PYSITELIB}/speechd_config/config.py
+${PYSITELIB}/speechd_config/paths.py
 lib/speech-dispatcher-modules/sd_baratinoo
 lib/speech-dispatcher-modules/sd_cicero
 lib/speech-dispatcher-modules/sd_dummy
@@ -23,6 +45,7 @@
 lib/speech-dispatcher-modules/sd_ibmtts
 lib/speech-dispatcher-modules/sd_kali
 lib/speech-dispatcher/spd_libao.la
+man/man1/spd-conf.1
 man/man1/spd-say.1
 man/man1/speech-dispatcher.1
 share/examples/speech-dispatcher/clients/emacs.conf
@@ -49,7 +72,9 @@
 share/locale/de/LC_MESSAGES/speech-dispatcher.mo
 share/locale/hu/LC_MESSAGES/speech-dispatcher.mo
 share/sounds/speech-dispatcher/dummy-message.wav
+share/sounds/speech-dispatcher/test.wav
 share/speech-dispatcher/conf/clients/emacs.conf
+share/speech-dispatcher/conf/desktop/speechd.desktop
 share/speech-dispatcher/conf/modules/baratinoo.conf
 share/speech-dispatcher/conf/modules/cicero.conf
 share/speech-dispatcher/conf/modules/espeak-ng.conf



Home | Main Index | Thread Index | Old Index