diff options
| author | Steve George <steve@futurile.net> | 2026-02-07 16:00:05 +0000 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2026-02-14 21:34:40 +0000 |
| commit | 6473ec3eb17f586e4e5f0c6668558763e89092f4 (patch) | |
| tree | 7c45bf0ea3a816e4cef28841ceabefb771486620 /gnu/packages/video.scm | |
| parent | 0e43436e982dfefbd5556556fbd10bb364948b16 (diff) | |
gnu: obs-source-clone: Update to 0.2.1.
* gnu/packages/video.scm (obs-source-clone): Update to 0.2.1.
[source]: update style.
[inputs]: change qtbase to use QT6.
Change-Id: Ib708119debda88a4957c7bacbba352bed6e02512
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu/packages/video.scm')
| -rw-r--r-- | gnu/packages/video.scm | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b271f57acd8..98263cdfb68 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4718,16 +4718,16 @@ shader code.") (define-public obs-source-clone (package (name "obs-source-clone") - (version "0.1.5") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/exeldro/obs-source-clone") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1rw0qknlkljzn4rk41g2jjnf113vald5k7kpvxvz0mpaywa6vc6j")))) + (version "0.2.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/exeldro/obs-source-clone") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1njm2gv26ygm38lkq7sig8nl7mib47f1nm636n03nmy0pcbx7pr2")))) (build-system cmake-build-system) (arguments (list @@ -4737,9 +4737,8 @@ shader code.") #:configure-flags #~(list (string-append "-DLIBOBS_INCLUDE_DIR=" #$(this-package-input "obs") "/lib") - "-DBUILD_OUT_OF_TREE=On" - "-Wno-dev"))) - (inputs (list obs qtbase-5 simde)) + "-DBUILD_OUT_OF_TREE=On" "-Wno-dev"))) + (inputs (list obs qtbase simde)) (home-page "https://github.com/exeldro/obs-source-clone") (synopsis "Plugin for OBS Studio to clone sources") (description "Add source to OBS that lets you clone sources to allow |
