guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: celluloid: Update to 0.24.


From: guix-commits
Subject: branch master updated: gnu: celluloid: Update to 0.24.
Date: Mon, 22 Aug 2022 02:33:01 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d84e0b0454 gnu: celluloid: Update to 0.24.
d84e0b0454 is described below

commit d84e0b0454dc2b9613d0e9fc1d867656754e3289
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Aug 22 04:51:16 2022 +0200

    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>
---
 gnu/packages/video.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0016877033..2ea575629f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -774,7 +774,7 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
 (define-public celluloid
   (package
     (name "celluloid")
-    (version "0.23")
+    (version "0.24")
     (source
      (origin
        (method url-fetch)
@@ -782,12 +782,12 @@ old-fashioned output methods with powerful ascii-art 
renderer.")
                            "/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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]