mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: celluloid: Update to 0.24.
* gnu/packages/video.scm (celluloid): Update to 0.24. [inputs]: Add libadwaita. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
79a8cfffe9
commit
d84e0b0454
1 changed files with 3 additions and 3 deletions
|
@ -774,7 +774,7 @@ (define-public aalib
|
|||
(define-public celluloid
|
||||
(package
|
||||
(name "celluloid")
|
||||
(version "0.23")
|
||||
(version "0.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -782,12 +782,12 @@ (define-public celluloid
|
|||
"/releases/download/v" version
|
||||
"/celluloid-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0x23y09jwkg8wbb0yp5f03sj5hwjg3kyhbbww2y1a0izs1iijbdj"))))
|
||||
(base32 "0ns9xh582c8kajw4v2x5ap5jfiba3gxywqc2klc0v6fc3id1gqii"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
(inputs
|
||||
(list gtk libepoxy mpv))
|
||||
(list gtk libadwaita libepoxy mpv))
|
||||
(home-page "https://github.com/celluloid-player/celluloid")
|
||||
(synopsis "GTK+ frontend for the mpv media player")
|
||||
(description "Celluloid is a simple GTK+ frontend for the mpv media player.
|
||||
|
|
Loading…
Reference in a new issue