me
/
guix
Archived
1
0
Fork 0

gnu: celluloid: Update to 0.22.

* gnu/packages/video.scm (celluloid): Update to 0.22.
[inputs]: Replace gtk+ (3) with gtk (4).
master
Tobias Geerinckx-Rice 2021-12-17 03:09:02 +01:00
parent 3debb27e7c
commit a672ecf1d2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -753,7 +753,7 @@ old-fashioned output methods with powerful ascii-art renderer.")
(define-public celluloid (define-public celluloid
(package (package
(name "celluloid") (name "celluloid")
(version "0.21") (version "0.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -761,12 +761,12 @@ old-fashioned output methods with powerful ascii-art renderer.")
"/releases/download/v" version "/releases/download/v" version
"/celluloid-" version ".tar.xz")) "/celluloid-" version ".tar.xz"))
(sha256 (sha256
(base32 "1dvyf21iv9hrgv99szc24386vkacmhidm5b4d31hqqjs3b6di692")))) (base32 "18g596ja8g0fy79pmxqdlzqzb0f9xq69ik4bah8g2ppipfvxbpjz"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
(list intltool pkg-config)) (list intltool pkg-config))
(inputs (inputs
(list gtk+ libepoxy mpv)) (list gtk libepoxy mpv))
(home-page "https://github.com/celluloid-player/celluloid") (home-page "https://github.com/celluloid-player/celluloid")
(synopsis "GTK+ frontend for the mpv media player") (synopsis "GTK+ frontend for the mpv media player")
(description "Celluloid is a simple GTK+ frontend for the mpv media player. (description "Celluloid is a simple GTK+ frontend for the mpv media player.