[PATCH] gnu: obs-websocket: Remove variable

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Ludovic Courtès
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230325102213.32644-1-atai@atai.org
* gnu/packages/video.scm (obs-websocket): Remove variable
as it has been merged into current obs
---
gnu/packages/video.scm | 36 ------------------------------------
1 file changed, 36 deletions(-)

Toggle diff (56 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0577ffa2de..787233c537 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3489,42 +3489,6 @@ (define-public obs
(home-page "https://obsproject.com")
(license license:gpl2+)))
-(define-public obs-websocket
- (package
- (name "obs-websocket")
- (version "4.9.1")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/Palakis/obs-websocket")
- (commit version)
- (recursive? #t)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0giwhm0rbc578qng4invqqma935zzjlf05msz1gx986aqk654s7k"))))
- (build-system cmake-build-system)
- (arguments
- `(#:tests? #f ;no tests
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-permission-change
- (lambda* _
- (substitute* "CMakeLists.txt"
- ;; Remove lines that set writeable permissions on outputs.
- (("PERMISSIONS [^)]*") "")
- (("set\\(CMAKE_INSTALL_DEFAULT_DIRECTORY_PERMISSIONS") "")
- ;; Ug^WClever hack to comment out the next line, which is ‘)’.
- (("(OWNER|GROUP|WORLD)_READ .*") "#")))))))
- (inputs
- (list obs qtbase-5))
- (home-page "https://github.com/Palakis/obs-websocket")
- (synopsis "OBS plugin for remote control via WebSockets")
- (description "This OBS plugin allows you to establish a WebSocket channel
-from within your running OBS instance so that you can control it remotely from
-programs on your current machine or on other machines.")
- (license license:gpl2+)))
-
(define-public obs-wlrobs
(package
(name "obs-wlrobs")

base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
prerequisite-patch-id: 88a340e0d72bd9cd0531b3441c54210b443c4318
prerequisite-patch-id: d4916c6e8f9390690cb3bd9cfd3d82443e8dd9f4
prerequisite-patch-id: 36d0f07a218ad948b4d3eff96baa45e361896f92
prerequisite-patch-id: 60c243d1f648739628f0c2d4425873d31997a669
prerequisite-patch-id: ff2af0c57998e328b08c5eceac6cea994eb616a3
--
2.39.2
Ludovic Courtès wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 62436-done@debbugs.gnu.org)
87pm64tkco.fsf@gnu.org
Andy Tai <atai@atai.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/video.scm (obs-websocket): Remove variable
> as it has been merged into current obs

Hi! I changed ‘obs-websocket’ to a deprecated alias for ‘obs’.

Thanks,
Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62436@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62436
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help