guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/14: gnu: fluidsynth: Update to 1.1.10.


From: Tobias Geerinckx-Rice
Subject: 04/14: gnu: fluidsynth: Update to 1.1.10.
Date: Tue, 27 Feb 2018 10:50:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 713b519eaad39f5fd29cc5ad6e3cad0f089f9bbb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 26 22:44:24 2018 +0100

    gnu: fluidsynth: Update to 1.1.10.
    
    * gnu/packages/audio.scm (fluidsynth): Update to 1.1.10.
---
 gnu/packages/audio.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index b1a15ed..d4d2636 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1030,7 +1030,7 @@ follower.")
 (define-public fluidsynth
   (package
     (name "fluidsynth")
-    (version "1.1.9")
+    (version "1.1.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1039,14 +1039,15 @@ follower.")
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "0krvmb1idnf95l2ydzfcb08ayyx3n4m71hf9fgwv3srzaikvpf3q"))))
+                "04jlgq1d1hd8r9cnmkl3lgf1fgm7kgy4hh9nfddap41fm1wp121p"))))
     (build-system cmake-build-system)
     (arguments
-     '(#:tests? #f  ; no check phase
+     '(#:tests? #f                      ; no check target
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-libdir
            (lambda _
+             ;; Install libraries to /lib, not /lib64.
              (substitute* "CMakeLists.txt"
                (("LIB_SUFFIX \\$\\{_init_lib_suffix\\}")
                 "LIB_SUFFIX \"\""))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]