GNU bug report logs - #62436
[PATCH] gnu: obs-websocket: Remove variable

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Sat, 25 Mar 2023 12:12:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62436 in the body.
You can then email your comments to 62436 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62436; Package guix-patches. (Sat, 25 Mar 2023 12:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 Mar 2023 12:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: obs-websocket: Remove variable
Date: Sat, 25 Mar 2023 03:22:13 -0700
* 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(-)

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





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 09 Jun 2023 21:09:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Fri, 09 Jun 2023 21:09:02 GMT) Full text and rfc822 format available.

Message #10 received at 62436-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 62436-done <at> debbugs.gnu.org
Subject: Re: bug#62436: [PATCH] gnu: obs-websocket: Remove variable
Date: Fri, 09 Jun 2023 23:08:07 +0200
Andy Tai <atai <at> atai.org> skribis:

> * 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’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 08 Jul 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 307 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.