mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Remove obs-spectralizer.
As project no longer developed and not building with current obs. * gnu/packages/video.scm (obs-spectralizer): Remove variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
76b7c50645
commit
9cf6833033
1 changed files with 0 additions and 31 deletions
|
@ -3475,37 +3475,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")
|
||||
|
|
Loading…
Reference in a new issue