~ruther/guix-local

c8356fdbe1a20554d817df33e4ad9dffc1354b18 — Julian Flake 7 months ago 98b920b
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>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +5 -4
@@ 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