mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Update Zrythm Git URLs.
* gnu/packages/audio.scm (libaudec, ztoolkit)[source, home-page]: Adjust to Gitea. * gnu/packages/music.scm (zplugins)[source]: Likewise.
This commit is contained in:
parent
11d8a47bcf
commit
4831f4e8c9
2 changed files with 5 additions and 5 deletions
|
@ -4912,7 +4912,7 @@ (define-public libaudec
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.zrythm.org/git/libaudec")
|
(url "https://git.zrythm.org/zrythm/libaudec")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -4933,7 +4933,7 @@ (define-public libaudec
|
||||||
(description "libaudec is a wrapper library over ffmpeg, sndfile and
|
(description "libaudec is a wrapper library over ffmpeg, sndfile and
|
||||||
libsamplerate for reading and resampling audio files, based on Robin Gareus'
|
libsamplerate for reading and resampling audio files, based on Robin Gareus'
|
||||||
@code{audio_decoder} code.")
|
@code{audio_decoder} code.")
|
||||||
(home-page "https://git.zrythm.org/cgit/libaudec")
|
(home-page "https://git.zrythm.org/zrythm/libaudec")
|
||||||
(license license:agpl3+)))
|
(license license:agpl3+)))
|
||||||
|
|
||||||
(define-public lv2lint
|
(define-public lv2lint
|
||||||
|
@ -5012,7 +5012,7 @@ (define-public ztoolkit
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.zrythm.org/git/ztoolkit")
|
(url "https://git.zrythm.org/zrythm/ztoolkit")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -5033,7 +5033,7 @@ (define-public ztoolkit
|
||||||
widgets. ZToolkit is written in C and was created to be used for building
|
widgets. ZToolkit is written in C and was created to be used for building
|
||||||
audio plugin UIs, where the dependencies often need to be kept to a
|
audio plugin UIs, where the dependencies often need to be kept to a
|
||||||
minimum.")
|
minimum.")
|
||||||
(home-page "https://git.zrythm.org/cgit/ztoolkit/")
|
(home-page "https://git.zrythm.org/zrythm/ztoolkit")
|
||||||
(license license:agpl3+)))
|
(license license:agpl3+)))
|
||||||
|
|
||||||
(define-public libinstpatch
|
(define-public libinstpatch
|
||||||
|
|
|
@ -6493,7 +6493,7 @@ (define-public zplugins
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri
|
||||||
(git-reference
|
(git-reference
|
||||||
(url "https://git.zrythm.org/git/zplugins")
|
(url "https://git.zrythm.org/zrythm/zplugins")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Reference in a new issue