summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2025-12-08 18:09:03 +0000
committerSteve George <steve@futurile.net>2026-02-14 21:34:51 +0000
commitf05f8dcd5a5f37ded409806e30db8d79e580f7be (patch)
tree5c9ff454f9f860dfcd6fe221c7970c87da3daab5 /gnu/packages/video.scm
parentd691c5ca4c2c0625bf7b1f452380dad66e284f16 (diff)
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 <steve@futurile.net>
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm23
1 files changed, 11 insertions, 12 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 16bba08199d..3392211c92a 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")