diff options
author | David Thompson <dthompson2@worcester.edu> | 2016-02-29 21:34:00 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2016-03-14 13:33:01 -0400 |
commit | 9ced12de01919b04f8b93b8dbbf99f74298622a0 (patch) | |
tree | 92d5ccf6cca2769becfbd8833c36d27a9b0a7b04 /gnu/packages/kodi.scm | |
parent | 680b54c5ce4fe63f40ba99100eaa32b0b7d77769 (diff) | |
download | patches-9ced12de01919b04f8b93b8dbbf99f74298622a0.tar patches-9ced12de01919b04f8b93b8dbbf99f74298622a0.tar.gz |
gnu: kodi: Update to 16.0.
* gnu/packages/kodi.scm (kodi): Update to 16.0.
[inputs]: Add crossguid, dcadec, and util-linux.
Diffstat (limited to 'gnu/packages/kodi.scm')
-rw-r--r-- | gnu/packages/kodi.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index dfd8722b99..5710e1fd48 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -121,15 +121,15 @@ generator library for C++.") (define-public kodi (package (name "kodi") - (version "15.2") + (version "16.0") (source (origin (method url-fetch) (uri (string-append "http://mirrors.kodi.tv/releases/source/" - version "-Isengard.tar.gz")) + version "-Jarvis.tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "043i0f1crx9glwxil4xm45z5kxpkrx316gi4ir4d3rbd5safp2nx")) + "0iirspvv7czf785l2lqf232dvdaj87srbn9ni97ngvnd6w9yl884")) (snippet ;; Delete bundled ffmpeg. ;; TODO: Delete every other bundled library. @@ -211,7 +211,9 @@ generator library for C++.") ("bluez" ,bluez) ("boost" ,boost) ("bzip2" ,bzip2) + ("crossguid" ,crossguid) ("curl" ,curl) + ("dcadec" ,dcadec) ("dbus" ,dbus) ("enca" ,enca) ("eudev" ,eudev) @@ -263,6 +265,7 @@ generator library for C++.") ("taglib" ,taglib) ("tinyxml" ,tinyxml) ("unzip" ,unzip) + ("util-linux" ,util-linux) ("zip" ,zip) ("zlib" ,zlib))) (synopsis "Media center for home theater computers") |