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: nia
Date: Thu Dec 3 13:00:48 UTC 2020
Modified Files:
pkgsrc/audio/speech-dispatcher: Makefile PLIST distinfo
pkgsrc/audio/speech-dispatcher/patches: patch-src_modules_espeak.c
Log Message:
speech-dispatcher: Update to 0.10.2
Version 0.10.2
* generic: Add support for sound icons
* Add French, Norwegian Bokmål, Portuguese, Brazilian Portuguese, and Russian translations.
* Add voxin module variant.
* Factorize espeak module with espeak-ng module.
* Make ibmtts and voxin use the common queue helpers.
* Fix python bindings against python 3.9.
* Reference the golang bindings.
* Add spd_get_client_id.
* Make key, char and sound_icon commands return message id.
* Expose modulebindir in speech-dispatcher.pc.
* Remove generic modules for synths that have a non-generic module.
Version 0.10
* Add punctuation level "most".
* Rework thread synchronization.
* Move espeak/espeak-ng audio queuing to shared file, rework it.
* Make baratinoo use this audio queueing, enable marks, and support
responsiveness parameter.
* Add support for Baratinoo engine 8.6
* Show mark progression in spd-say.
* Add --character option to spd-say.
* Put country/region in language instead of variant.
* pico, generic: fix setting voice by language.
* generic: Add fallback voices for generic languages.
* symbols: Add support for SSML.
* symbols: Add SymbolPreprocFile directive to load several symbol files.
* symbols: Replace DefaultSymbolsPreproc directive with SymbolsPreproc directive
to have more fine-grained control over server preprocessing.
* symbols: Import emojis and unicode font variants support from NVDA and Unicode
CLDR and UnicodeData.
* symbols: Import some symbols from Orca.
* symbols: Add rules to drop gender-neutral forms.
* symbols: Add support for group references.
* Disable Mary-TTS module by default.
* Replace AudioPulseServer option with AudioPulseDevice.
* Fix default pulse latency to 10ms to avoid pulseaudio distorted output.
* Made client isolation stronger for Snap/Flatpak support.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/speech-dispatcher/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/speech-dispatcher/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/speech-dispatcher/distinfo
cvs rdiff -u -r1.2 -r1.3 \
pkgsrc/audio/speech-dispatcher/patches/patch-src_modules_espeak.c
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.15 pkgsrc/audio/speech-dispatcher/Makefile:1.16
--- pkgsrc/audio/speech-dispatcher/Makefile:1.15 Tue Aug 18 17:57:39 2020
+++ pkgsrc/audio/speech-dispatcher/Makefile Thu Dec 3 13:00:48 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/08/18 17:57:39 leot Exp $
+# $NetBSD: Makefile,v 1.16 2020/12/03 13:00:48 nia Exp $
-DISTNAME= speech-dispatcher-0.9.1
-PKGREVISION= 3
+DISTNAME= speech-dispatcher-0.10.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=brailcom/}
GITHUB_PROJECT= speechd
@@ -14,9 +13,9 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= gmake intltool pkg-config
+USE_TOOLS+= gmake intltool pkg-config makeinfo
USE_TOOLS+= msgfmt msgmerge xgettext
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++
INFO_FILES= yes
@@ -33,8 +32,12 @@ CONFIGURE_ARGS+= --without-nas
CONFIGURE_ARGS+= --without-oss
CONFIGURE_ARGS+= --without-pulse
+.include "../../mk/bsd.prefs.mk"
+
# msgfmt: unknown option -- desktop
-_TOOLS_USE_PKGSRC.msgfmt= yes
+.if ${OPSYS} == "NetBSD"
+TOOLS_PLATFORM.msgfmt=
+.endif
PKGCONFIG_OVERRIDE+= speech-dispatcher.pc.in
@@ -45,37 +48,18 @@ OWN_DIRS+= ${PKG_SYSCONFDIR}/modules
CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/clients/emacs.conf \
${PKG_SYSCONFDIR}/clients/emacs.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/cicero.conf \
- ${PKG_SYSCONFDIR}/modules/cicero.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/speechd.conf \
- ${PKG_SYSCONFDIR}/speechd.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/dtk-generic.conf \
- ${PKG_SYSCONFDIR}/modules/dtk-generic.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/epos-generic.conf \
- ${PKG_SYSCONFDIR}/modules/epos-generic.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/espeak-generic.conf \
- ${PKG_SYSCONFDIR}/modules/espeak-generic.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/espeak-mbrola-generic.conf \
- ${PKG_SYSCONFDIR}/modules/espeak-mbrola-generic.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/espeak.conf \
- ${PKG_SYSCONFDIR}/modules/espeak.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/festival.conf \
- ${PKG_SYSCONFDIR}/modules/festival.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/flite.conf \
- ${PKG_SYSCONFDIR}/modules/flite.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/ibmtts.conf \
- ${PKG_SYSCONFDIR}/modules/ibmtts.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/ivona.conf \
- ${PKG_SYSCONFDIR}/modules/ivona.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/llia_phon-generic.conf \
- ${PKG_SYSCONFDIR}/modules/llia_phon-generic.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/pico-generic.conf \
- ${PKG_SYSCONFDIR}/modules/pico-generic.conf
-CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/swift-generic.conf \
- ${PKG_SYSCONFDIR}/modules/swift-generic.conf
CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/speechd.conf \
${PKG_SYSCONFDIR}/speechd.conf
+.for module in baratinoo.conf cicero.conf dtk-generic.conf epos-generic.conf \
+ espeak-mbrola-generic.conf espeak-ng-mbrola-generic.conf espeak-ng.conf \
+ espeak.conf festival.conf flite.conf ibmtts.conf ivona.conf kali.conf \
+ llia_phon-generic.conf mary-generic-disabled.conf swift-generic.conf \
+ voxin.conf
+CONF_FILES+= ${PREFIX}/share/examples/speech-dispatcher/modules/${module} \
+ ${PKG_SYSCONFDIR}/modules/${module}
+.endfor
+
REPLACE_PYTHON+= src/api/python/speechd_config/spd-conf
.include "../../audio/espeak/buildlink3.mk"
Index: pkgsrc/audio/speech-dispatcher/PLIST
diff -u pkgsrc/audio/speech-dispatcher/PLIST:1.4 pkgsrc/audio/speech-dispatcher/PLIST:1.5
--- pkgsrc/audio/speech-dispatcher/PLIST:1.4 Wed Jan 22 19:25:54 2020
+++ pkgsrc/audio/speech-dispatcher/PLIST Thu Dec 3 13:00:48 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/01/22 19:25:54 nia Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/12/03 13:00:48 nia Exp $
bin/spd-conf
bin/spd-say
bin/spdsend
@@ -15,26 +15,26 @@ 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/__init__.pyo
${PYSITELIB}/speechd/_test.py
+${PYSITELIB}/speechd/_test.pyc
+${PYSITELIB}/speechd/_test.pyo
${PYSITELIB}/speechd/client.py
+${PYSITELIB}/speechd/client.pyc
+${PYSITELIB}/speechd/client.pyo
${PYSITELIB}/speechd/paths.py
+${PYSITELIB}/speechd/paths.pyc
+${PYSITELIB}/speechd/paths.pyo
${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/__init__.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
@@ -44,6 +44,7 @@ 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
man/man1/spd-conf.1
man/man1/spd-say.1
@@ -53,7 +54,6 @@ share/examples/speech-dispatcher/modules
share/examples/speech-dispatcher/modules/cicero.conf
share/examples/speech-dispatcher/modules/dtk-generic.conf
share/examples/speech-dispatcher/modules/epos-generic.conf
-share/examples/speech-dispatcher/modules/espeak-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.conf
@@ -64,13 +64,18 @@ share/examples/speech-dispatcher/modules
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.conf
-share/examples/speech-dispatcher/modules/pico-generic.conf
+share/examples/speech-dispatcher/modules/mary-generic-disabled.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/fr/LC_MESSAGES/speech-dispatcher.mo
share/locale/hu/LC_MESSAGES/speech-dispatcher.mo
+share/locale/nb_NO/LC_MESSAGES/speech-dispatcher.mo
+share/locale/pt/LC_MESSAGES/speech-dispatcher.mo
+share/locale/pt_BR/LC_MESSAGES/speech-dispatcher.mo
+share/locale/ru/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
@@ -80,55 +85,322 @@ share/speech-dispatcher/conf/modules/cic
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
+share/speech-dispatcher/locale/af/emojis.dic
+share/speech-dispatcher/locale/am/emojis.dic
+share/speech-dispatcher/locale/an/orca-chars.dic
+share/speech-dispatcher/locale/an/orca.dic
share/speech-dispatcher/locale/an/symbols.dic
+share/speech-dispatcher/locale/ar/emojis.dic
+share/speech-dispatcher/locale/ar/orca-chars.dic
+share/speech-dispatcher/locale/ar/orca.dic
share/speech-dispatcher/locale/ar/symbols.dic
+share/speech-dispatcher/locale/ar_SA/emojis.dic
+share/speech-dispatcher/locale/as/emojis.dic
+share/speech-dispatcher/locale/ast/emojis.dic
+share/speech-dispatcher/locale/ast/orca-chars.dic
+share/speech-dispatcher/locale/ast/orca.dic
+share/speech-dispatcher/locale/az/emojis.dic
+share/speech-dispatcher/locale/base/font-variants.dic
+share/speech-dispatcher/locale/base/orca-chars.dic
+share/speech-dispatcher/locale/base/orca.dic
+share/speech-dispatcher/locale/base/symbols.dic
+share/speech-dispatcher/locale/be/emojis.dic
+share/speech-dispatcher/locale/be/orca-chars.dic
+share/speech-dispatcher/locale/be/orca.dic
+share/speech-dispatcher/locale/bg/emojis.dic
+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/bn/emojis.dic
+share/speech-dispatcher/locale/bn/orca-chars.dic
+share/speech-dispatcher/locale/bn/orca.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
+share/speech-dispatcher/locale/bs/emojis.dic
+share/speech-dispatcher/locale/bs/orca-chars.dic
+share/speech-dispatcher/locale/bs/orca.dic
+share/speech-dispatcher/locale/ca/emojis.dic
+share/speech-dispatcher/locale/ca/orca-chars.dic
+share/speech-dispatcher/locale/ca/orca.dic
share/speech-dispatcher/locale/ca/symbols.dic
+share/speech-dispatcher/locale/ca@valencia/orca-chars.dic
+share/speech-dispatcher/locale/ca@valencia/orca.dic
+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/symbols.dic
+share/speech-dispatcher/locale/cs/emojis.dic
+share/speech-dispatcher/locale/cs/orca-chars.dic
+share/speech-dispatcher/locale/cs/orca.dic
share/speech-dispatcher/locale/cs/symbols.dic
+share/speech-dispatcher/locale/cy/emojis.dic
+share/speech-dispatcher/locale/da/emojis.dic
+share/speech-dispatcher/locale/da/orca-chars.dic
+share/speech-dispatcher/locale/da/orca.dic
share/speech-dispatcher/locale/da/symbols.dic
+share/speech-dispatcher/locale/de/emojis.dic
+share/speech-dispatcher/locale/de/gender-neutral.dic
+share/speech-dispatcher/locale/de/orca-chars.dic
+share/speech-dispatcher/locale/de/orca.dic
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/el/emojis.dic
+share/speech-dispatcher/locale/el/orca-chars.dic
+share/speech-dispatcher/locale/el/orca.dic
share/speech-dispatcher/locale/el/symbols.dic
+share/speech-dispatcher/locale/en/emojis.dic
share/speech-dispatcher/locale/en/symbols.dic
+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
+share/speech-dispatcher/locale/es/orca.dic
share/speech-dispatcher/locale/es/symbols.dic
+share/speech-dispatcher/locale/es_419/emojis.dic
+share/speech-dispatcher/locale/es_AR/emojis.dic
+share/speech-dispatcher/locale/es_BO/emojis.dic
+share/speech-dispatcher/locale/es_CL/emojis.dic
+share/speech-dispatcher/locale/es_CO/emojis.dic
share/speech-dispatcher/locale/es_CO/symbols.dic
+share/speech-dispatcher/locale/es_CR/emojis.dic
+share/speech-dispatcher/locale/es_CU/emojis.dic
+share/speech-dispatcher/locale/es_DO/emojis.dic
+share/speech-dispatcher/locale/es_EC/emojis.dic
+share/speech-dispatcher/locale/es_GT/emojis.dic
+share/speech-dispatcher/locale/es_HN/emojis.dic
+share/speech-dispatcher/locale/es_MX/emojis.dic
+share/speech-dispatcher/locale/es_NI/emojis.dic
+share/speech-dispatcher/locale/es_PA/emojis.dic
+share/speech-dispatcher/locale/es_PE/emojis.dic
+share/speech-dispatcher/locale/es_PR/emojis.dic
+share/speech-dispatcher/locale/es_PY/emojis.dic
+share/speech-dispatcher/locale/es_SV/emojis.dic
+share/speech-dispatcher/locale/es_US/emojis.dic
+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/fi/emojis.dic
+share/speech-dispatcher/locale/fi/orca-chars.dic
+share/speech-dispatcher/locale/fi/orca.dic
share/speech-dispatcher/locale/fi/symbols.dic
+share/speech-dispatcher/locale/fil/emojis.dic
+share/speech-dispatcher/locale/fo/emojis.dic
+share/speech-dispatcher/locale/fr/emojis.dic
+share/speech-dispatcher/locale/fr/gender-neutral.dic
+share/speech-dispatcher/locale/fr/orca-chars.dic
+share/speech-dispatcher/locale/fr/orca.dic
share/speech-dispatcher/locale/fr/symbols.dic
+share/speech-dispatcher/locale/fr_CA/emojis.dic
+share/speech-dispatcher/locale/fur/orca.dic
+share/speech-dispatcher/locale/ga/emojis.dic
share/speech-dispatcher/locale/ga/symbols.dic
+share/speech-dispatcher/locale/gd/emojis.dic
+share/speech-dispatcher/locale/gl/emojis.dic
+share/speech-dispatcher/locale/gl/orca-chars.dic
+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/he/emojis.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/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/hu/emojis.dic
+share/speech-dispatcher/locale/hu/orca-chars.dic
+share/speech-dispatcher/locale/hu/orca.dic
share/speech-dispatcher/locale/hu/symbols.dic
+share/speech-dispatcher/locale/hy/emojis.dic
+share/speech-dispatcher/locale/ia/emojis.dic
+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/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
+share/speech-dispatcher/locale/it/orca.dic
share/speech-dispatcher/locale/it/symbols.dic
+share/speech-dispatcher/locale/ja/emojis.dic
share/speech-dispatcher/locale/ja/symbols.dic
+share/speech-dispatcher/locale/jv/emojis.dic
+share/speech-dispatcher/locale/ka/emojis.dic
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/km/emojis.dic
+share/speech-dispatcher/locale/kmr/symbols.dic
+share/speech-dispatcher/locale/kn/emojis.dic
share/speech-dispatcher/locale/kn/symbols.dic
+share/speech-dispatcher/locale/ko/emojis.dic
share/speech-dispatcher/locale/ko/symbols.dic
+share/speech-dispatcher/locale/kok/emojis.dic
+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/lo/emojis.dic
+share/speech-dispatcher/locale/lt/emojis.dic
+share/speech-dispatcher/locale/lt/orca-chars.dic
+share/speech-dispatcher/locale/lt/orca.dic
share/speech-dispatcher/locale/lt/symbols.dic
+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/mk/emojis.dic
+share/speech-dispatcher/locale/mk/orca-chars.dic
+share/speech-dispatcher/locale/mk/orca.dic
+share/speech-dispatcher/locale/mk/symbols.dic
+share/speech-dispatcher/locale/ml/emojis.dic
+share/speech-dispatcher/locale/ml/orca-chars.dic
+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/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/my/emojis.dic
share/speech-dispatcher/locale/my/symbols.dic
+share/speech-dispatcher/locale/nb/emojis.dic
+share/speech-dispatcher/locale/nb/orca-chars.dic
+share/speech-dispatcher/locale/nb/orca.dic
share/speech-dispatcher/locale/nb_NO/symbols.dic
+share/speech-dispatcher/locale/ne/emojis.dic
+share/speech-dispatcher/locale/ne/orca-chars.dic
+share/speech-dispatcher/locale/ne/orca.dic
+share/speech-dispatcher/locale/nl/emojis.dic
+share/speech-dispatcher/locale/nl/orca-chars.dic
+share/speech-dispatcher/locale/nl/orca.dic
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/oc/orca-chars.dic
+share/speech-dispatcher/locale/oc/orca.dic
+share/speech-dispatcher/locale/or/emojis.dic
+share/speech-dispatcher/locale/pa/emojis.dic
+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/pcm/emojis.dic
+share/speech-dispatcher/locale/pl/emojis.dic
+share/speech-dispatcher/locale/pl/orca-chars.dic
+share/speech-dispatcher/locale/pl/orca.dic
share/speech-dispatcher/locale/pl/symbols.dic
+share/speech-dispatcher/locale/ps/emojis.dic
+share/speech-dispatcher/locale/pt/emojis.dic
+share/speech-dispatcher/locale/pt/orca-chars.dic
+share/speech-dispatcher/locale/pt/orca.dic
+share/speech-dispatcher/locale/pt_BR/orca-chars.dic
+share/speech-dispatcher/locale/pt_BR/orca.dic
share/speech-dispatcher/locale/pt_BR/symbols.dic
+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/ro/emojis.dic
+share/speech-dispatcher/locale/ro/orca-chars.dic
+share/speech-dispatcher/locale/ro/orca.dic
share/speech-dispatcher/locale/ro/symbols.dic
+share/speech-dispatcher/locale/ru/emojis.dic
+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/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
share/speech-dispatcher/locale/sk/symbols.dic
+share/speech-dispatcher/locale/sl/emojis.dic
+share/speech-dispatcher/locale/sl/orca-chars.dic
+share/speech-dispatcher/locale/sl/orca.dic
share/speech-dispatcher/locale/sl/symbols.dic
+share/speech-dispatcher/locale/so/emojis.dic
+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
+share/speech-dispatcher/locale/sr/orca.dic
share/speech-dispatcher/locale/sr/symbols.dic
+share/speech-dispatcher/locale/sr@latin/orca-chars.dic
+share/speech-dispatcher/locale/sr@latin/orca.dic
+share/speech-dispatcher/locale/sr_BA/emojis.dic
+share/speech-dispatcher/locale/sv/emojis.dic
+share/speech-dispatcher/locale/sv/orca-chars.dic
+share/speech-dispatcher/locale/sv/orca.dic
share/speech-dispatcher/locale/sv/symbols.dic
+share/speech-dispatcher/locale/sw/emojis.dic
+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/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/tk/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/orca-chars.dic
+share/speech-dispatcher/locale/ug/orca.dic
+share/speech-dispatcher/locale/uk/emojis.dic
+share/speech-dispatcher/locale/uk/orca-chars.dic
+share/speech-dispatcher/locale/uk/orca.dic
share/speech-dispatcher/locale/uk/symbols.dic
+share/speech-dispatcher/locale/ur/emojis.dic
+share/speech-dispatcher/locale/uz/emojis.dic
+share/speech-dispatcher/locale/vi/emojis.dic
+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/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
+share/speech-dispatcher/locale/zh_TW/orca.dic
share/speech-dispatcher/locale/zh_TW/symbols.dic
+share/speech-dispatcher/locale/zu/emojis.dic
Index: pkgsrc/audio/speech-dispatcher/distinfo
diff -u pkgsrc/audio/speech-dispatcher/distinfo:1.3 pkgsrc/audio/speech-dispatcher/distinfo:1.4
--- pkgsrc/audio/speech-dispatcher/distinfo:1.3 Thu Nov 28 16:51:49 2019
+++ pkgsrc/audio/speech-dispatcher/distinfo Thu Dec 3 13:00:48 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.3 2019/11/28 16:51:49 nia Exp $
+$NetBSD: distinfo,v 1.4 2020/12/03 13:00:48 nia Exp $
-SHA1 (speech-dispatcher-0.9.1.tar.gz) = 42be256a3238f5d38984fba0d371623bf6e4dd17
-RMD160 (speech-dispatcher-0.9.1.tar.gz) = d6da283a216c425186743d9335f34ccf1ac87b26
-SHA512 (speech-dispatcher-0.9.1.tar.gz) = 35adb353d22b8dff8884cb20f3836f96f4f74b272bbd442d522a10a3d3b91a0da6705e6c216764f295208b5446c2077da620de2a81cafe5a0c4dd826e33753c2
-Size (speech-dispatcher-0.9.1.tar.gz) = 1662222 bytes
+SHA1 (speech-dispatcher-0.10.2.tar.gz) = 33da39cece3c3a502758eef6ac2147e065997a60
+RMD160 (speech-dispatcher-0.10.2.tar.gz) = 3517af73279ae0c610c2ed9d9d5c4764fd85a653
+SHA512 (speech-dispatcher-0.10.2.tar.gz) = 9af240d9a15062489c170440911e9d148d0d113a0f22211f1496e9754345a5d079e160962d666801322dc2efa1134f8b5e209c0183d93a1f0896705dc6011122
+Size (speech-dispatcher-0.10.2.tar.gz) = 4431520 bytes
SHA1 (patch-config_Makefile.in) = dd58a389bc9820d85e4fe912faff7e2cf969fa8e
SHA1 (patch-config_clients_Makefile.in) = 4c172a7c33336343b88707ae17702c80c97c28f5
SHA1 (patch-config_modules_Makefile.in) = 566c25934686d56c8e9a54cf520d121c9458bfae
-SHA1 (patch-src_modules_espeak.c) = 336b85e9901ee92348c04dc888a897f16a09c26d
+SHA1 (patch-src_modules_espeak.c) = e75d4269c393df15359b9574ca99643a9b87faf3
Index: pkgsrc/audio/speech-dispatcher/patches/patch-src_modules_espeak.c
diff -u pkgsrc/audio/speech-dispatcher/patches/patch-src_modules_espeak.c:1.2 pkgsrc/audio/speech-dispatcher/patches/patch-src_modules_espeak.c:1.3
--- pkgsrc/audio/speech-dispatcher/patches/patch-src_modules_espeak.c:1.2 Thu Nov 28 16:51:49 2019
+++ pkgsrc/audio/speech-dispatcher/patches/patch-src_modules_espeak.c Thu Dec 3 13:00:48 2020
@@ -1,15 +1,15 @@
-$NetBSD: patch-src_modules_espeak.c,v 1.2 2019/11/28 16:51:49 nia Exp $
+$NetBSD: patch-src_modules_espeak.c,v 1.3 2020/12/03 13:00:48 nia Exp $
Fix path to espeak header file
---- src/modules/espeak.c.orig 2019-01-01 17:32:54.000000000 +0000
+--- src/modules/espeak.c.orig 2020-09-28 13:31:15.000000000 +0000
+++ src/modules/espeak.c
-@@ -35,7 +35,7 @@
- #include <semaphore.h>
-
- /* espeak header file */
+@@ -39,7 +39,7 @@
+ #ifdef ESPEAK_NG_INCLUDE
+ #include <espeak-ng/espeak_ng.h>
+ #else
-#include <espeak/speak_lib.h>
+#include <speak_lib.h>
+ #endif
#ifndef ESPEAK_API_REVISION
- #define ESPEAK_API_REVISION 1
Home |
Main Index |
Thread Index |
Old Index