FreeBSD Bugzilla – Attachment 213867 Details for
Bug 245614
accessibility/qt5-speech: compilarion failure: Project ERROR: Could not find feature speechd.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
qt5-speech-alsa_flite.v1.diff (text/plain), 1.42 KB, created by
Tobias C. Berner
on 2020-04-27 19:14:33 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2020-04-27 19:14:33 UTC
Size:
1.42 KB
patch
obsolete
>From 1239978f6fc9b651316eb58fc04cf49c598c4004 Mon Sep 17 00:00:00 2001 >From: "Tobias C. Berner" <tcberner@FreeBSD.org> >Date: Mon, 27 Apr 2020 21:13:10 +0200 >Subject: [PATCH] qt5-speech: add ALSA option > >--- > accessibility/qt5-speech/Makefile | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > >diff --git accessibility/qt5-speech/Makefile accessibility/qt5-speech/Makefile >index f03ececbecbb..709242188632 100644 >--- accessibility/qt5-speech/Makefile >+++ accessibility/qt5-speech/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= speech > DISTVERSION= ${QT5_VERSION} >+PORTREVISION= 1 > CATEGORIES= accessibility > PKGNAMEPREFIX= qt5- > >@@ -13,6 +14,7 @@ USES= compiler:c++11-lang gl pkgconfig qmake:outsource,norecursive \ > USE_GL= gl > USE_QT= core gui buildtools_build qmake_build > >+OPTIONS_DEFINE= ALSA > OPTIONS_MULTI= BACKEND > OPTIONS_MULTI_BACKEND= SPEECHD FLITE > OPTIONS_DEFAULT= SPEECHD >@@ -29,6 +31,11 @@ FLITE_DESC= Festival Lite Backend > FLITE_LIB_DEPENDS= libflite.so:audio/flite > FLITE_USE= QT=multimedia,network > FLITE_VARS= QMAKE_CONFIGURE_ARGS+=--feature-flite >-FLITE_VARS_OFF= QMAKE_CONFIGURE_ARGS+=--no-feature-flite >+FLITE_VARS_OFF= QMAKE_CONFIGURE_ARGS+=--no-feature-flite --no-feature-flite_alsa >+ >+ALSA_IMPLIES= FLITE >+ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib >+ALSA_VARS= QMAKE_CONFIGURE_ARGS+=--feature-flite_alsa >+ALSA_VARS_OFF= QMAKE_CONFIGURE_ARGS+=--no-feature-flite_alsa > > .include <bsd.port.mk> >-- >2.26.2 >
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 245614
:
213721
|
213722
|
213788
|
213789
| 213867