gnu: kodi: Update to 16.0.

* gnu/packages/kodi.scm (kodi): Update to 16.0.
[inputs]: Add crossguid, dcadec, and util-linux.
This commit is contained in:
David Thompson 2016-02-29 21:34:00 -05:00
parent 680b54c5ce
commit 9ced12de01
1 changed files with 6 additions and 3 deletions

View File

@ -121,15 +121,15 @@ generator library for C++.")
(define-public kodi (define-public kodi
(package (package
(name "kodi") (name "kodi")
(version "15.2") (version "16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://mirrors.kodi.tv/releases/source/" (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")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"043i0f1crx9glwxil4xm45z5kxpkrx316gi4ir4d3rbd5safp2nx")) "0iirspvv7czf785l2lqf232dvdaj87srbn9ni97ngvnd6w9yl884"))
(snippet (snippet
;; Delete bundled ffmpeg. ;; Delete bundled ffmpeg.
;; TODO: Delete every other bundled library. ;; TODO: Delete every other bundled library.
@ -211,7 +211,9 @@ generator library for C++.")
("bluez" ,bluez) ("bluez" ,bluez)
("boost" ,boost) ("boost" ,boost)
("bzip2" ,bzip2) ("bzip2" ,bzip2)
("crossguid" ,crossguid)
("curl" ,curl) ("curl" ,curl)
("dcadec" ,dcadec)
("dbus" ,dbus) ("dbus" ,dbus)
("enca" ,enca) ("enca" ,enca)
("eudev" ,eudev) ("eudev" ,eudev)
@ -263,6 +265,7 @@ generator library for C++.")
("taglib" ,taglib) ("taglib" ,taglib)
("tinyxml" ,tinyxml) ("tinyxml" ,tinyxml)
("unzip" ,unzip) ("unzip" ,unzip)
("util-linux" ,util-linux)
("zip" ,zip) ("zip" ,zip)
("zlib" ,zlib))) ("zlib" ,zlib)))
(synopsis "Media center for home theater computers") (synopsis "Media center for home theater computers")