GNU bug report logs -
#72637
Add airwindows-lv2 package
Previous Next
Full log
Message #8 received at 72637 <at> debbugs.gnu.org (full text, mbox):
Apoorv <apoorvs <at> tuta.io> writes:
> From: apoorv569 <apoorvs569 <at> gmail.com>
> Date: Thu, 15 Aug 2024 14:25:48 +0530
> Subject: [PATCH] Add airwindows-lv2 package
>
> ---
> gnu/packages/music.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index 100a41f87b..0b418fa7a7 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -8004,6 +8004,30 @@ (define-public le-biniou
> visuals based on audio performances or existing tracks.")
> (license license:gpl2+)))
>
> +(define-public airwindows-lv2
> + (let ((commit "fa42cf2804402a562fb103654bbc7b20c84b50ee")
> + (revision "0"))
> + (package
> + (name "airwindows-lv2")
> + (version (git-version "28.0" revision commit))
Version 30.0 is out.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://git.sr.ht/~hannes/airwindows-lv2/")
> + (commit commit)))
> + (sha256
> + (base32 "1hysxddg9c8c2nqbg430mdsqkqfk8jv3rasxn1nwpxx7s1sa8rfl"))
> + (file-name (git-file-name name version))))
> + (build-system meson-build-system)
> + (inputs (list lv2))
> + (native-inputs (list cmake pkg-config))
cmake shouldn't be needed, as the build system is meson right?
> + (home-page "https://www.airwindows.com/")
> + (synopsis "LV2 port of Airwindows plugins")
> + (description
> + "This is an LV2 port of the Airwindows plugins originally
> created by Chris Johnson.")
I think it could be better to list some of its well known plugins and
usages in description.
> + (license license:expat))))
> +
> ;;;
> ;;; Avoid adding new packages to the end of this file. To reduce the chances
> ;;; of a merge conflict, place them above by existing packages with similar
Could you add it in the middle of the music.scm, and send the patch via
"git send-email" ?
Thanks.
This bug report was last modified 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.