[PATCH] gnu: celluloid: Update to 0.24.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220822025116.5789-1-mike@rohleder.de
* gnu/packages/video.scm (celluloid): Update to 0.24.
[inputs]: Add libadwaita.
---
gnu/packages/video.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (30 lines)
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
宋文武 wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 57331-done@debbugs.gnu.org)
87lergahf4.fsf@envs.net
Michael Rohleder <mike@rohleder.de> writes:

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

Pushed, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57331@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57331
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help