all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57841] [PATCH] gnu: celluloid: Fix build.
@ 2022-09-15 22:56 Michael Rohleder
  2022-09-16 10:44 ` bug#57841: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-09-15 22:56 UTC (permalink / raw)
  To: 57841; +Cc: Michael Rohleder

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





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

* bug#57841: [PATCH] gnu: celluloid: Fix build.
  2022-09-15 22:56 [bug#57841] [PATCH] gnu: celluloid: Fix build Michael Rohleder
@ 2022-09-16 10:44 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-16 10:44 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 57841-done

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]


Michael Rohleder <mike@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-09-16 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15 22:56 [bug#57841] [PATCH] gnu: celluloid: Fix build Michael Rohleder
2022-09-16 10:44 ` bug#57841: " Christopher Baines

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.