[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: libebml: Update to 1.3.6.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/08: gnu: libebml: Update to 1.3.6. |
Date: |
Fri, 18 May 2018 11:42:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f3d89181065aca4c08669f172f29fdb3f3ee7c69
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu May 17 23:58:47 2018 +0200
gnu: libebml: Update to 1.3.6.
* gnu/packages/xml.scm (libebml): Update to 1.3.6.
[source]: Apply ‘libebml-use-limits-not-climits.patch’ to build.
[build-system]: Switch to the CMake build system.
[arguments]: Build shared libaries and don't try to run non-existent
tests.
---
gnu/packages/xml.scm | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b8174f8..f3866f3 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -84,7 +84,7 @@ things the parser might find in the XML document (like start
tags).")
(define-public libebml
(package
(name "libebml")
- (version "1.3.5")
+ (version "1.3.6")
(source
(origin
(method url-fetch)
@@ -92,8 +92,23 @@ things the parser might find in the XML document (like start
tags).")
name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "005a0ipqnfbsq47zrc61zszi439jw32q5xd6dc1jyb3lc0zl266q"))))
- (build-system gnu-build-system)
+ "17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))
+ (patches
+ (list
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://github.com/Matroska-Org/libebml/commit/"
+ "e46906b80e7662fb78d305f576412f9fa4a22218.patch"))
+ (file-name "libebml-use-limits-not-climits.patch")
+ (sha256
+ (base32
+ "1803rcj4kzg385xij8j3fcz8h86z43ivciv512zr7jp9jwrafs58")))))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "-DBUILD_SHARED_LIBS=YES")
+ #:tests? #f)) ; no test suite
(home-page "https://matroska-org.github.io/libebml/")
(synopsis "C++ library to parse EBML files")
(description "libebml is a C++ library to read and write @dfn{EBML}
- branch master updated (2676628 -> ab3950d), Tobias Geerinckx-Rice, 2018/05/18
- 03/08: gnu: python-monotonic: Update to 1.5., Tobias Geerinckx-Rice, 2018/05/18
- 01/08: gnu: libebml: Update to 1.3.6.,
Tobias Geerinckx-Rice <=
- 07/08: gnu: cwm: Update to 6.3., Tobias Geerinckx-Rice, 2018/05/18
- 02/08: gnu: libmatroska: Update to 1.4.9., Tobias Geerinckx-Rice, 2018/05/18
- 04/08: gnu: r-rsqlite: Update to 2.1.1., Tobias Geerinckx-Rice, 2018/05/18
- 06/08: gnu: r-httpuv: Update to 1.4.3., Tobias Geerinckx-Rice, 2018/05/18
- 08/08: gnu: acpica: Update to 20180508., Tobias Geerinckx-Rice, 2018/05/18
- 05/08: gnu: r-rjson: Update to 0.2.18., Tobias Geerinckx-Rice, 2018/05/18