On Sun, Jan 31, 2021 at 06:04:20PM +1100, Jonathan Gray wrote:
> update speech-dispatcher to fix -fno-common build
> 
> this is used by x11/gnome/orca and x11/qt5/qtspeech
> which are in turn used by quite a few other ports
> 
> $ show-reverse-deps audio/speech-dispatcher | wc -l 
>      264
> 
> /tmp/libspeechd.so.2.1 --> /usr/local/lib/libspeechd.so.2.2
> Dynamic export changes:
> added:
>         spd_get_client_id

It looks like some @sample lines might be missing but that's not new and can be
revisited later.
ok aja


> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/audio/speech-dispatcher/Makefile,v
> retrieving revision 1.31
> diff -u -p -r1.31 Makefile
> --- Makefile  3 Jul 2020 21:12:35 -0000       1.31
> +++ Makefile  31 Jan 2021 06:42:40 -0000
> @@ -2,11 +2,10 @@
>  
>  COMMENT=     common interface to speech synthesis
>  
> -V=           0.9.1
> +V=           0.10.2
>  DISTNAME=    speech-dispatcher-${V}
> -REVISION=    0
>  
> -SHARED_LIBS +=  speechd              2.1      # .8.0
> +SHARED_LIBS +=  speechd              2.2      # .10.2
>  
>  CATEGORIES=  audio
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/audio/speech-dispatcher/distinfo,v
> retrieving revision 1.10
> diff -u -p -r1.10 distinfo
> --- distinfo  16 May 2020 12:00:07 -0000      1.10
> +++ distinfo  31 Jan 2021 06:42:40 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (speech-dispatcher-0.9.1.tar.gz) = 
> N8BA45w6yNp1XUkByTt2Zv20yFhW/fXm0VnnaaEob5k=
> -SIZE (speech-dispatcher-0.9.1.tar.gz) = 1662222
> +SHA256 (speech-dispatcher-0.10.2.tar.gz) = 
> sGMZ8gHhXlbGKWZTr1vPwwDLNI6XLVF9+LBurHfq4tw=
> +SIZE (speech-dispatcher-0.10.2.tar.gz) = 4431520
> Index: patches/patch-src_modules_module_utils_h
> ===================================================================
> RCS file: patches/patch-src_modules_module_utils_h
> diff -N patches/patch-src_modules_module_utils_h
> --- patches/patch-src_modules_module_utils_h  16 May 2020 12:00:07 -0000      
> 1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -0000
> @@ -1,21 +0,0 @@
> -$OpenBSD: patch-src_modules_module_utils_h,v 1.1 2020/05/16 12:00:07 
> ajacoutot Exp $
> -
> -error: invalid suffix on literal;
> -C++11 requires a space between literal and identifier 
> [-Wreserved-user-defined-literal]
> -
> -Index: src/modules/module_utils.h
> ---- src/modules/module_utils.h.orig
> -+++ src/modules/module_utils.h
> -@@ -122,10 +122,10 @@ const char *module_name;
> - } while(0)
> - 
> - #define FATAL(msg) do { \
> --            fprintf(stderr, "FATAL ERROR in output module [%s:%d]:\n   
> "msg, \
> -+            fprintf(stderr, "FATAL ERROR in output module [%s:%d]:\n   " 
> msg, \
> -                     __FILE__, __LINE__); \
> -             if (Debug > 1) \
> --                    fprintf(CustomDebugFile, "FATAL ERROR in output module 
> [%s:%d]:\n   "msg,       \
> -+                    fprintf(CustomDebugFile, "FATAL ERROR in output module 
> [%s:%d]:\n   " msg,      \
> -                             __FILE__, __LINE__); \
> -             exit(EXIT_FAILURE); \
> - } while (0)
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/audio/speech-dispatcher/pkg/PLIST,v
> retrieving revision 1.9
> diff -u -p -r1.9 PLIST
> --- pkg/PLIST 16 May 2020 12:00:08 -0000      1.9
> +++ pkg/PLIST 31 Jan 2021 06:42:42 -0000
> @@ -52,6 +52,7 @@ lib/speech-dispatcher-modules/
>  @bin lib/speech-dispatcher-modules/sd_generic
>  @bin lib/speech-dispatcher-modules/sd_ibmtts
>  @bin lib/speech-dispatcher-modules/sd_kali
> +@bin lib/speech-dispatcher-modules/sd_voxin
>  @so lib/speech-dispatcher/spd_libao.so
>  share/examples/speech-dispatcher/
>  share/examples/speech-dispatcher/speech-dispatcher/
> @@ -69,8 +70,6 @@ share/examples/speech-dispatcher/speech-
>  @sample ${SYSCONFDIR}/speech-dispatcher/modules/dtk-generic.conf
>  share/examples/speech-dispatcher/speech-dispatcher/modules/epos-generic.conf
>  @sample ${SYSCONFDIR}/speech-dispatcher/modules/epos-generic.conf
> -share/examples/speech-dispatcher/speech-dispatcher/modules/espeak-generic.conf
> -@sample ${SYSCONFDIR}/speech-dispatcher/modules/espeak-generic.conf
>  
> share/examples/speech-dispatcher/speech-dispatcher/modules/espeak-mbrola-generic.conf
>  @sample ${SYSCONFDIR}/speech-dispatcher/modules/espeak-mbrola-generic.conf
>  
> share/examples/speech-dispatcher/speech-dispatcher/modules/espeak-ng-mbrola-generic.conf
> @@ -88,15 +87,22 @@ share/examples/speech-dispatcher/speech-
>  share/examples/speech-dispatcher/speech-dispatcher/modules/kali.conf
>  
> share/examples/speech-dispatcher/speech-dispatcher/modules/llia_phon-generic.conf
>  @sample ${SYSCONFDIR}/speech-dispatcher/modules/llia_phon-generic.conf
> -share/examples/speech-dispatcher/speech-dispatcher/modules/mary-generic.conf
> -share/examples/speech-dispatcher/speech-dispatcher/modules/pico-generic.conf
> +share/examples/speech-dispatcher/speech-dispatcher/modules/mary-generic-disabled.conf
>  share/examples/speech-dispatcher/speech-dispatcher/modules/swift-generic.conf
>  @sample ${SYSCONFDIR}/speech-dispatcher/modules/swift-generic.conf
> +share/examples/speech-dispatcher/speech-dispatcher/modules/voxin.conf
>  share/examples/speech-dispatcher/speech-dispatcher/speechd.conf
>  @sample ${SYSCONFDIR}/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/
> +share/locale/nb_NO/LC_MESSAGES/
> +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/
>  share/sounds/speech-dispatcher/
>  share/sounds/speech-dispatcher/dummy-message.wav
> @@ -113,106 +119,469 @@ 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/
> +share/speech-dispatcher/locale/af/
> +share/speech-dispatcher/locale/af/emojis.dic
> +share/speech-dispatcher/locale/am/
> +share/speech-dispatcher/locale/am/emojis.dic
>  share/speech-dispatcher/locale/an/
> +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/
> +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/
> +share/speech-dispatcher/locale/ar_SA/emojis.dic
> +share/speech-dispatcher/locale/as/
> +share/speech-dispatcher/locale/as/emojis.dic
> +share/speech-dispatcher/locale/ast/
> +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/
> +share/speech-dispatcher/locale/az/emojis.dic
> +share/speech-dispatcher/locale/base/
> +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/
> +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/
> +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/
> +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/
> +share/speech-dispatcher/locale/bn_IN/orca-chars.dic
> +share/speech-dispatcher/locale/bn_IN/orca.dic
> +share/speech-dispatcher/locale/br/
> +share/speech-dispatcher/locale/br/emojis.dic
> +share/speech-dispatcher/locale/bs/
> +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/
> +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/
> +share/speech-dispatcher/locale/ca@valencia/orca-chars.dic
> +share/speech-dispatcher/locale/ca@valencia/orca.dic
> +share/speech-dispatcher/locale/ccp/
> +share/speech-dispatcher/locale/ccp/emojis.dic
> +share/speech-dispatcher/locale/ceb/
> +share/speech-dispatcher/locale/ceb/emojis.dic
> +share/speech-dispatcher/locale/chr/
> +share/speech-dispatcher/locale/chr/emojis.dic
> +share/speech-dispatcher/locale/ckb/
> +share/speech-dispatcher/locale/ckb/symbols.dic
>  share/speech-dispatcher/locale/cs/
> +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/
> +share/speech-dispatcher/locale/cy/emojis.dic
>  share/speech-dispatcher/locale/da/
> +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/
> +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/
> +share/speech-dispatcher/locale/de_CH/emojis.dic
> +share/speech-dispatcher/locale/de_CH/symbols.dic
>  share/speech-dispatcher/locale/el/
> +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/
> +share/speech-dispatcher/locale/en/emojis.dic
>  share/speech-dispatcher/locale/en/symbols.dic
> +share/speech-dispatcher/locale/en_AU/
> +share/speech-dispatcher/locale/en_AU/emojis.dic
> +share/speech-dispatcher/locale/en_CA/
> +share/speech-dispatcher/locale/en_CA/emojis.dic
> +share/speech-dispatcher/locale/en_GB/
> +share/speech-dispatcher/locale/en_GB/emojis.dic
> +share/speech-dispatcher/locale/en_GB/orca.dic
> +share/speech-dispatcher/locale/en_IN/
> +share/speech-dispatcher/locale/en_IN/emojis.dic
> +share/speech-dispatcher/locale/eo/
> +share/speech-dispatcher/locale/eo/orca-chars.dic
> +share/speech-dispatcher/locale/eo/orca.dic
>  share/speech-dispatcher/locale/es/
> +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/
> +share/speech-dispatcher/locale/es_419/emojis.dic
> +share/speech-dispatcher/locale/es_AR/
> +share/speech-dispatcher/locale/es_AR/emojis.dic
> +share/speech-dispatcher/locale/es_BO/
> +share/speech-dispatcher/locale/es_BO/emojis.dic
> +share/speech-dispatcher/locale/es_CL/
> +share/speech-dispatcher/locale/es_CL/emojis.dic
>  share/speech-dispatcher/locale/es_CO/
> +share/speech-dispatcher/locale/es_CO/emojis.dic
>  share/speech-dispatcher/locale/es_CO/symbols.dic
> +share/speech-dispatcher/locale/es_CR/
> +share/speech-dispatcher/locale/es_CR/emojis.dic
> +share/speech-dispatcher/locale/es_CU/
> +share/speech-dispatcher/locale/es_CU/emojis.dic
> +share/speech-dispatcher/locale/es_DO/
> +share/speech-dispatcher/locale/es_DO/emojis.dic
> +share/speech-dispatcher/locale/es_EC/
> +share/speech-dispatcher/locale/es_EC/emojis.dic
> +share/speech-dispatcher/locale/es_GT/
> +share/speech-dispatcher/locale/es_GT/emojis.dic
> +share/speech-dispatcher/locale/es_HN/
> +share/speech-dispatcher/locale/es_HN/emojis.dic
> +share/speech-dispatcher/locale/es_MX/
> +share/speech-dispatcher/locale/es_MX/emojis.dic
> +share/speech-dispatcher/locale/es_NI/
> +share/speech-dispatcher/locale/es_NI/emojis.dic
> +share/speech-dispatcher/locale/es_PA/
> +share/speech-dispatcher/locale/es_PA/emojis.dic
> +share/speech-dispatcher/locale/es_PE/
> +share/speech-dispatcher/locale/es_PE/emojis.dic
> +share/speech-dispatcher/locale/es_PR/
> +share/speech-dispatcher/locale/es_PR/emojis.dic
> +share/speech-dispatcher/locale/es_PY/
> +share/speech-dispatcher/locale/es_PY/emojis.dic
> +share/speech-dispatcher/locale/es_SV/
> +share/speech-dispatcher/locale/es_SV/emojis.dic
> +share/speech-dispatcher/locale/es_US/
> +share/speech-dispatcher/locale/es_US/emojis.dic
> +share/speech-dispatcher/locale/es_UY/
> +share/speech-dispatcher/locale/es_UY/emojis.dic
> +share/speech-dispatcher/locale/es_VE/
> +share/speech-dispatcher/locale/es_VE/emojis.dic
> +share/speech-dispatcher/locale/et/
> +share/speech-dispatcher/locale/et/emojis.dic
> +share/speech-dispatcher/locale/et/orca.dic
> +share/speech-dispatcher/locale/eu/
> +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/
> +share/speech-dispatcher/locale/fa/emojis.dic
>  share/speech-dispatcher/locale/fa/symbols.dic
>  share/speech-dispatcher/locale/fi/
> +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/
> +share/speech-dispatcher/locale/fil/emojis.dic
> +share/speech-dispatcher/locale/fo/
> +share/speech-dispatcher/locale/fo/emojis.dic
>  share/speech-dispatcher/locale/fr/
> +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/
> +share/speech-dispatcher/locale/fr_CA/emojis.dic
> +share/speech-dispatcher/locale/fur/
> +share/speech-dispatcher/locale/fur/orca.dic
>  share/speech-dispatcher/locale/ga/
> +share/speech-dispatcher/locale/ga/emojis.dic
>  share/speech-dispatcher/locale/ga/symbols.dic
> +share/speech-dispatcher/locale/gd/
> +share/speech-dispatcher/locale/gd/emojis.dic
>  share/speech-dispatcher/locale/gl/
> +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/
> +share/speech-dispatcher/locale/gu/emojis.dic
>  share/speech-dispatcher/locale/he/
> +share/speech-dispatcher/locale/he/emojis.dic
>  share/speech-dispatcher/locale/he/symbols.dic
>  share/speech-dispatcher/locale/hi/
> +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/
> +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/
> +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/
> +share/speech-dispatcher/locale/hy/emojis.dic
> +share/speech-dispatcher/locale/ia/
> +share/speech-dispatcher/locale/ia/emojis.dic
> +share/speech-dispatcher/locale/id/
> +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/
> +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/
> +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/
> +share/speech-dispatcher/locale/ja/emojis.dic
>  share/speech-dispatcher/locale/ja/symbols.dic
> +share/speech-dispatcher/locale/jv/
> +share/speech-dispatcher/locale/jv/emojis.dic
>  share/speech-dispatcher/locale/ka/
> +share/speech-dispatcher/locale/ka/emojis.dic
>  share/speech-dispatcher/locale/ka/symbols.dic
> +share/speech-dispatcher/locale/kab/
> +share/speech-dispatcher/locale/kab/emojis.dic
> +share/speech-dispatcher/locale/kk/
> +share/speech-dispatcher/locale/kk/emojis.dic
> +share/speech-dispatcher/locale/km/
> +share/speech-dispatcher/locale/km/emojis.dic
> +share/speech-dispatcher/locale/kmr/
> +share/speech-dispatcher/locale/kmr/symbols.dic
>  share/speech-dispatcher/locale/kn/
> +share/speech-dispatcher/locale/kn/emojis.dic
>  share/speech-dispatcher/locale/kn/symbols.dic
>  share/speech-dispatcher/locale/ko/
> +share/speech-dispatcher/locale/ko/emojis.dic
>  share/speech-dispatcher/locale/ko/symbols.dic
> +share/speech-dispatcher/locale/kok/
> +share/speech-dispatcher/locale/kok/emojis.dic
> +share/speech-dispatcher/locale/ku/
> +share/speech-dispatcher/locale/ku/emojis.dic
> +share/speech-dispatcher/locale/ky/
> +share/speech-dispatcher/locale/ky/emojis.dic
> +share/speech-dispatcher/locale/ky/symbols.dic
> +share/speech-dispatcher/locale/lo/
> +share/speech-dispatcher/locale/lo/emojis.dic
>  share/speech-dispatcher/locale/lt/
> +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/
> +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/
> +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/
> +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/
> +share/speech-dispatcher/locale/mn/emojis.dic
> +share/speech-dispatcher/locale/mn/symbols.dic
> +share/speech-dispatcher/locale/mr/
> +share/speech-dispatcher/locale/mr/emojis.dic
> +share/speech-dispatcher/locale/ms/
> +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/
> +share/speech-dispatcher/locale/my/emojis.dic
>  share/speech-dispatcher/locale/my/symbols.dic
> +share/speech-dispatcher/locale/nb/
> +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/
>  share/speech-dispatcher/locale/nb_NO/symbols.dic
> +share/speech-dispatcher/locale/ne/
> +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/
> +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/
> +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/
>  share/speech-dispatcher/locale/nn_NO/symbols.dic
> +share/speech-dispatcher/locale/oc/
> +share/speech-dispatcher/locale/oc/orca-chars.dic
> +share/speech-dispatcher/locale/oc/orca.dic
> +share/speech-dispatcher/locale/or/
> +share/speech-dispatcher/locale/or/emojis.dic
>  share/speech-dispatcher/locale/pa/
> +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/
> +share/speech-dispatcher/locale/pcm/emojis.dic
>  share/speech-dispatcher/locale/pl/
> +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/
> +share/speech-dispatcher/locale/ps/emojis.dic
> +share/speech-dispatcher/locale/pt/
> +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/
> +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/
> +share/speech-dispatcher/locale/pt_PT/emojis.dic
>  share/speech-dispatcher/locale/pt_PT/symbols.dic
> +share/speech-dispatcher/locale/qu/
> +share/speech-dispatcher/locale/qu/emojis.dic
>  share/speech-dispatcher/locale/ro/
> +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/
> +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/
> +share/speech-dispatcher/locale/sd/emojis.dic
> +share/speech-dispatcher/locale/si/
> +share/speech-dispatcher/locale/si/emojis.dic
> +share/speech-dispatcher/locale/si/orca.dic
>  share/speech-dispatcher/locale/sk/
> +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/
> +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/
> +share/speech-dispatcher/locale/so/emojis.dic
> +share/speech-dispatcher/locale/so/symbols.dic
>  share/speech-dispatcher/locale/sq/
> +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/
> +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/
> +share/speech-dispatcher/locale/sr@latin/orca-chars.dic
> +share/speech-dispatcher/locale/sr@latin/orca.dic
> +share/speech-dispatcher/locale/sr_BA/
> +share/speech-dispatcher/locale/sr_BA/emojis.dic
>  share/speech-dispatcher/locale/sv/
> +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/
> +share/speech-dispatcher/locale/sw/emojis.dic
> +share/speech-dispatcher/locale/sw_KE/
> +share/speech-dispatcher/locale/sw_KE/emojis.dic
>  share/speech-dispatcher/locale/ta/
> +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/
> +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/
> +share/speech-dispatcher/locale/tg/orca-chars.dic
> +share/speech-dispatcher/locale/tg/orca.dic
> +share/speech-dispatcher/locale/th/
> +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/
> +share/speech-dispatcher/locale/tk/emojis.dic
> +share/speech-dispatcher/locale/to/
> +share/speech-dispatcher/locale/to/emojis.dic
>  share/speech-dispatcher/locale/tr/
> +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/
> +share/speech-dispatcher/locale/ug/orca-chars.dic
> +share/speech-dispatcher/locale/ug/orca.dic
>  share/speech-dispatcher/locale/uk/
> +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/
> +share/speech-dispatcher/locale/ur/emojis.dic
> +share/speech-dispatcher/locale/uz/
> +share/speech-dispatcher/locale/uz/emojis.dic
>  share/speech-dispatcher/locale/vi/
> +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/
> +share/speech-dispatcher/locale/yue/emojis.dic
>  share/speech-dispatcher/locale/zh/
> +share/speech-dispatcher/locale/zh/emojis.dic
>  share/speech-dispatcher/locale/zh/symbols.dic
>  share/speech-dispatcher/locale/zh_CN/
> +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/
> +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/
> +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/
> +share/speech-dispatcher/locale/zu/emojis.dic
> 

-- 
Antoine

Reply via email to