guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add libgme.


From: Kei Kebreau
Subject: 01/01: gnu: Add libgme.
Date: Tue, 9 May 2017 11:49:00 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit a3b10217192a6b52863211dcb77f8ef69928c10b
Author: Kei Kebreau <address@hidden>
Date:   Mon May 8 20:47:41 2017 -0400

    gnu: Add libgme.
    
    * gnu/packages/music.scm (libgme): New variable.
---
 gnu/packages/music.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 850eef3..3002d27 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -582,6 +582,50 @@ for path in [path for path in sys.path if 'site-packages' 
in path]: site.addsite
 interface.  It is implemented as a frontend to @code{klick}.")
     (license license:gpl2+)))
 
+(define-public libgme
+  (package
+    (name "libgme")
+    (version "0.6.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://bitbucket.org/mpyne/game-music-emu/";
+                                  "downloads/game-music-emu-" version
+                                  ".tar.bz2"))
+              (sha256
+               (base32
+                "08fk7zddpn7v93d0fa7fcypx7hvgwx9b5psj9l6m8b87k2hbw4fw"))))
+    (build-system cmake-build-system)
+    (arguments
+     '(#:tests? #f)) ; no check target
+    (home-page "https://bitbucket.org/mpyne/game-music-emu";)
+    (synopsis "Video game music file playback library")
+    (description
+     "Game-music-emu is a collection of video game music file emulators that
+support the following formats and systems:
address@hidden @code
address@hidden AY
+ZX Spectrum/Asmtrad CPC
address@hidden GBS
+Nintendo Game Boy
address@hidden GYM
+Sega Genesis/Mega Drive
address@hidden HES
+NEC TurboGrafx-16/PC Engine
address@hidden KSS
+MSX Home Computer/other Z80 systems (doesn't support FM sound)
address@hidden NSF/NSFE
+Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound)
address@hidden SAP
+Atari systems using POKEY sound chip
address@hidden SPC
+Super Nintendo/Super Famicom
address@hidden VGM/VGZ
+Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
address@hidden table")
+    (license (list license:lgpl2.1+
+                   ;; demo and player directories are under the Expat license
+                   license:expat))))
+
 (define-public lilypond
   (package
     (name "lilypond")



reply via email to

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