guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: libdca: Update to 0.0.7.


From: guix-commits
Subject: 02/08: gnu: libdca: Update to 0.0.7.
Date: Fri, 10 Apr 2020 22:18:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fd13a65cda0fb50877d7bbe10acbf05f5a16cce6
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Apr 11 00:18:05 2020 +0200

    gnu: libdca: Update to 0.0.7.
    
    * gnu/packages/video.scm (libdca): Update to 0.0.7.
    [native-inputs]: Add autoconf, automake, and libtool.
---
 gnu/packages/video.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index a1700cb..ba1fb66 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -758,7 +758,7 @@ canvas operations.")
 (define-public libdca
   (package
     (name "libdca")
-    (version "0.0.6")
+    (version "0.0.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -766,8 +766,12 @@ canvas operations.")
                     version "/libdca-" version ".tar.bz2"))
               (sha256
                (base32
-                "0h0zvcn97i9kyljdpifzi8in9xnw31fx3b3ggj96p8h0l2d8mycq"))))
+                "0sjz0s0nrv7jcpvh1i432x3jza0y5yycmzw84cfncb2qby0i62rs"))))
     (build-system gnu-build-system)
+    (native-inputs
+     `(("autoconf" ,autoconf)
+       ("automake" ,automake)
+       ("libtool" ,libtool)))
     (home-page "https://www.videolan.org/developers/libdca.html";)
     (synopsis "DTS Coherent Acoustics decoder")
     (description "libdca is a library for decoding DTS Coherent Acoustics



reply via email to

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