Hopefully fixed weird gstreamer traceback.

This commit is contained in:
Storm Dragon
2026-04-04 23:04:33 -04:00
parent 20e61d6259
commit 64ad1ab3e0
10 changed files with 75 additions and 17 deletions

View File

@@ -98,11 +98,11 @@ git status
## Dependencies
- **Runtime**: python3, pygobject-3.0, pluggy, AT-SPI2
- **Runtime**: python3, pygobject-3.0, pluggy, tomlkit, AT-SPI2
- **Build**: meson, ninja, gettext
- **Optional**: dasbus (for D-Bus service), BrlTTY, speech-dispatcher, piper-tts
Install build dependencies on Arch Linux:
```bash
sudo pacman -S meson ninja gettext python-dasbus
sudo pacman -S meson ninja gettext python-dasbus python-tomlkit
```