[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49267] [PATCH] gnu: gsequencer: Update to 3.8.13.
From: |
Vinicius Monego |
Subject: |
[bug#49267] [PATCH] gnu: gsequencer: Update to 3.8.13. |
Date: |
Tue, 29 Jun 2021 00:45:01 +0000 |
* gnu/packages/music.scm (gsequencer): Update to 3.8.13.
[build-system]: Switch to glib-or-gtk-build-system.
[arguments]<#:phases>: Don't return #t.
---
There doesn't seem to be any difference between the results from each build
system. But since this is a GTK application, glib-or-gtk feels more appropriate.
gnu/packages/music.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c498d2b0d8..3946c4b2b1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4983,7 +4983,7 @@ studio.")
(define-public gsequencer
(package
(name "gsequencer")
- (version "3.7.48")
+ (version "3.8.13")
(source
(origin
(method git-fetch)
@@ -4992,16 +4992,15 @@ studio.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pqaj09x3lzcj0zbbkqpyaky9i1w462bhhvg1akh73nzwvyy46zd"))))
- (build-system gnu-build-system)
+ (base32 "1gwy7fhbxgrd5n6afq1hnxc6p873wsh4qs63yhkkdfzyl7s412z4"))))
+ (build-system glib-or-gtk-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-before 'build 'prepare-x-for-test
(lambda _
(system "Xvfb &")
- (setenv "DISPLAY" ":0")
- #t)))))
+ (setenv "DISPLAY" ":0"))))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
--
2.32.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#49267] [PATCH] gnu: gsequencer: Update to 3.8.13.,
Vinicius Monego <=