Bug 280886 - [JHBuild] Add libspiel to minimal moduleset
Summary: [JHBuild] Add libspiel to minimal moduleset
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-04 07:02 PDT by Diego Pino
Modified: 2024-10-04 07:06 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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