mbox series

[bug#59428,0/5] Use qt6 instead of qt5 for rncbc's audio projects.

Message ID 20221121043651.19213-1-kiasoc5@disroot.org
Headers show
Series Use qt6 instead of qt5 for rncbc's audio projects. | expand

Message

kiasoc5 Nov. 21, 2022, 4:36 a.m. UTC
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

Comments

Christopher Baines Nov. 21, 2022, 2:48 p.m. UTC | #1
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
kiasoc5 Nov. 21, 2022, 5:01 p.m. UTC | #2
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!