GNU bug report logs - #62437
[PATCH] gnu: obs-spectralizer: Remove variable

Previous Next

Package: guix-patches;

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

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

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 62437 in the body.
You can then email your comments to 62437 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#62437; Package guix-patches. (Sat, 25 Mar 2023 12:13:02 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:13: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-spectralizer: Remove variable
Date: Sat, 25 Mar 2023 03:19:12 -0700
* gnu/packages/video.scm (obs-spectralizer): Remove variable
as project no longer developed and not building with current obs
---
 gnu/packages/video.scm | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 2559634c29..0577ffa2de 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3489,37 +3489,6 @@ (define-public obs
     (home-page "https://obsproject.com")
     (license license:gpl2+)))
 
-(define-public obs-spectralizer
-  (package
-    (name "obs-spectralizer")
-    (version "1.3.3")
-    (source
-      (origin
-        (method git-fetch)
-        (uri (git-reference
-              (url "https://github.com/univrsal/spectralizer")
-              (commit (string-append "v" version))))
-        (file-name (git-file-name name version))
-
-        ;; Remove bundled Windows DLLs.
-        (snippet '(delete-file-recursively "fftw3"))
-        (modules '((guix build utils)))
-
-        (sha256
-         (base32
-          "0q75cnyqydpvfda51zm9gxqj3wqr99ad0lxzjhw0ld67qvj1ag6i"))))
-    (build-system cmake-build-system)
-    (arguments
-     `(#:tests? #f
-       #:configure-flags
-       (list "-DGLOBAL_INSTALLATION=ON" "-DUSE_CMAKE_LIBDIR=ON")))
-    (inputs (list obs fftw))
-    (home-page "https://github.com/univrsal/spectralizer")
-    (synopsis "OBS plugin for audio visualization")
-    (description "This OBS plugins allows you to vizualize MPD and internal
-OBS audio sources.")
-    (license license:gpl2)))
-
 (define-public obs-websocket
   (package
     (name "obs-websocket")

base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
prerequisite-patch-id: 88a340e0d72bd9cd0531b3441c54210b443c4318
prerequisite-patch-id: d4916c6e8f9390690cb3bd9cfd3d82443e8dd9f4
prerequisite-patch-id: 36d0f07a218ad948b4d3eff96baa45e361896f92
prerequisite-patch-id: 60c243d1f648739628f0c2d4425873d31997a669
-- 
2.39.2





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sat, 03 Jun 2023 11:42:01 GMT) Full text and rfc822 format available.

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

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

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 62437-done <at> debbugs.gnu.org
Subject: Re: [bug#62437] [PATCH] gnu: obs-spectralizer: Remove variable
Date: Sat, 03 Jun 2023 12:40:35 +0100
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/video.scm (obs-spectralizer): Remove variable
> as project no longer developed and not building with current obs
> ---
>  gnu/packages/video.scm | 31 -------------------------------
>  1 file changed, 31 deletions(-)

Thanks Andy, I've tweaked the commit mesasge a bit and pushed this to
master as 9cf6833033a4c4dd821dcc7a886fcffb83a34185.

Chris
[signature.asc (application/pgp-signature, inline)]

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

This bug report was last modified 296 days ago.

Previous Next


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