emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57331: closed ([PATCH] gnu: celluloid: Update to 0.24.)


From: GNU bug Tracking System
Subject: bug#57331: closed ([PATCH] gnu: celluloid: Update to 0.24.)
Date: Mon, 22 Aug 2022 07:05:01 +0000

Your message dated Mon, 22 Aug 2022 15:03:43 +0800
with message-id <87lergahf4.fsf@envs.net>
and subject line Re: bug#57331: [PATCH] gnu: celluloid: Update to 0.24.
has caused the debbugs.gnu.org bug report #57331,
regarding [PATCH] gnu: celluloid: Update to 0.24.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57331: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57331
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: celluloid: Update to 0.24. Date: Mon, 22 Aug 2022 04:51:16 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#57331: [PATCH] gnu: celluloid: Update to 0.24. Date: Mon, 22 Aug 2022 15:03:43 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Michael Rohleder <mike@rohleder.de> writes:

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

Pushed, thank you!


--- End Message ---

reply via email to

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