unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62437] [PATCH] gnu: obs-spectralizer: Remove variable
@ 2023-03-25 10:19 Andy Tai
  2023-06-03 11:40 ` bug#62437: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-03-25 10:19 UTC (permalink / raw)
  To: 62437; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62437: [PATCH] gnu: obs-spectralizer: Remove variable
  2023-03-25 10:19 [bug#62437] [PATCH] gnu: obs-spectralizer: Remove variable Andy Tai
@ 2023-06-03 11:40 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-03 11:40 UTC (permalink / raw)
  To: Andy Tai; +Cc: 62437-done

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]


Andy Tai <atai@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-03 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 10:19 [bug#62437] [PATCH] gnu: obs-spectralizer: Remove variable Andy Tai
2023-06-03 11:40 ` bug#62437: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).