From c8356fdbe1a20554d817df33e4ad9dffc1354b18 Mon Sep 17 00:00:00 2001 From: Julian Flake Date: Wed, 1 Oct 2025 20:31:11 +0200 Subject: [PATCH] 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 --- gnu/packages/video.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 6b8635f540a4c249362313b92e0a8ed9003420df..89b0c4cfab4b872f024f9805f3bb6bec853fa7e1 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -76,6 +76,7 @@ ;;; Copyright © 2025 Zhu Zihao ;;; Copyright © 2025 Remco van 't Veer ;;; Copyright © 2025 John Kehayias +;;; Copyright © 2025 Julian Flake ;;; ;;; 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