guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgme: Update to 0.6.2.


From: Kei Kebreau
Subject: 01/01: gnu: libgme: Update to 0.6.2.
Date: Thu, 6 Sep 2018 11:02:26 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 21f5f351fb4a21a8051cdb2b747fef57aa2fa8d4
Author: Kei Kebreau <address@hidden>
Date:   Thu Sep 6 10:55:21 2018 -0400

    gnu: libgme: Update to 0.6.2.
    
    * gnu/packages/music.scm (libgme): Update to 0.6.2.
    [native-inputs]: Add gcc-4.9.
---
 gnu/packages/music.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ba21e5d..e39478e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -786,18 +786,23 @@ interface.  It is implemented as a frontend to 
@code{klick}.")
 (define-public libgme
   (package
     (name "libgme")
-    (version "0.6.1")
+    (version "0.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://bitbucket.org/mpyne/game-music-emu/";
                                   "downloads/game-music-emu-" version
-                                  ".tar.bz2"))
+                                  ".tar.xz"))
               (sha256
                (base32
-                "08fk7zddpn7v93d0fa7fcypx7hvgwx9b5psj9l6m8b87k2hbw4fw"))))
+                "0hkkmxbaas2sirlb5i4r10mgbbiaapjx8pazifabwba23m3wnijh"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f)) ; no check target
+    (native-inputs
+     `(;; Use gcc-4.9 to work around an internal compiler error that happens
+       ;; when using gcc-5.5.0.  FIXME: Try removing this when the default
+       ;; compiler is no longer gcc-5.5.0.
+       ("gcc" ,gcc-4.9)))
     (home-page "https://bitbucket.org/mpyne/game-music-emu";)
     (synopsis "Video game music file playback library")
     (description



reply via email to

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