Skip to content

Commit

Permalink
jhbuild: Add libspiel
Browse files Browse the repository at this point in the history
Spiel is a nicer alternative to Festival for speech synthesys because its API is directly inspired
from WebSpeech. A future patch will rewrite our speech synthesys backend using Spiel, but we first
need it in the SDK. The host is responsible for installing voice providers using Flatpak, so this
part is not included in this patch.
  • Loading branch information
philn authored and TingPing committed Sep 16, 2024
1 parent aa9e726 commit 4533e51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<dep package="sparkle-cdm"/>
<dep package="libbacktrace"/>
<dep package="sysprof"/>
<dep package="libspiel"/>
</dependencies>
</metamodule>

Expand Down Expand Up @@ -86,6 +87,15 @@
checkoutdir="libbacktrace"/>
</autotools>

<meson id="libspiel" mesonargs="-Dtests=false -Ddocs=false -Dlibspeechprovider:docs=false -Dlibspeechprovider:introspection=false">
<branch repo="github.com"
checkoutdir="libspiel"
module="project-spiel/libspiel"/>
<dependencies>
<dep package="gstreamer"/>
</dependencies>
</meson>

<!-- These are not built by default but useful for hacking on. -->
<meson id="openh264" mesonargs="-Dtests=disabled">
<branch repo="github.com"
Expand Down

0 comments on commit 4533e51

Please sign in to comment.