diff options
| author | Julian Flake <flake@uni-koblenz.de> | 2025-10-01 20:31:11 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-03 09:46:33 +0100 |
| commit | c8356fdbe1a20554d817df33e4ad9dffc1354b18 (patch) | |
| tree | 259d59e844abb6cd28e293ebf5c4a2f9250af3e0 /gnu | |
| parent | 98b920b3a1c947fa7f8f1021db071a7f1a56566b (diff) | |
gnu: obs: Update to 32.0.1.
* gnu/packages/video.scm (obs): Update to 32.0.1.
[native-inputs]: Add extra-cmake-modules.
[inputs]: Remove extra-cmake-modules; add simde.
Fixes: guix/guix#3176
Change-Id: Ibe71768e5fda137baceb965b76c04e12736055bf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6b8635f540..89b0c4cfab 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -76,6 +76,7 @@ ;;; Copyright © 2025 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net> ;;; Copyright © 2025 John Kehayias <john@guixotic.coop> +;;; Copyright © 2025 Julian Flake <flake@uni-koblenz.de> ;;; ;;; This file is part of GNU Guix. ;;; @@ -4049,7 +4050,7 @@ be used for realtime video capture via Linux-specific APIs.") (define-public obs (package (name "obs") - (version "31.1.2") + (version "32.0.1") (source (origin (method git-fetch) (uri (git-reference @@ -4059,7 +4060,7 @@ be used for realtime video capture via Linux-specific APIs.") (file-name (git-file-name name version)) (sha256 (base32 - "1wiaiva2wh9781mcwmlkf3xfg805q0s8gz4q7n1vnmk27750i6j1")) + "10z2bqzcjfpq70316lxcswmgszwazyskmx0xv74c0471bmal1mgp")) (patches (search-patches "obs-modules-location.patch")))) (build-system cmake-build-system) @@ -4103,7 +4104,7 @@ be used for realtime video capture via Linux-specific APIs.") (separator #f) ;single entry (files '("share/obs/obs-plugins"))))) (native-inputs - (list cmocka pkg-config swig)) + (list cmocka pkg-config swig extra-cmake-modules)) (inputs (list alsa-lib @@ -4111,7 +4112,6 @@ be used for realtime video capture via Linux-specific APIs.") bash-minimal curl eudev - extra-cmake-modules ffmpeg fontconfig freetype @@ -4137,6 +4137,7 @@ be used for realtime video capture via Linux-specific APIs.") qtsvg qtwayland rnnoise + simde speexdsp v4l-utils uthash |
