all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57331] [PATCH] gnu: celluloid: Update to 0.24.
@ 2022-08-22  2:51 Michael Rohleder
  2022-08-22  7:03 ` bug#57331: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-08-22  2:51 UTC (permalink / raw)
  To: 57331; +Cc: Michael Rohleder

* gnu/packages/video.scm (celluloid): Update to 0.24.
[inputs]: Add libadwaita.
---
 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 @@ (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.
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57331: [PATCH] gnu: celluloid: Update to 0.24.
  2022-08-22  2:51 [bug#57331] [PATCH] gnu: celluloid: Update to 0.24 Michael Rohleder
@ 2022-08-22  7:03 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-22  7:03 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 57331-done

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/video.scm (celluloid): Update to 0.24.
> [inputs]: Add libadwaita.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-22  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22  2:51 [bug#57331] [PATCH] gnu: celluloid: Update to 0.24 Michael Rohleder
2022-08-22  7:03 ` bug#57331: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.