unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects.
@ 2022-11-21  4:36 kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 1/5] gnu: synthv1: Use qt6 instead of qt5 kiasoc5 via Guix-patches via
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21  4:36 UTC (permalink / raw)
  To: 59428; +Cc: kiasoc5

The build systems use qt6 by default so let's do that.

kiasoc5 (5):
  gnu: synthv1: Use qt6 instead of qt5.
  gnu: drumkv1: Use qt6 instead of qt5.
  gnu: samplv1: Use qt6 instead of qt5.
  gnu: padthv1: Use qt6 instead of qt5.
  gnu: qtractor: Use qt6 instead of qt5.

 gnu/packages/music.scm | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)


base-commit: ac09fcb955e9358c330d728693759ca1a2e20542
-- 
2.38.1





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

* [bug#59428] [PATCH 1/5] gnu: synthv1: Use qt6 instead of qt5.
  2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
@ 2022-11-21  4:42 ` kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 2/5] gnu: drumkv1: " kiasoc5 via Guix-patches via
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21  4:42 UTC (permalink / raw)
  To: 59428; +Cc: kiasoc5

* gnu/packages/music.scm (synthv1)[inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2c87152449..2d74c76f49 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2300,10 +2300,10 @@ (define-public synthv1
            alsa-lib
            new-session-manager
            liblo
-           qtbase-5
-           qtsvg-5))
+           qtbase
+           qtsvg))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://synthv1.sourceforge.io")
     (synopsis "Polyphonic subtractive synthesizer")
     (description
-- 
2.38.1





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

* [bug#59428] [PATCH 2/5] gnu: drumkv1: Use qt6 instead of qt5.
  2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 1/5] gnu: synthv1: Use qt6 instead of qt5 kiasoc5 via Guix-patches via
@ 2022-11-21  4:42 ` kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 3/5] gnu: samplv1: " kiasoc5 via Guix-patches via
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21  4:42 UTC (permalink / raw)
  To: 59428; +Cc: kiasoc5

* gnu/packages/music.scm (drumkv1): Update to 0.9.27.
[inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2d74c76f49..2507faecc6 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2333,10 +2333,10 @@ (define-public drumkv1
            alsa-lib
            new-session-manager
            liblo
-           qtbase-5
-           qtsvg-5))
+           qtbase
+           qtsvg))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://drumkv1.sourceforge.io")
     (synopsis "Drum-kit sampler synthesizer with stereo effects")
     (description
-- 
2.38.1





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

* [bug#59428] [PATCH 3/5] gnu: samplv1: Use qt6 instead of qt5.
  2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 1/5] gnu: synthv1: Use qt6 instead of qt5 kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 2/5] gnu: drumkv1: " kiasoc5 via Guix-patches via
@ 2022-11-21  4:42 ` kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 4/5] gnu: padthv1: " kiasoc5 via Guix-patches via
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21  4:42 UTC (permalink / raw)
  To: 59428; +Cc: kiasoc5

* gnu/packages/music.scm (samplv1): Update to 0.9.27.
[inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2507faecc6..6bd558bbdb 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2366,10 +2366,10 @@ (define-public samplv1
            alsa-lib
            new-session-manager
            liblo
-           qtbase-5
-           qtsvg-5))
+           qtbase
+           qtsvg))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://samplv1.sourceforge.io")
     (synopsis "Polyphonic sampler synthesizer with stereo effects")
     (description
-- 
2.38.1





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

* [bug#59428] [PATCH 4/5] gnu: padthv1: Use qt6 instead of qt5.
  2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
                   ` (2 preceding siblings ...)
  2022-11-21  4:42 ` [bug#59428] [PATCH 3/5] gnu: samplv1: " kiasoc5 via Guix-patches via
@ 2022-11-21  4:42 ` kiasoc5 via Guix-patches via
  2022-11-21  4:42 ` [bug#59428] [PATCH 5/5] gnu: qtractor: " kiasoc5 via Guix-patches via
  2022-11-21 14:48 ` [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects Christopher Baines
  5 siblings, 0 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21  4:42 UTC (permalink / raw)
  To: 59428; +Cc: kiasoc5

* gnu/packages/music.scm (padthv1): Update to 0.9.27.
[inputs]: Remove qtbase-5 and qtsvg-5; add qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.
---
 gnu/packages/music.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6bd558bbdb..3cd1d85bc7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2399,10 +2399,10 @@ (define-public padthv1
            new-session-manager
            liblo
            fftwf
-           qtbase-5
-           qtsvg-5))
+           qtbase
+           qtsvg))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://padthv1.sourceforge.io")
     (synopsis "Polyphonic additive synthesizer")
     (description
-- 
2.38.1





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

* [bug#59428] [PATCH 5/5] gnu: qtractor: Use qt6 instead of qt5.
  2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
                   ` (3 preceding siblings ...)
  2022-11-21  4:42 ` [bug#59428] [PATCH 4/5] gnu: padthv1: " kiasoc5 via Guix-patches via
@ 2022-11-21  4:42 ` kiasoc5 via Guix-patches via
  2022-11-21 14:48 ` [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects Christopher Baines
  5 siblings, 0 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21  4:42 UTC (permalink / raw)
  To: 59428; +Cc: kiasoc5

* gnu/packages/music.scm (qtractor): Update to 0.9.29.
[inputs]: Remove qtbase-5, qtsvg-5, and qtx11extras; add qtbase and qtsvg.
[native-inputs]: Remove qttools-5; add qttools.
---
 gnu/packages/music.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 3cd1d85bc7..4e83101d35 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3313,14 +3313,13 @@ (define-public qtractor
            libvorbis
            lilv
            lv2
-           qtbase-5
-           qtsvg-5
-           qtx11extras
+           qtbase
+           qtsvg
            rubberband
            suil
            zlib))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://qtractor.org/")
     (synopsis "Audio/MIDI multi-track sequencer")
     (description
-- 
2.38.1





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

* [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects.
  2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
                   ` (4 preceding siblings ...)
  2022-11-21  4:42 ` [bug#59428] [PATCH 5/5] gnu: qtractor: " kiasoc5 via Guix-patches via
@ 2022-11-21 14:48 ` Christopher Baines
  2022-11-21 17:01   ` kiasoc5 via Guix-patches via
  5 siblings, 1 reply; 8+ messages in thread
From: Christopher Baines @ 2022-11-21 14:48 UTC (permalink / raw)
  To: kiasoc5; +Cc: 59428-done, 59428

[-- Attachment #1: Type: text/plain, Size: 771 bytes --]


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> The build systems use qt6 by default so let's do that.
>
> kiasoc5 (5):
>   gnu: synthv1: Use qt6 instead of qt5.
>   gnu: drumkv1: Use qt6 instead of qt5.
>   gnu: samplv1: Use qt6 instead of qt5.
>   gnu: padthv1: Use qt6 instead of qt5.
>   gnu: qtractor: Use qt6 instead of qt5.
>
>  gnu/packages/music.scm | 31 +++++++++++++++----------------
>  1 file changed, 15 insertions(+), 16 deletions(-)
>
>
> base-commit: ac09fcb955e9358c330d728693759ca1a2e20542

Thanks for the patches! I've pushed these to master as
88e2c715d647e42c77652d2f21a94f3970566f59 now.

I tweaked a few of the commit messages, I'm not sure why a number of
them said "Update to 0.9.27.", since none of the versions changed.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

* [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects.
  2022-11-21 14:48 ` [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects Christopher Baines
@ 2022-11-21 17:01   ` kiasoc5 via Guix-patches via
  0 siblings, 0 replies; 8+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21 17:01 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 59428-done, 59428

On 11/21/22 09:48, Christopher Baines wrote:
> 
> I tweaked a few of the commit messages, I'm not sure why a number of
> them said "Update to 0.9.27.", since none of the versions changed.

Ah, that was the result of using ./etc/committer. I thought I had 
changed the commit messages after but I guess I forgot to send the new 
patches. Thanks!





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

end of thread, other threads:[~2022-11-21 17:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21  4:36 [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects kiasoc5 via Guix-patches via
2022-11-21  4:42 ` [bug#59428] [PATCH 1/5] gnu: synthv1: Use qt6 instead of qt5 kiasoc5 via Guix-patches via
2022-11-21  4:42 ` [bug#59428] [PATCH 2/5] gnu: drumkv1: " kiasoc5 via Guix-patches via
2022-11-21  4:42 ` [bug#59428] [PATCH 3/5] gnu: samplv1: " kiasoc5 via Guix-patches via
2022-11-21  4:42 ` [bug#59428] [PATCH 4/5] gnu: padthv1: " kiasoc5 via Guix-patches via
2022-11-21  4:42 ` [bug#59428] [PATCH 5/5] gnu: qtractor: " kiasoc5 via Guix-patches via
2022-11-21 14:48 ` [bug#59428] [PATCH 0/5] Use qt6 instead of qt5 for rncbc's audio projects Christopher Baines
2022-11-21 17:01   ` kiasoc5 via Guix-patches via

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).