pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/speech-dispatcher
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 12 08:53:19 UTC 2024
Modified Files:
pkgsrc/audio/speech-dispatcher: Makefile PLIST buildlink3.mk distinfo
pkgsrc/audio/speech-dispatcher/patches:
patch-config_modules_Makefile.in
Log Message:
speech-dispatcher: update to 0.11.5.
Updated provided by adr and myself via wip.
Version 0.11.5
Update CLDR to version 43 and symbols from NVDA.
Fix parsing and emitting space character.
Reduce espeak buffer size to avoid ssml issues.
Add --disable-doc.
Fix spd-conf not being able to set the default module.
Fix pausing without index.
ibmtts: Fix parameter reset.
ibmtts: Disable using the module punctuation by default.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/audio/speech-dispatcher/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/speech-dispatcher/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/speech-dispatcher/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/speech-dispatcher/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/speech-dispatcher/Makefile
diff -u pkgsrc/audio/speech-dispatcher/Makefile:1.31 pkgsrc/audio/speech-dispatcher/Makefile:1.32
--- pkgsrc/audio/speech-dispatcher/Makefile:1.31 Mon Aug 14 05:23:50 2023
+++ pkgsrc/audio/speech-dispatcher/Makefile Tue Mar 12 08:53:19 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2023/08/14 05:23:50 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2024/03/12 08:53:19 wiz Exp $
-DISTNAME= speech-dispatcher-0.10.2
-PKGREVISION= 8
+DISTNAME= speech-dispatcher-0.11.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=brailcom/}
GITHUB_PROJECT= speechd
@@ -47,19 +46,12 @@ CONF_FILES+= ${PREFIX}/share/examples/sp
CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/speechd.conf \
${PKG_SYSCONFDIR}/speechd.conf
-PLIST_VARS+= espeak
-
MODULES= baratinoo.conf cicero.conf dtk-generic.conf epos-generic.conf \
- festival.conf flite.conf ibmtts.conf ivona.conf kali.conf \
- llia_phon-generic.conf mary-generic-disabled.conf \
- swift-generic.conf voxin.conf
-.if ${OPSYS} != "Darwin"
-# espeak officially says it does not support macOS:
-# https://github.com/rhdunn/espeak/issues/78
-MODULES+= espeak-mbrola-generic.conf espeak-ng-mbrola-generic.conf \
+ festival.conf flite.conf kali.conf \
+ llia_phon-generic.conf mary-generic.conf mimic3-generic.conf \
+ swift-generic.conf voxin.conf \
+ espeak-mbrola-generic.conf espeak-ng-mbrola.conf espeak-ng-mbrola-generic.conf \
espeak-ng.conf espeak.conf
-PLIST.espeak= yes
-.endif
.for module in ${MODULES}
CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/${module} \
@@ -70,12 +62,13 @@ REPLACE_PYTHON+= src/api/python/speechd_
# temporary fix for GLib 2.68 breakage
# # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1963
-CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
-BUILDLINK_API_DEPENDS.glib2 += glib2>=2.66.0
+#CXXFLAGS+= -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+#BUILDLINK_API_DEPENDS.glib2+= glib2>=2.66.0
+
+post-install:
+ ${INSTALL_LIB} ${WRKSRC}/src/modules/*so ${DESTDIR}${PREFIX}/lib
-.if ${OPSYS} != "Darwin"
-.include "../../audio/espeak/buildlink3.mk"
-.endif
+.include "../../audio/espeak-ng/buildlink3.mk"
.include "../../audio/flite/buildlink3.mk"
.include "../../audio/libao/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
Index: pkgsrc/audio/speech-dispatcher/PLIST
diff -u pkgsrc/audio/speech-dispatcher/PLIST:1.6 pkgsrc/audio/speech-dispatcher/PLIST:1.7
--- pkgsrc/audio/speech-dispatcher/PLIST:1.6 Thu Dec 31 00:34:36 2020
+++ pkgsrc/audio/speech-dispatcher/PLIST Tue Mar 12 08:53:19 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/12/31 00:34:36 js Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/03/12 08:53:19 wiz Exp $
bin/spd-conf
bin/spd-say
bin/spdsend
@@ -12,7 +12,14 @@ info/spd-say.info
info/speech-dispatcher-cs.info
info/speech-dispatcher.info
info/ssip.info
+lib/libKAnalyse.so
+lib/libKGlobal.so
+lib/libKParle.so
+lib/libKTrans.so
+lib/libKali.so
+lib/libbaratinoo.so
lib/libspeechd.la
+lib/libvoxin.so
lib/pkgconfig/speech-dispatcher.pc
${PYSITELIB}/speechd/__init__.py
${PYSITELIB}/speechd/__init__.pyc
@@ -29,23 +36,23 @@ ${PYSITELIB}/speechd/paths.pyo
${PYSITELIB}/speechd_config/__init__.py
${PYSITELIB}/speechd_config/__init__.pyc
${PYSITELIB}/speechd_config/__init__.pyo
+${PYSITELIB}/speechd_config/buildconfig.py
+${PYSITELIB}/speechd_config/buildconfig.pyc
+${PYSITELIB}/speechd_config/buildconfig.pyo
${PYSITELIB}/speechd_config/config.py
${PYSITELIB}/speechd_config/config.pyc
${PYSITELIB}/speechd_config/config.pyo
-${PYSITELIB}/speechd_config/paths.py
-${PYSITELIB}/speechd_config/paths.pyc
-${PYSITELIB}/speechd_config/paths.pyo
-lib/speech-dispatcher-modules/sd_baratinoo
-lib/speech-dispatcher-modules/sd_cicero
-lib/speech-dispatcher-modules/sd_dummy
-${PLIST.espeak}lib/speech-dispatcher-modules/sd_espeak
-lib/speech-dispatcher-modules/sd_festival
-lib/speech-dispatcher-modules/sd_flite
-lib/speech-dispatcher-modules/sd_generic
-lib/speech-dispatcher-modules/sd_ibmtts
-lib/speech-dispatcher-modules/sd_kali
-lib/speech-dispatcher-modules/sd_voxin
lib/speech-dispatcher/spd_libao.la
+libexec/speech-dispatcher-modules/sd_baratinoo
+libexec/speech-dispatcher-modules/sd_cicero
+libexec/speech-dispatcher-modules/sd_dummy
+libexec/speech-dispatcher-modules/sd_espeak-ng
+libexec/speech-dispatcher-modules/sd_espeak-ng-mbrola
+libexec/speech-dispatcher-modules/sd_festival
+libexec/speech-dispatcher-modules/sd_flite
+libexec/speech-dispatcher-modules/sd_generic
+libexec/speech-dispatcher-modules/sd_kali
+libexec/speech-dispatcher-modules/sd_voxin
man/man1/spd-conf.1
man/man1/spd-say.1
man/man1/speech-dispatcher.1
@@ -56,20 +63,21 @@ share/examples/speech-dispatcher/modules
share/examples/speech-dispatcher/modules/epos-generic.conf
share/examples/speech-dispatcher/modules/espeak-mbrola-generic.conf
share/examples/speech-dispatcher/modules/espeak-ng-mbrola-generic.conf
+share/examples/speech-dispatcher/modules/espeak-ng-mbrola.conf
share/examples/speech-dispatcher/modules/espeak-ng.conf
share/examples/speech-dispatcher/modules/espeak.conf
share/examples/speech-dispatcher/modules/festival.conf
share/examples/speech-dispatcher/modules/flite.conf
-share/examples/speech-dispatcher/modules/ibmtts.conf
-share/examples/speech-dispatcher/modules/ivona.conf
share/examples/speech-dispatcher/modules/kali.conf
share/examples/speech-dispatcher/modules/llia_phon-generic.conf
-share/examples/speech-dispatcher/modules/mary-generic-disabled.conf
+share/examples/speech-dispatcher/modules/mary-generic.conf
+share/examples/speech-dispatcher/modules/mimic3-generic.conf
share/examples/speech-dispatcher/modules/swift-generic.conf
share/examples/speech-dispatcher/modules/voxin.conf
share/examples/speech-dispatcher/speechd.conf
share/locale/cs/LC_MESSAGES/speech-dispatcher.mo
share/locale/de/LC_MESSAGES/speech-dispatcher.mo
+share/locale/eo/LC_MESSAGES/speech-dispatcher.mo
share/locale/fr/LC_MESSAGES/speech-dispatcher.mo
share/locale/hu/LC_MESSAGES/speech-dispatcher.mo
share/locale/nb_NO/LC_MESSAGES/speech-dispatcher.mo
@@ -82,10 +90,10 @@ share/speech-dispatcher/conf/clients/ema
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-mbrola.conf
share/speech-dispatcher/conf/modules/espeak-ng.conf
share/speech-dispatcher/conf/modules/espeak.conf
share/speech-dispatcher/conf/modules/festival.conf
-share/speech-dispatcher/conf/modules/ibmtts.conf
share/speech-dispatcher/conf/modules/kali.conf
share/speech-dispatcher/conf/modules/voxin.conf
share/speech-dispatcher/conf/speechd.conf
@@ -115,9 +123,11 @@ share/speech-dispatcher/locale/bg/emojis
share/speech-dispatcher/locale/bg/orca-chars.dic
share/speech-dispatcher/locale/bg/orca.dic
share/speech-dispatcher/locale/bg/symbols.dic
+share/speech-dispatcher/locale/bgn/emojis.dic
share/speech-dispatcher/locale/bn/emojis.dic
share/speech-dispatcher/locale/bn/orca-chars.dic
share/speech-dispatcher/locale/bn/orca.dic
+share/speech-dispatcher/locale/bn/symbols.dic
share/speech-dispatcher/locale/bn_IN/orca-chars.dic
share/speech-dispatcher/locale/bn_IN/orca.dic
share/speech-dispatcher/locale/br/emojis.dic
@@ -133,6 +143,7 @@ share/speech-dispatcher/locale/ca@valenc
share/speech-dispatcher/locale/ccp/emojis.dic
share/speech-dispatcher/locale/ceb/emojis.dic
share/speech-dispatcher/locale/chr/emojis.dic
+share/speech-dispatcher/locale/ckb/emojis.dic
share/speech-dispatcher/locale/ckb/symbols.dic
share/speech-dispatcher/locale/cs/emojis.dic
share/speech-dispatcher/locale/cs/orca-chars.dic
@@ -150,6 +161,8 @@ share/speech-dispatcher/locale/de/orca.d
share/speech-dispatcher/locale/de/symbols.dic
share/speech-dispatcher/locale/de_CH/emojis.dic
share/speech-dispatcher/locale/de_CH/symbols.dic
+share/speech-dispatcher/locale/doi/emojis.dic
+share/speech-dispatcher/locale/dsb/emojis.dic
share/speech-dispatcher/locale/el/emojis.dic
share/speech-dispatcher/locale/el/orca-chars.dic
share/speech-dispatcher/locale/el/orca.dic
@@ -159,10 +172,8 @@ share/speech-dispatcher/locale/en/symbol
share/speech-dispatcher/locale/en_AU/emojis.dic
share/speech-dispatcher/locale/en_CA/emojis.dic
share/speech-dispatcher/locale/en_GB/emojis.dic
-share/speech-dispatcher/locale/en_GB/orca.dic
share/speech-dispatcher/locale/en_IN/emojis.dic
share/speech-dispatcher/locale/eo/orca-chars.dic
-share/speech-dispatcher/locale/eo/orca.dic
share/speech-dispatcher/locale/es/emojis.dic
share/speech-dispatcher/locale/es/gender-neutral.dic
share/speech-dispatcher/locale/es/orca-chars.dic
@@ -191,12 +202,13 @@ share/speech-dispatcher/locale/es_US/emo
share/speech-dispatcher/locale/es_UY/emojis.dic
share/speech-dispatcher/locale/es_VE/emojis.dic
share/speech-dispatcher/locale/et/emojis.dic
-share/speech-dispatcher/locale/et/orca.dic
share/speech-dispatcher/locale/eu/emojis.dic
share/speech-dispatcher/locale/eu/orca-chars.dic
share/speech-dispatcher/locale/eu/orca.dic
share/speech-dispatcher/locale/fa/emojis.dic
share/speech-dispatcher/locale/fa/symbols.dic
+share/speech-dispatcher/locale/ff/emojis.dic
+share/speech-dispatcher/locale/ff_Adlm/emojis.dic
share/speech-dispatcher/locale/fi/emojis.dic
share/speech-dispatcher/locale/fi/orca-chars.dic
share/speech-dispatcher/locale/fi/orca.dic
@@ -218,16 +230,21 @@ share/speech-dispatcher/locale/gl/orca-c
share/speech-dispatcher/locale/gl/orca.dic
share/speech-dispatcher/locale/gl/symbols.dic
share/speech-dispatcher/locale/gu/emojis.dic
+share/speech-dispatcher/locale/ha/emojis.dic
+share/speech-dispatcher/locale/ha_NE/emojis.dic
share/speech-dispatcher/locale/he/emojis.dic
+share/speech-dispatcher/locale/he/orca.dic
share/speech-dispatcher/locale/he/symbols.dic
share/speech-dispatcher/locale/hi/emojis.dic
share/speech-dispatcher/locale/hi/orca-chars.dic
share/speech-dispatcher/locale/hi/orca.dic
share/speech-dispatcher/locale/hi/symbols.dic
+share/speech-dispatcher/locale/hi_Latn/emojis.dic
share/speech-dispatcher/locale/hr/emojis.dic
share/speech-dispatcher/locale/hr/orca-chars.dic
share/speech-dispatcher/locale/hr/orca.dic
share/speech-dispatcher/locale/hr/symbols.dic
+share/speech-dispatcher/locale/hsb/emojis.dic
share/speech-dispatcher/locale/hu/emojis.dic
share/speech-dispatcher/locale/hu/orca-chars.dic
share/speech-dispatcher/locale/hu/orca.dic
@@ -237,8 +254,8 @@ share/speech-dispatcher/locale/ia/emojis
share/speech-dispatcher/locale/id/emojis.dic
share/speech-dispatcher/locale/id/orca-chars.dic
share/speech-dispatcher/locale/id/orca.dic
+share/speech-dispatcher/locale/ig/emojis.dic
share/speech-dispatcher/locale/is/emojis.dic
-share/speech-dispatcher/locale/is/orca.dic
share/speech-dispatcher/locale/is/symbols.dic
share/speech-dispatcher/locale/it/emojis.dic
share/speech-dispatcher/locale/it/orca-chars.dic
@@ -251,6 +268,7 @@ share/speech-dispatcher/locale/ka/emojis
share/speech-dispatcher/locale/ka/symbols.dic
share/speech-dispatcher/locale/kab/emojis.dic
share/speech-dispatcher/locale/kk/emojis.dic
+share/speech-dispatcher/locale/kl/emojis.dic
share/speech-dispatcher/locale/km/emojis.dic
share/speech-dispatcher/locale/kmr/symbols.dic
share/speech-dispatcher/locale/kn/emojis.dic
@@ -261,6 +279,8 @@ share/speech-dispatcher/locale/kok/emoji
share/speech-dispatcher/locale/ku/emojis.dic
share/speech-dispatcher/locale/ky/emojis.dic
share/speech-dispatcher/locale/ky/symbols.dic
+share/speech-dispatcher/locale/lb/emojis.dic
+share/speech-dispatcher/locale/lij/emojis.dic
share/speech-dispatcher/locale/lo/emojis.dic
share/speech-dispatcher/locale/lt/emojis.dic
share/speech-dispatcher/locale/lt/orca-chars.dic
@@ -269,6 +289,7 @@ share/speech-dispatcher/locale/lt/symbol
share/speech-dispatcher/locale/lv/emojis.dic
share/speech-dispatcher/locale/lv/orca-chars.dic
share/speech-dispatcher/locale/lv/orca.dic
+share/speech-dispatcher/locale/mi/emojis.dic
share/speech-dispatcher/locale/mk/emojis.dic
share/speech-dispatcher/locale/mk/orca-chars.dic
share/speech-dispatcher/locale/mk/orca.dic
@@ -278,10 +299,12 @@ share/speech-dispatcher/locale/ml/orca-c
share/speech-dispatcher/locale/ml/orca.dic
share/speech-dispatcher/locale/mn/emojis.dic
share/speech-dispatcher/locale/mn/symbols.dic
+share/speech-dispatcher/locale/mni/emojis.dic
share/speech-dispatcher/locale/mr/emojis.dic
share/speech-dispatcher/locale/ms/emojis.dic
share/speech-dispatcher/locale/ms/orca-chars.dic
share/speech-dispatcher/locale/ms/orca.dic
+share/speech-dispatcher/locale/mt/emojis.dic
share/speech-dispatcher/locale/my/emojis.dic
share/speech-dispatcher/locale/my/symbols.dic
share/speech-dispatcher/locale/nb/emojis.dic
@@ -297,8 +320,10 @@ share/speech-dispatcher/locale/nl/orca.d
share/speech-dispatcher/locale/nl/symbols.dic
share/speech-dispatcher/locale/nn/emojis.dic
share/speech-dispatcher/locale/nn/orca-chars.dic
-share/speech-dispatcher/locale/nn/orca.dic
share/speech-dispatcher/locale/nn_NO/symbols.dic
+share/speech-dispatcher/locale/no/emojis.dic
+share/speech-dispatcher/locale/nso/emojis.dic
+share/speech-dispatcher/locale/oc/emojis.dic
share/speech-dispatcher/locale/oc/orca-chars.dic
share/speech-dispatcher/locale/oc/orca.dic
share/speech-dispatcher/locale/or/emojis.dic
@@ -306,6 +331,7 @@ share/speech-dispatcher/locale/pa/emojis
share/speech-dispatcher/locale/pa/orca-chars.dic
share/speech-dispatcher/locale/pa/orca.dic
share/speech-dispatcher/locale/pa/symbols.dic
+share/speech-dispatcher/locale/pa_Arab/emojis.dic
share/speech-dispatcher/locale/pcm/emojis.dic
share/speech-dispatcher/locale/pl/emojis.dic
share/speech-dispatcher/locale/pl/orca-chars.dic
@@ -321,6 +347,8 @@ share/speech-dispatcher/locale/pt_BR/sym
share/speech-dispatcher/locale/pt_PT/emojis.dic
share/speech-dispatcher/locale/pt_PT/symbols.dic
share/speech-dispatcher/locale/qu/emojis.dic
+share/speech-dispatcher/locale/quc/emojis.dic
+share/speech-dispatcher/locale/rm/emojis.dic
share/speech-dispatcher/locale/ro/emojis.dic
share/speech-dispatcher/locale/ro/orca-chars.dic
share/speech-dispatcher/locale/ro/orca.dic
@@ -329,9 +357,12 @@ share/speech-dispatcher/locale/ru/emojis
share/speech-dispatcher/locale/ru/orca-chars.dic
share/speech-dispatcher/locale/ru/orca.dic
share/speech-dispatcher/locale/ru/symbols.dic
+share/speech-dispatcher/locale/rw/emojis.dic
+share/speech-dispatcher/locale/sa/emojis.dic
+share/speech-dispatcher/locale/sat/emojis.dic
+share/speech-dispatcher/locale/sc/emojis.dic
share/speech-dispatcher/locale/sd/emojis.dic
share/speech-dispatcher/locale/si/emojis.dic
-share/speech-dispatcher/locale/si/orca.dic
share/speech-dispatcher/locale/sk/emojis.dic
share/speech-dispatcher/locale/sk/orca-chars.dic
share/speech-dispatcher/locale/sk/orca.dic
@@ -344,7 +375,6 @@ share/speech-dispatcher/locale/so/emojis
share/speech-dispatcher/locale/so/symbols.dic
share/speech-dispatcher/locale/sq/emojis.dic
share/speech-dispatcher/locale/sq/orca-chars.dic
-share/speech-dispatcher/locale/sq/orca.dic
share/speech-dispatcher/locale/sq/symbols.dic
share/speech-dispatcher/locale/sr/emojis.dic
share/speech-dispatcher/locale/sr/orca-chars.dic
@@ -361,22 +391,25 @@ share/speech-dispatcher/locale/sw/emojis
share/speech-dispatcher/locale/sw_KE/emojis.dic
share/speech-dispatcher/locale/ta/emojis.dic
share/speech-dispatcher/locale/ta/orca-chars.dic
-share/speech-dispatcher/locale/ta/orca.dic
share/speech-dispatcher/locale/ta/symbols.dic
share/speech-dispatcher/locale/te/emojis.dic
share/speech-dispatcher/locale/te/orca-chars.dic
share/speech-dispatcher/locale/te/orca.dic
+share/speech-dispatcher/locale/tg/emojis.dic
share/speech-dispatcher/locale/tg/orca-chars.dic
share/speech-dispatcher/locale/tg/orca.dic
share/speech-dispatcher/locale/th/emojis.dic
share/speech-dispatcher/locale/th/orca-chars.dic
share/speech-dispatcher/locale/th/orca.dic
+share/speech-dispatcher/locale/ti/emojis.dic
share/speech-dispatcher/locale/tk/emojis.dic
+share/speech-dispatcher/locale/tn/emojis.dic
share/speech-dispatcher/locale/to/emojis.dic
share/speech-dispatcher/locale/tr/emojis.dic
share/speech-dispatcher/locale/tr/orca-chars.dic
share/speech-dispatcher/locale/tr/orca.dic
share/speech-dispatcher/locale/tr/symbols.dic
+share/speech-dispatcher/locale/ug/emojis.dic
share/speech-dispatcher/locale/ug/orca-chars.dic
share/speech-dispatcher/locale/ug/orca.dic
share/speech-dispatcher/locale/uk/emojis.dic
@@ -389,15 +422,17 @@ share/speech-dispatcher/locale/vi/emojis
share/speech-dispatcher/locale/vi/orca-chars.dic
share/speech-dispatcher/locale/vi/orca.dic
share/speech-dispatcher/locale/vi/symbols.dic
+share/speech-dispatcher/locale/wo/emojis.dic
+share/speech-dispatcher/locale/xh/emojis.dic
+share/speech-dispatcher/locale/yo/emojis.dic
+share/speech-dispatcher/locale/yo_BJ/emojis.dic
share/speech-dispatcher/locale/yue/emojis.dic
share/speech-dispatcher/locale/zh/emojis.dic
share/speech-dispatcher/locale/zh/symbols.dic
share/speech-dispatcher/locale/zh_CN/orca-chars.dic
-share/speech-dispatcher/locale/zh_CN/orca.dic
share/speech-dispatcher/locale/zh_CN/symbols.dic
share/speech-dispatcher/locale/zh_HK/emojis.dic
share/speech-dispatcher/locale/zh_HK/orca-chars.dic
-share/speech-dispatcher/locale/zh_HK/orca.dic
share/speech-dispatcher/locale/zh_HK/symbols.dic
share/speech-dispatcher/locale/zh_TW/emojis.dic
share/speech-dispatcher/locale/zh_TW/orca-chars.dic
Index: pkgsrc/audio/speech-dispatcher/buildlink3.mk
diff -u pkgsrc/audio/speech-dispatcher/buildlink3.mk:1.5 pkgsrc/audio/speech-dispatcher/buildlink3.mk:1.6
--- pkgsrc/audio/speech-dispatcher/buildlink3.mk:1.5 Mon Aug 14 05:23:50 2023
+++ pkgsrc/audio/speech-dispatcher/buildlink3.mk Tue Mar 12 08:53:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2023/08/14 05:23:50 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2024/03/12 08:53:19 wiz Exp $
BUILDLINK_TREE+= speech-dispatcher
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= speech-dispatcher
SPEECH_DISPATCHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.speech-dispatcher+= speech-dispatcher>=0.8.4
-BUILDLINK_ABI_DEPENDS.speech-dispatcher?= speech-dispatcher>=0.10.2nb8
+BUILDLINK_ABI_DEPENDS.speech-dispatcher?= speech-dispatcher>=0.10.2nb8
BUILDLINK_PKGSRCDIR.speech-dispatcher?= ../../audio/speech-dispatcher
.include "../../devel/glib2/buildlink3.mk"
Index: pkgsrc/audio/speech-dispatcher/distinfo
diff -u pkgsrc/audio/speech-dispatcher/distinfo:1.7 pkgsrc/audio/speech-dispatcher/distinfo:1.8
--- pkgsrc/audio/speech-dispatcher/distinfo:1.7 Tue Oct 26 09:59:30 2021
+++ pkgsrc/audio/speech-dispatcher/distinfo Tue Mar 12 08:53:19 2024
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 09:59:30 nia Exp $
+$NetBSD: distinfo,v 1.8 2024/03/12 08:53:19 wiz Exp $
-BLAKE2s (speech-dispatcher-0.10.2.tar.gz) = d6e8e9204e25ed3e8ba65fee2e81e89c525b6b823a772b89df0fae4dc9c95cd7
-SHA512 (speech-dispatcher-0.10.2.tar.gz) = 9af240d9a15062489c170440911e9d148d0d113a0f22211f1496e9754345a5d079e160962d666801322dc2efa1134f8b5e209c0183d93a1f0896705dc6011122
-Size (speech-dispatcher-0.10.2.tar.gz) = 4431520 bytes
+BLAKE2s (speech-dispatcher-0.11.5.tar.gz) = cf3c479b27173d96225026d886e360b6cf2d25474180b2cbf574d7f256171ab9
+SHA512 (speech-dispatcher-0.11.5.tar.gz) = d6d880bce0ae5bc2a5d519ef7740c689ae8b4b0bb658379762810e4beae3e465a429fbe19f7c490e89db0ea6a36aedd4b2287ac9251b90059b5c2cb3c0dd8a28
+Size (speech-dispatcher-0.11.5.tar.gz) = 7230756 bytes
SHA1 (patch-config_Makefile.in) = dd58a389bc9820d85e4fe912faff7e2cf969fa8e
SHA1 (patch-config_clients_Makefile.in) = 4c172a7c33336343b88707ae17702c80c97c28f5
-SHA1 (patch-config_modules_Makefile.in) = 566c25934686d56c8e9a54cf520d121c9458bfae
+SHA1 (patch-config_modules_Makefile.in) = 674d4306baf0e2c0d5d91f4576922be8405d93b3
SHA1 (patch-src-audio-libao.c) = d974ecdb0653082ef39cdefb55b4c9b2f8ec1c68
SHA1 (patch-src_modules_espeak.c) = e75d4269c393df15359b9574ca99643a9b87faf3
Index: pkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in
diff -u pkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in:1.1 pkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in:1.2
--- pkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in:1.1 Wed Jul 20 11:51:58 2016
+++ pkgsrc/audio/speech-dispatcher/patches/patch-config_modules_Makefile.in Tue Mar 12 08:53:19 2024
@@ -1,10 +1,10 @@
-$NetBSD: patch-config_modules_Makefile.in,v 1.1 2016/07/20 11:51:58 ryoon Exp $
+$NetBSD: patch-config_modules_Makefile.in,v 1.2 2024/03/12 08:53:19 wiz Exp $
* Install config files under examples directory. pkgsrc specific.
---- config/modules/Makefile.in.orig 2016-04-17 22:05:55.000000000 +0000
+--- config/modules/Makefile.in.orig 2023-08-06 18:00:06.000000000 +0000
+++ config/modules/Makefile.in
-@@ -338,7 +338,7 @@ localstatedir = @localstatedir@
+@@ -377,7 +377,7 @@ localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
modulebindir = @modulebindir@
@@ -12,4 +12,4 @@ $NetBSD: patch-config_modules_Makefile.i
+moduleconfdir = @prefix@/share/examples/speech-dispatcher/modules
moduleconforigdir = @moduleconforigdir@
oldincludedir = @oldincludedir@
- pdfdir = @pdfdir@
+ oldmodulebindir = @oldmodulebindir@
Home |
Main Index |
Thread Index |
Old Index