[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: libmatroska: Update to 1.4.9.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/08: gnu: libmatroska: Update to 1.4.9. |
Date: |
Fri, 18 May 2018 11:42:23 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 23e24ff6ccf7f71389e57ab2bc061f318b5dfc9e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri May 18 00:11:24 2018 +0200
gnu: libmatroska: Update to 1.4.9.
* gnu/packages/video.scm (libmatroska): Update to 1.4.9.
[build-system]: Switch to the CMake build system.
[native-inputs]: Remove PKG-CONFIG.
[arguments]: Build shared libaries and don't try to run non-existent
tests.
---
gnu/packages/video.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cfe8d3b..997cf57 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -515,7 +515,7 @@ SMPTE 314M.")
(define-public libmatroska
(package
(name "libmatroska")
- (version "1.4.8")
+ (version "1.4.9")
(source
(origin
(method url-fetch)
@@ -523,12 +523,14 @@ SMPTE 314M.")
name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "14n9sw974prr3yp4yjb7aadi6x2yz5a0hjw8fs3qigy5shh2piyq"))))
- (build-system gnu-build-system)
- (native-inputs
- `(("pkg-config" ,pkg-config)))
+ "1j4mjzx6mjzfjf9hz8g4w84krf5jccmr5cyynll0j1vwv3aiv9iq"))))
+ (build-system cmake-build-system)
(inputs
`(("libebml" ,libebml)))
+ (arguments
+ `(#:configure-flags
+ (list "-DBUILD_SHARED_LIBS=YES")
+ #:tests? #f)) ; no test suite
(home-page "https://www.matroska.org")
(synopsis "C++ library to parse Matroska files (.mkv and .mka)")
(description
- 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, 2018/05/18
- 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 <=
- 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