gnu: audio: Use HTTPS for kokkinizita.linuxaudio.org home pages.
* gnu/packages/audio.scm (clalsadrv, amb-plugins, mcp-plugins, rev-plugins) (fil-plugins, ste-plugins, vco-plugins, wah-plugins, g2reverb) (zita-convolver, zita-resampler, zita-alsa-pcmi)[home-page]: Use HTTPS.
This commit is contained in:
parent
c353d0140e
commit
4817bb92d7
1 changed files with 12 additions and 12 deletions
|
@ -705,7 +705,7 @@ (define-public clalsadrv
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("fftw" ,fftw)))
|
("fftw" ,fftw)))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "C++ wrapper around the ALSA API")
|
(synopsis "C++ wrapper around the ALSA API")
|
||||||
(description
|
(description
|
||||||
"clalsadrv is a C++ wrapper around the ALSA API simplifying access to
|
"clalsadrv is a C++ wrapper around the ALSA API simplifying access to
|
||||||
|
@ -744,7 +744,7 @@ (define-public amb-plugins
|
||||||
(("/usr/bin/install") (which "install"))
|
(("/usr/bin/install") (which "install"))
|
||||||
(("/bin/rm") "#"))
|
(("/bin/rm") "#"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA ambisonics plugins")
|
(synopsis "LADSPA ambisonics plugins")
|
||||||
(description
|
(description
|
||||||
"The AMB plugins are a set of LADSPA ambisonics plugins, mainly to be
|
"The AMB plugins are a set of LADSPA ambisonics plugins, mainly to be
|
||||||
|
@ -781,7 +781,7 @@ (define-public mcp-plugins
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") (assoc-ref outputs "out")))
|
(("/usr") (assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "Chorus, phaser, and vintage high-pass and low-pass filters")
|
(synopsis "Chorus, phaser, and vintage high-pass and low-pass filters")
|
||||||
(description
|
(description
|
||||||
"This package provides various LADSPA plugins. @code{cs_chorus} and
|
"This package provides various LADSPA plugins. @code{cs_chorus} and
|
||||||
|
@ -821,7 +821,7 @@ (define-public rev-plugins
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") (assoc-ref outputs "out")))
|
(("/usr") (assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA reverb plugin")
|
(synopsis "LADSPA reverb plugin")
|
||||||
(description
|
(description
|
||||||
"This package provides a stereo reverb LADSPA plugin based on the
|
"This package provides a stereo reverb LADSPA plugin based on the
|
||||||
|
@ -857,7 +857,7 @@ (define-public fil-plugins
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") (assoc-ref outputs "out")))
|
(("/usr") (assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA four-band parametric equalizer plugin")
|
(synopsis "LADSPA four-band parametric equalizer plugin")
|
||||||
(description
|
(description
|
||||||
"This package provides a LADSPA plugin for a four-band parametric
|
"This package provides a LADSPA plugin for a four-band parametric
|
||||||
|
@ -902,7 +902,7 @@ (define-public ste-plugins
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") (assoc-ref outputs "out")))
|
(("/usr") (assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA stereo width plugin")
|
(synopsis "LADSPA stereo width plugin")
|
||||||
(description
|
(description
|
||||||
"This package provides a LADSPA plugin to manipulate the stereo width of
|
"This package provides a LADSPA plugin to manipulate the stereo width of
|
||||||
|
@ -939,7 +939,7 @@ (define-public vco-plugins
|
||||||
(("/usr") (assoc-ref outputs "out"))
|
(("/usr") (assoc-ref outputs "out"))
|
||||||
(("/bin/cp") (which "cp")))
|
(("/bin/cp") (which "cp")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA plugin for synthesizer oscillators")
|
(synopsis "LADSPA plugin for synthesizer oscillators")
|
||||||
(description
|
(description
|
||||||
"The @code{blvco} LADSPA plugin provides three anti-aliased oscillators:
|
"The @code{blvco} LADSPA plugin provides three anti-aliased oscillators:
|
||||||
|
@ -983,7 +983,7 @@ (define-public wah-plugins
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") (assoc-ref outputs "out")))
|
(("/usr") (assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA Autowah effect plugin")
|
(synopsis "LADSPA Autowah effect plugin")
|
||||||
(description
|
(description
|
||||||
"This package provides a LADSPA plugin for a Wah effect with envelope
|
"This package provides a LADSPA plugin for a Wah effect with envelope
|
||||||
|
@ -1019,7 +1019,7 @@ (define-public g2reverb
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("/usr") (assoc-ref outputs "out")))
|
(("/usr") (assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "LADSPA stereo reverb plugin")
|
(synopsis "LADSPA stereo reverb plugin")
|
||||||
(description
|
(description
|
||||||
"This package provides a LADSPA plugin for a stereo reverb effect.")
|
"This package provides a LADSPA plugin for a stereo reverb effect.")
|
||||||
|
@ -2739,7 +2739,7 @@ (define-public zita-convolver
|
||||||
;; no configure script
|
;; no configure script
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs `(("fftwf" ,fftwf)))
|
(inputs `(("fftwf" ,fftwf)))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "Fast, partitioned convolution engine library")
|
(synopsis "Fast, partitioned convolution engine library")
|
||||||
(description
|
(description
|
||||||
"Zita convolver is a C++ library providing a real-time convolution
|
"Zita convolver is a C++ library providing a real-time convolution
|
||||||
|
@ -2786,7 +2786,7 @@ (define-public zita-resampler
|
||||||
"/lib/libzita-resampler.so.1"))))
|
"/lib/libzita-resampler.so.1"))))
|
||||||
;; no configure script
|
;; no configure script
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html")
|
(home-page "https://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html")
|
||||||
(synopsis "C++ library for resampling audio signals")
|
(synopsis "C++ library for resampling audio signals")
|
||||||
(description
|
(description
|
||||||
"Libzita-resampler is a C++ library for resampling audio signals. It is
|
"Libzita-resampler is a C++ library for resampling audio signals. It is
|
||||||
|
@ -2830,7 +2830,7 @@ (define-public zita-alsa-pcmi
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("fftw" ,fftw)))
|
("fftw" ,fftw)))
|
||||||
(home-page "http://kokkinizita.linuxaudio.org")
|
(home-page "https://kokkinizita.linuxaudio.org")
|
||||||
(synopsis "C++ wrapper around the ALSA API")
|
(synopsis "C++ wrapper around the ALSA API")
|
||||||
(description
|
(description
|
||||||
"Zita-alsa-pcmi is a C++ wrapper around the ALSA API. It provides easy
|
"Zita-alsa-pcmi is a C++ wrapper around the ALSA API. It provides easy
|
||||||
|
|
Loading…
Reference in a new issue