guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c8356fdbe1a20554d817df33e4ad9dffc1354b18
Author: Julian Flake <[email protected]>
AuthorDate: Wed Oct 1 20:31:11 2025 +0200

    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 <[email protected]>
---
 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 6b8635f540..89b0c4cfab 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -76,6 +76,7 @@
 ;;; Copyright © 2025 Zhu Zihao <[email protected]>
 ;;; Copyright © 2025 Remco van 't Veer <[email protected]>
 ;;; Copyright © 2025 John Kehayias <[email protected]>
+;;; Copyright © 2025 Julian Flake <[email protected]>
 ;;;
 ;;; 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

Reply via email to