GNU bug report logs -
#72637
Add airwindows-lv2 package
Previous Next
To reply to this bug, email your comments to 72637 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72637
; Package
guix-patches
.
(Thu, 15 Aug 2024 09:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Apoorv <apoorvs <at> tuta.io>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 15 Aug 2024 09:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
This is a patch to add a new package, `airwindows-lv2` to `gnu/packages/music.scm`.
This is my first patch to add new package, let me know if I have to move or edit this definition for any reason.
--
Sent with Tuta; enjoy secure & ad-free emails:
https://tuta.com
[Message part 2 (text/html, inline)]
[0001-Add-airwindows-lv2-package.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72637
; Package
guix-patches
.
(Tue, 04 Feb 2025 10:18:02 GMT)
Full text and
rfc822 format available.
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.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72637
; Package
guix-patches
.
(Sat, 15 Mar 2025 18:23:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 72637 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Here is the updated patch.
--
Secured with Tuta Mail:
https://tuta.com/free-email
[Message part 2 (text/html, inline)]
[0001-Add-airwindows-lv2-package-definition.patch (text/x-patch, attachment)]
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.