diff options
| author | Steve George <steve@futurile.net> | 2025-12-07 17:52:07 +0000 |
|---|---|---|
| committer | Steve George <steve@futurile.net> | 2026-02-14 21:34:36 +0000 |
| commit | fb11787e01725ced1314d470bc6206838e6a6f65 (patch) | |
| tree | 20f99d09cab0b5edbb1025dda55155c4f6ed06c0 /gnu | |
| parent | 46fba0992c564b30bb0e95e4c58d4d025b309ae2 (diff) | |
gnu: obs-source-copy: Update to 0.3.0.
* gnu/packages/video.scm: Update to 0.3.0.
[source]<origin>: Switch to url-fetch as upstream releases
have hashes that we can verify.
[inputs]: change qtbase to use QT6.
Change-Id: I977a006a6cd8d171adcb8651e2ffc35bea287b1b
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index a68bd69478e..61c2559ab87 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4749,16 +4749,15 @@ different filters than the original.") (define-public obs-source-copy (package (name "obs-source-copy") - (version "0.2.6") + (version "0.3.0") (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/exeldro/obs-source-copy") - (commit version))) - (file-name (git-file-name name version)) + (method url-fetch) + (uri (string-append "https://github.com/exeldro/obs-source-copy/releases/download/" + version + "/source-copy-" version "-source.tar.xz")) (sha256 (base32 - "0hkjpjli1bw090asc0a9km1gqjachv3hsx5z642kqc5mrnq7fnq3")))) + "0zr1yayzd4x3m108ji9c4xs7d7bavbz2hr81782l25kfhv3ry9f7")))) (build-system cmake-build-system) (arguments (list @@ -4768,7 +4767,7 @@ different filters than the original.") #$(this-package-input "obs") "/lib") "-DBUILD_OUT_OF_TREE=On" "-Wno-dev"))) - (inputs (list obs qtbase-5 simde)) + (inputs (list obs qtbase simde)) (home-page "https://github.com/exeldro/obs-source-copy") (synopsis "OBS plugin for copy and paste scenes, sources and filters") (description "This package provides an OBS plugin for copy and paste |
