guix-commits
[Top][All Lists]
Advanced

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

07/24: gnu: Add libdca.


From: Taylan Ulrich B.
Subject: 07/24: gnu: Add libdca.
Date: Mon, 09 Mar 2015 22:01:09 +0000

taylanub pushed a commit to branch master
in repository guix.

commit 3bfb78dc3bb29c074189cafbd9056cb509322a16
Author: Taylan Ulrich Bayırlı/Kammer <address@hidden>
Date:   Fri Mar 6 10:17:35 2015 +0100

    gnu: Add libdca.
    
    * gnu/packages/video.scm (libdca): New variable.
---
 gnu/packages/video.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 67998cf..b825ddb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -83,6 +83,25 @@ A/52 standard is used in a variety of applications, 
including digital
 television and DVD.  It is also known as AC-3.")
     (license gpl2+)))
 
+(define-public libdca
+  (package
+    (name "libdca")
+    (version "0.0.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "http://download.videolan.org/pub/videolan/libdca/";
+                    version "/libdca-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "0hh6a7l8vvccsd5i1fkv9av2gzv9fy8m0b8jpsn5p6hh4bh2586v"))))
+    (build-system gnu-build-system)
+    (home-page "http://www.videolan.org/developers/libdca.html";)
+    (synopsis "DTS Coherent Acoustics decoder")
+    (description "libdca is a library for decoding DTS Coherent Acoustics
+streams.")
+    (license gpl2+)))
+
 (define-public ffmpeg
   (package
     (name "ffmpeg")



reply via email to

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