all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0.
@ 2021-02-21 10:33 Alexandros Theodotou
  2021-02-21 10:33 ` [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0 Alexandros Theodotou
  2021-03-06 10:25 ` [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Alexandros Theodotou @ 2021-02-21 10:33 UTC (permalink / raw)
  To: 46681; +Cc: Alexandros Theodotou

* gnu/packages/audio.scm (redkite): Update to 1.3.0.
[propagated-inputs]: Move cairo from inputs.
---
 gnu/packages/audio.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 16e0eec418..42d5a01e57 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4574,20 +4574,20 @@ workstations as well as consumer software such as music players.")
 (define-public redkite
   (package
     (name "redkite")
-    (version "1.0.3")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/geontime/redkite.git")
+             (url "https://gitlab.com/iurie-sw/redkite")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m2db7c791fi33snkjwnvlxapmf879g5r8azlkx7sr6vp2s0jq2k"))))
+        (base32 "16j9zp5i7svq3g38rfb6h257qfgnd2brrxi7cjd2pdax9xxwj40y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests included
-    (inputs
+    (propagated-inputs
      `(("cairo" ,cairo)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0.
  2021-02-21 10:33 [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Alexandros Theodotou
@ 2021-02-21 10:33 ` Alexandros Theodotou
  2021-02-23 21:18   ` bug#46682: " Nicolas Goaziou
  2021-03-06 10:25 ` [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Alexandros Theodotou @ 2021-02-21 10:33 UTC (permalink / raw)
  To: 46682; +Cc: Alexandros Theodotou

* gnu/packages/music.scm (geonkick): Update to 2.7.0.
[inputs]: Remove cairo (included in redkite).
[home-page]: Update URL.
[source]: Update repository URL.
---
 gnu/packages/music.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6e638f3a60..e10d624764 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5788,16 +5788,16 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
 (define-public geonkick
   (package
     (name "geonkick")
-    (version "2.3.8")
+    (version "2.7.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/geontime/geonkick.git")
+             (url "https://gitlab.com/iurie-sw/geonkick")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07809yy2q7dd6fcp0yndlg1vw2ca2zisnsplb3xrxvzdvrqlw910"))))
+        (base32 "0w1mvqm46qdwldcl81svaykwii4wvx7mcr57kwvnj0iv2qrc891i"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no tests included
@@ -5807,8 +5807,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
              (string-append "-DCMAKE_INSTALL_PREFIX="
                             (assoc-ref %outputs "out")))))
     (inputs
-     `(("cairo" ,cairo)
-       ("hicolor-icon-theme" ,hicolor-icon-theme)
+     `(("hicolor-icon-theme" ,hicolor-icon-theme)
        ("jack" ,jack-1)                 ;for the standalone JACK application
        ("libsndfile" ,libsndfile)
        ("libx11" ,libx11)
@@ -5824,7 +5823,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
     (description "Geonkick is a synthesizer that can synthesize elements
 of percussion such as kicks, snares, hit-hats, shakers, claps and sticks.
 It can also play and mix samples.")
-    (home-page "https://gitlab.com/geontime/geonkick")
+    (home-page "https://gitlab.com/iurie-sw/geonkick")
     (license license:gpl3+)))
 
 (define-public dpf-plugins
-- 
2.30.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* bug#46682: [PATCH 2/2] gnu: geonkick: Update to 2.7.0.
  2021-02-21 10:33 ` [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0 Alexandros Theodotou
@ 2021-02-23 21:18   ` Nicolas Goaziou
  0 siblings, 0 replies; 5+ messages in thread
From: Nicolas Goaziou @ 2021-02-23 21:18 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 46682-done

Hello,

Alexandros Theodotou <alex@zrythm.org> writes:

> * gnu/packages/music.scm (geonkick): Update to 2.7.0.

Applied. Thnak you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0.
  2021-02-21 10:33 [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Alexandros Theodotou
  2021-02-21 10:33 ` [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0 Alexandros Theodotou
@ 2021-03-06 10:25 ` Ludovic Courtès
  2021-04-01 20:28   ` bug#46681: " Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2021-03-06 10:25 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 46681

Hi,

Alexandros Theodotou <alex@zrythm.org> skribis:

> * gnu/packages/audio.scm (redkite): Update to 1.3.0.
> [propagated-inputs]: Move cairo from inputs.

Could you add a comment explaining why it’s propagated?  (Like because
of a .pc file reference, C/C++ header inclusion, etc.)

Otherwise LGTM.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#46681: [PATCH 1/2] gnu: redkite: Update to 1.3.0.
  2021-03-06 10:25 ` [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Ludovic Courtès
@ 2021-04-01 20:28   ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2021-04-01 20:28 UTC (permalink / raw)
  To: Alexandros Theodotou; +Cc: 46681-done

This was actually pushed as 3fc49dae18dd16f58175ec19998ee63e50c920b6.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-01 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21 10:33 [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Alexandros Theodotou
2021-02-21 10:33 ` [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0 Alexandros Theodotou
2021-02-23 21:18   ` bug#46682: " Nicolas Goaziou
2021-03-06 10:25 ` [bug#46681] [PATCH 1/2] gnu: redkite: Update to 1.3.0 Ludovic Courtès
2021-04-01 20:28   ` bug#46681: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.