[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: kodi: Update to 18.0_alpha-2-478d306.
From: |
Marius Bakke |
Subject: |
01/07: gnu: kodi: Update to 18.0_alpha-2-478d306. |
Date: |
Sat, 15 Apr 2017 12:52:40 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 4ec1f82c636678858b1fe0ce6c755f66dc2dea77
Author: Marius Bakke <address@hidden>
Date: Wed Apr 12 21:17:36 2017 +0200
gnu: kodi: Update to 18.0_alpha-2-478d306.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-2-478d306.
[arguments]<#:configure-flags>: Remove obsolete flag.
---
gnu/packages/kodi.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm
index b5d86b5..c59b787 100644
--- a/gnu/packages/kodi.scm
+++ b/gnu/packages/kodi.scm
@@ -239,8 +239,8 @@ generator library for C++.")
(define-public kodi
;; We package the git version because the current released
;; version was cut while the cmake transition was in turmoil.
- (let ((commit "ec5d53da72868ad37df8bc005452a6daaa20f20b")
- (revision "1"))
+ (let ((commit "478d3064a8c3d395e8afac314143561c7468ad87")
+ (revision "2"))
(package
(name "kodi")
(version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
@@ -252,7 +252,7 @@ generator library for C++.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "05f0bip0w784ya72plw3p2bism5m501q07si2xbmg03vhqsagjl5"))
+ "19vb1qkk0ffh0b03x6whwl598bylsby3813i79vgrq5cvr4pigfy"))
(snippet
'(begin
(use-modules (guix build utils))
@@ -263,7 +263,6 @@ generator library for C++.")
;; And these sources:
;; "tools/depend/native/JsonSchemaBuilder"
;; "tools/depend/native/TexturePacker"
- ;; "lib/UnrarXlib"
;; "lib/gtest"
;; "lib/cpluff"
;; "lib/libexif"
@@ -287,8 +286,7 @@ generator library for C++.")
(string-append "-Dlibdvdcss_URL="
(assoc-ref %build-inputs "libdvdcss-bootstrapped"))
(string-append "-DSYSTEM_LDFLAGS=-Wl,-rpath="
- (assoc-ref %build-inputs "curl") "/lib")
- "-DENABLE_NONFREE=OFF")
+ (assoc-ref %build-inputs "curl") "/lib"))
#:phases
(modify-phases %standard-phases
;; The build system tries to bootstrap these bundled components
- branch master updated (2e58e05 -> 8c326cf), Marius Bakke, 2017/04/15
- 02/07: gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2., Marius Bakke, 2017/04/15
- 06/07: gnu: rocksdb: Don't build static library., Marius Bakke, 2017/04/15
- 05/07: gnu: rocksdb: Disable failing test., Marius Bakke, 2017/04/15
- 01/07: gnu: kodi: Update to 18.0_alpha-2-478d306.,
Marius Bakke <=
- 04/07: gnu: bc: Update to 1.07.1., Marius Bakke, 2017/04/15
- 07/07: gnu: ceph: Disable failing test., Marius Bakke, 2017/04/15
- 03/07: gnu: mupdf: Update to 1.11., Marius Bakke, 2017/04/15