[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
- branch master updated (8ec9c5f -> 4061305), guix-commits, 2020/04/10
- 02/08: gnu: libdca: Update to 0.0.7.,
guix-commits <=
- 01/08: gnu: thunar: Update to 1.8.14., guix-commits, 2020/04/10
- 05/08: gnu: syncthing: Update to 1.4.2., guix-commits, 2020/04/10
- 04/08: gnu: tig: Update to 2.5.1., guix-commits, 2020/04/10
- 06/08: gnu: supertux: Update to 0.6.1.1., guix-commits, 2020/04/10
- 08/08: gnu: bubblewrap: Update to 0.4.1 [fixes CVE-2020-5291]., guix-commits, 2020/04/10
- 07/08: gnu: openconnect: Update to 8.08., guix-commits, 2020/04/10
- 03/08: gnu: dbacl: Update to 1.14.1., guix-commits, 2020/04/10