GNU bug report logs - #57841
[PATCH] gnu: celluloid: Fix build.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Thu, 15 Sep 2022 22:58:02 UTC

Severity: normal

Tags: patch

Merged with 57839

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57841: closed ([PATCH] gnu: celluloid: Fix build.)
Date: Fri, 16 Sep 2022 10:45:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 16 Sep 2022 12:44:21 +0200
with message-id <877d23sin6.fsf <at> cbaines.net>
and subject line Re: [bug#57841] [PATCH] gnu: celluloid: Fix build.
has caused the debbugs.gnu.org bug report #57841,
regarding [PATCH] gnu: celluloid: Fix build.
to be marked as done.

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


-- 
57841: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57841
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: celluloid: Fix build.
Date: Fri, 16 Sep 2022 00:56:49 +0200
Fixes <https://issues.guix.gnu.org/57839>.

* gnu/packages/video.scm (celluloid)[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils, glib:bin, gtk:bin, python-wrapper.
---
 gnu/packages/video.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d2cef3c913..f07fe192ed 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -784,9 +784,15 @@ (define-public celluloid
                            "/celluloid-" version ".tar.xz"))
        (sha256
         (base32 "0ns9xh582c8kajw4v2x5ap5jfiba3gxywqc2klc0v6fc3id1gqii"))))
-    (build-system glib-or-gtk-build-system)
+    (build-system meson-build-system)
     (native-inputs
-     (list intltool pkg-config))
+     (list
+      desktop-file-utils           ; for update-desktop-database
+      intltool
+      `(,glib "bin")               ; for glib-compile-resources
+      `(,gtk "bin")                ; for gtk-update-icon-cache
+      pkg-config
+      python-wrapper))             ; for generate-authors.py
     (inputs
      (list gtk libadwaita libepoxy mpv))
     (home-page "https://github.com/celluloid-player/celluloid")
-- 
2.37.3



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 57841-done <at> debbugs.gnu.org
Subject: Re: [bug#57841] [PATCH] gnu: celluloid: Fix build.
Date: Fri, 16 Sep 2022 12:44:21 +0200
[Message part 4 (text/plain, inline)]
Michael Rohleder <mike <at> rohleder.de> writes:

> Fixes <https://issues.guix.gnu.org/57839>.
>
> * gnu/packages/video.scm (celluloid)[build-system]: Use meson-build-system.
> [native-inputs]: Add desktop-file-utils, glib:bin, gtk:bin, python-wrapper.
> ---
>  gnu/packages/video.scm | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)

Thanks, this seems good to me, pushed to master as
eb9a39c1b75a60fe3946496bb2eee8f32dbf09cd.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.