From f05f8dcd5a5f37ded409806e30db8d79e580f7be Mon Sep 17 00:00:00 2001 From: Steve George Date: Mon, 8 Dec 2025 18:09:03 +0000 Subject: [PATCH] gnu: obs-source-record: Update to 0.3.4. * gnu/packages/video.scm (obs-source-record): Update to 0.3.4 and restyle. Change-Id: Ife2bedb52441b5d82e5d0bd8c3a7bb771a72fdb1 Signed-off-by: Steve George --- gnu/packages/video.scm | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 16bba08199..3392211c92 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4761,16 +4761,16 @@ scenes, sources and filters.") (define-public obs-source-record (package (name "obs-source-record") - (version "0.3.4") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/exeldro/obs-source-record") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "07yglklrjn3nkyw8755nwchcfgvyw7d0n4qynvja8s7rgqbbs0an")))) + (version "0.4.6") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/exeldro/obs-source-record") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1z762w7didd4m1n2b6wb26jywv1hipxw8z8wnnsq45zlv5kwnlws")))) (build-system cmake-build-system) (arguments (list @@ -4778,8 +4778,7 @@ scenes, sources and filters.") #:configure-flags #~(list (string-append "-DLIBOBS_INCLUDE_DIR=" #$(this-package-input "obs") "/lib") - "-DBUILD_OUT_OF_TREE=On" - "-Wno-dev"))) + "-DBUILD_OUT_OF_TREE=On" "-Wno-dev"))) (inputs (list obs simde)) (home-page "https://github.com/exeldro/obs-source-record") (synopsis "OBS plugin for recording sources via a filter")