unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 60435@debbugs.gnu.org
Subject: [bug#60435] [PATCH] gnu: Add giada.
Date: Fri, 30 Dec 2022 21:26:02 +0000	[thread overview]
Message-ID: <X8A2B7nUmrnZvUkd4H4qZCNKyrndvxFWXT380wB8sgQMbCGA7sdxxD0va7dyMUHdlvUWea7tqQc8wU0oX6Pv9RRfIAcT93J7MESa3C4Sayw=@proton.me> (raw)

* gnu/packages/music.scm (giada): New public variable.
---
 gnu/packages/music.scm | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 5be767a138..e15cf5efb7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -156,6 +156,7 @@ (define-module (gnu packages music)
   #:use-module (gnu packages perl-web)
   #:use-module (gnu packages php)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages pretty-print) ;for fmt
   #:use-module (gnu packages protobuf)
   #:use-module (gnu packages pulseaudio) ;libsndfile
   #:use-module (gnu packages python)
@@ -4059,6 +4060,45 @@ (define-public sooperlooper
 available memory.")
     (license license:gpl2+)))
 
+(define-public giada
+  (package
+    (name "giada")
+    (version "0.23.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/monocasual/giada")
+                     (commit (string-append "v" version))
+                     ;; TODO: Use installed libraries.
+                     (recursive? #t)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "01r7iz8s33cdiia3gxb6s1nb4h4fzc3sr8gv1is0axjqwzbmqg3c"))))
+    (build-system cmake-build-system)
+    (arguments (list #:tests? #f)) ;no test target
+    (native-inputs (list imagemagick json-modern-cxx pkg-config))
+    (inputs (list alsa-lib
+                  fmt
+                  hicolor-icon-theme
+                  jack-1
+                  libsamplerate
+                  libsndfile
+                  libx11
+                  libxcursor
+                  libxft
+                  libxinerama
+                  libxpm
+                  libxrandr
+                  pulseaudio
+                  rtmidi))
+    (home-page "https://giadamusic.com")
+    (synopsis "Music production tool")
+    (description
+     "Giada is a music production tool featuring a sample player, loop machine,
+song editor, live recorder, FX processor and MIDI controller.")
+    (license license:gpl3+)))
+
 (define-public moc
   (package
     (name "moc")
-- 
2.38.1





             reply	other threads:[~2022-12-30 21:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30 21:26 Sughosha via Guix-patches via [this message]
2023-03-21 15:03 ` [bug#60435] [PATCH] gnu: Add giada Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='X8A2B7nUmrnZvUkd4H4qZCNKyrndvxFWXT380wB8sgQMbCGA7sdxxD0va7dyMUHdlvUWea7tqQc8wU0oX6Pv9RRfIAcT93J7MESa3C4Sayw=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=60435@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).