[PATCH] gnu: obs-spectralizer: Remove variable

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
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)
20230325101912.32561-1-atai@atai.org
* 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(-)

Toggle diff (50 lines)
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
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 62437-done@debbugs.gnu.org)
87fs786aeh.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (6 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmR7JtZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcSTQ/9EyKDBNWBFJZ6W6a9FjjvXaYeU4XF4MXk
qQYdJ9UAqg+or7iqgsHrkB2Fz7BnuJiMXsvbU0z7GBZPEorGqUtA5Ff+XIeNmSVK
TgpBcKvLG7fXjAiwVvo+yjssZBMCVBPSujzk7TD7ESx283Va6/ctrlJ7pJ/wHODX
wLDGH08FqrAjKYmFr/pvjq7gR3N0Tx6UlVVy6VmdXaHvlju9KXMj1p522Gh58cCR
BzH1xmQWvLEiaCe+V46UahgHaD+ZckTikuWQtg1MtxzA/vH4JQ0ToeTs8nnrtyNJ
AbG5Kioc+MX3Xq5h4AUk0jpVHErjDunhRFY4oHYrPWqEEN6PXGISpdIjhEGxrgZJ
p0Cky+Uu7JJKM6PjVTaeLMDufnPK5nA3FwZRXCgesPF6QD4kAy8UgxFl5Me+N4l3
lKDQ1a0W1Pf0JWYwSe+l1HTT5rdpXOE29DiEYjK6YPBlZnaD+oCYy7kx2rgYUxn0
htI1L3pDdEI0EsproGORJf2WWPGHviuej8c4sk06Ou6nI9MgBHXWLm4zd4/CZ5an
SAz2gfi2tRu+5nVYO9+3thX4ySl7s3T1nMJq/vkk7LRmkfsmpMzCyBHk0A3lnKDB
JjQ9D3ZftWle4PWaKBhLqNn0uf2nPlXvmfA7sXT4Dbnq/71VmiSMvCgpP7ALxfi7
xpi33YojmvA=
=DrPB
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62437
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