gnu: kodi: Update to 18.0_alpha-1-ec5d53d.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-1-ec5d53d. [inputs]: Replace LIBYAJL with RAPIDJSON.
This commit is contained in:
parent
4951d2f386
commit
2513aac170
|
@ -239,8 +239,8 @@ generator library for C++.")
|
||||||
(define-public kodi
|
(define-public kodi
|
||||||
;; We package the git version because the current released
|
;; We package the git version because the current released
|
||||||
;; version was cut while the cmake transition was in turmoil.
|
;; version was cut while the cmake transition was in turmoil.
|
||||||
(let ((commit "b35147e2bec41ce332b9788f4a6ac94d2e5999e3")
|
(let ((commit "ec5d53da72868ad37df8bc005452a6daaa20f20b")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "kodi")
|
(name "kodi")
|
||||||
(version (string-append "18.0_alpha-" revision "-" (string-take commit 7)))
|
(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"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rhb9rcz5h8mky8mx6idzybnpgjh2lxcjkh16z1x6fr4pis2jcbj"))
|
"05f0bip0w784ya72plw3p2bism5m501q07si2xbmg03vhqsagjl5"))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
@ -401,13 +401,13 @@ generator library for C++.")
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxrender" ,libxrender)
|
("libxrender" ,libxrender)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("libyajl" ,libyajl)
|
|
||||||
("lzo" ,lzo)
|
("lzo" ,lzo)
|
||||||
("mysql" ,mysql)
|
("mysql" ,mysql)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("pcre" ,pcre)
|
("pcre" ,pcre)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
|
("rapidjson" ,rapidjson)
|
||||||
("samba" ,samba)
|
("samba" ,samba)
|
||||||
("sqlite" ,sqlite)
|
("sqlite" ,sqlite)
|
||||||
("taglib" ,taglib)
|
("taglib" ,taglib)
|
||||||
|
|
Loading…
Reference in New Issue