FreeBSD Bugzilla – Attachment 233747 Details for
Bug 263797
accessibility/speech-dispatcher: Shared object "libvoxin.so" not found, required by "sd_voxin"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Install libvoxin.so with port
speech-dispatcher.diff (text/plain), 1.16 KB, created by
Vladimir Druzenko
on 2022-05-05 14:44:39 UTC
(
hide
)
Description:
Install libvoxin.so with port
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2022-05-05 14:44:39 UTC
Size:
1.16 KB
patch
obsolete
>diff -ur accessibility/speech-dispatcher.orig/Makefile accessibility/speech-dispatcher/Makefile >--- accessibility/speech-dispatcher.orig/Makefile >+++ accessibility/speech-dispatcher/Makefile >@@ -20,7 +20,8 @@ > CONFIGURE_ARGS= --with-espeak-ng=no \ > --with-baratinoo=no \ > --with-kali=no \ >- --with-ibmtts=no >+ --with-ibmtts=no \ >+ --with-voxin=shim > CFLAGS+= -fcommon -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib > USE_LDCONFIG= yes >@@ -79,6 +80,7 @@ > .for f in ${ETCFILES} > @${MV} ${STAGEDIR}${ETCDIR}/${f} ${STAGEDIR}${ETCDIR}/${f}.sample > .endfor >+ @${CP} ${WRKSRC}/src/modules/libvoxin.so ${STAGEDIR}${PREFIX}/lib/libvoxin.so > @${RM} -r ${STAGEDIR}${DATADIR}/conf > @${RMDIR} ${STAGEDIR}${DATADIR} || ${TRUE} > ${MKDIR} ${STAGEDIR}${DOCSDIR} >diff -ur accessibility/speech-dispatcher.orig/pkg-plist accessibility/speech-dispatcher/pkg-plist >--- accessibility/speech-dispatcher.orig/pkg-plist >+++ accessibility/speech-dispatcher/pkg-plist >@@ -26,6 +26,7 @@ > lib/libspeechd.so > lib/libspeechd.so.2 > lib/libspeechd.so.2.6.0 >+lib/libvoxin.so > lib/speech-dispatcher-modules/sd_cicero > lib/speech-dispatcher-modules/sd_dummy > %%ESPEAK%%lib/speech-dispatcher-modules/sd_espeak
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 263797
:
233747
|
233778