feat(pkg): FreeBSD hermes runtime baseline — ffmpeg, py311-pillow, python311 #86
1 changed files with 8 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ bsddialog
|
||||||
codex
|
codex
|
||||||
|
|
||||||
# Python / tooling
|
# Python / tooling
|
||||||
# python312 is our application Python. FreeBSD's pkg repos default to
|
# python3 is 3.11 (FreeBSD's PYTHON_DEFAULT — see layered-soul TOOLCHAIN.md).
|
||||||
# Python 3.11, so system deps (git, libinput, etc.) pull python311
|
# python312 stays installed and available as python3.12 for apps needing newer.
|
||||||
# autonomously. Both versions coexist; python312 owns the python3 symlink.
|
python311
|
||||||
python312
|
python312
|
||||||
just
|
just
|
||||||
uv
|
uv
|
||||||
|
|
@ -36,6 +36,11 @@ postgresql18-client
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
|
||||||
# Media / fonts
|
# Media / fonts
|
||||||
|
# ffmpeg: hermes runtime (media + voice-transcription skill). py311-pillow:
|
||||||
|
# hermes core Pillow dep — venvs use --system-site-packages, so the prebuilt
|
||||||
|
# system pkg satisfies it without compiling Pillow.
|
||||||
|
ffmpeg
|
||||||
|
py311-pillow
|
||||||
dejavu
|
dejavu
|
||||||
|
|
||||||
# Wayland display stack (desktop installs)
|
# Wayland display stack (desktop installs)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue