guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: Add WavPack.


From: ???
Subject: 04/04: gnu: Add WavPack.
Date: Sun, 05 Apr 2015 02:37:45 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 01b90919ef21b52905fa4f36d35a1631b9610612
Author: 宋文武 <address@hidden>
Date:   Sun Apr 5 10:36:05 2015 +0800

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

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index aa94dda..78e3207 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -995,6 +995,26 @@ stretching and pitch scaling of audio.  This package 
contains the library.")
     ;; containing gpl2.
     (license license:gpl2)))
 
+(define-public wavpack
+  (package
+    (name "wavpack")
+    (version "4.70.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.wavpack.com/";
+                                  name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "191h8hv8qk72hfh1crg429i9yq3cminwqb249sy9zadbn1wy7b9c"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.wavpack.com/";)
+    (synopsis "Hybrid lossless audio codec")
+    (description
+     "WavPack is an audio compression format with lossless, lossy and hybrid
+compression modes.  This package contains command-line programs and library to
+encode and decode wavpack files.")
+    (license license:bsd-3)))
+
 (define-public soundtouch
   (package
     (name "soundtouch")



reply via email to

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