guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Add libmodplug.


From: ???
Subject: 01/01: gnu: Add libmodplug.
Date: Wed, 29 Apr 2015 03:07:28 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit a176dd7e248a5c18f26bc8fff0a3172eb44d9338
Author: 宋文武 <address@hidden>
Date:   Wed Apr 29 11:03:48 2015 +0800

    gnu: Add libmodplug.
    
    * gnu/packages/audio.scm (libmodplug): New variable.
---
 gnu/packages/audio.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 06f8bbd..5fc70c2 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1136,6 +1136,28 @@ compression modes.  This package contains command-line 
programs and library to
 encode and decode wavpack files.")
     (license license:bsd-3)))
 
+(define-public libmodplug
+  (package
+    (name "libmodplug")
+    (version "0.8.8.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/project/modplug-xmms/"
+                    name "/" version "/" name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1bfsladg7h6vnii47dd66f5vh1ir7qv12mfb8n36qiwrxq92sikp"))))
+    (build-system gnu-build-system)
+    (home-page "http://modplug-xmms.sourceforge.net/";)
+    (synopsis "Mod file playing library")
+    (description
+     "Libmodplug renders mod music files as raw audio data, for playing or
+conversion.  mod, .s3m, .it, .xm, and a number of lesser-known formats are
+supported.  Optional features include high-quality resampling, bass expansion,
+surround and reverb.")
+    (license license:public-domain)))
+
 (define-public soundtouch
   (package
     (name "soundtouch")



reply via email to

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