diff --git a/2024/So you wanna do FreeBSD and native Home Assistant?.md b/2024/So you wanna do FreeBSD and native Home Assistant?.md index 89a82b3..8b086b3 100644 --- a/2024/So you wanna do FreeBSD and native Home Assistant?.md +++ b/2024/So you wanna do FreeBSD and native Home Assistant?.md @@ -328,4 +328,16 @@ https://github.com/home-assistant/core/issues/102645#issuecomment-1792234494 ``` (homeassistant) homeassistant@mango:/data/homeassistant/build % pip install --config-settings=builddir=webrtc webrtc-noise-gain==1.2.3 Collecting webrtc-noise-gain==1.2.3 +``` + +``` +(homeassistant) homeassistant@mango:/data/homeassistant/build % pip install --config-settings=builddir=webrtc webrtc-noise-gain==1.2.5 +Collecting webrtc-noise-gain==1.2.5 + Downloading webrtc_noise_gain-1.2.5.tar.gz (3.1 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 7.9 MB/s eta 0:00:00 + Installing build dependencies ... done + Getting requirements to build wheel ... done + Preparing metadata (pyproject.toml) ... done +Building wheels for collected packages: webrtc-noise-gain + Building wheel for webrtc-noise-gain (pyproject.toml) ... \ ``` \ No newline at end of file