Bug 280886

Summary: [JHBuild] Add libspiel to minimal moduleset
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=270742

Description Diego Pino 2024-10-04 07:02:33 PDT
Changeset 284276@main change speech synthesis from experimental feature to always on. It also changed the speech synthesis backend, from flite2 to libspiel. Libspiel is not packaged in any distro yet. Since the feature was removed from experimental features, the Ubuntu and Debian upstream fails failed after 284276@main. The work around the build failure we disbaledspeech synthesis in the bots (-DENABLE_SPEECH_SYNTHESIS=OFF).

Since speech synthesis is always on now, support for `libspiel` should be added to JHBuild minimal moduleset, for users that would like to build with this build system.
Comment 1 Diego Pino 2024-10-04 07:06:22 PDT
Pull request: https://github.com/webkit/webkit/pull/34696