[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates-frozen updated: gnu: pitivi: Fix build.
From: |
guix-commits |
Subject: |
branch core-updates-frozen updated: gnu: pitivi: Fix build. |
Date: |
Wed, 24 Nov 2021 17:28:12 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch core-updates-frozen
in repository guix.
The following commit(s) were added to refs/heads/core-updates-frozen by this
push:
new edb563d gnu: pitivi: Fix build.
edb563d is described below
commit edb563d1366ffa90f8717e3682bf1f97c53af0c1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Nov 24 16:12:11 2021 -0500
gnu: pitivi: Fix build.
* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to
gst-plugins-bad variant.
[arguments]: Use meson-0.59.
---
gnu/packages/video.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8b1efa6..b4b5800 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -103,6 +103,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bison)
#:use-module (gnu packages boost)
+ #:use-module (gnu packages build-tools)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages check)
#:use-module (gnu packages cmake)
@@ -4385,7 +4386,7 @@ tools for styling them, including a built-in real-time
video preview.")
("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-bad"
,(gst-plugins/selection gst-plugins-bad
- #:plugins '("debugutils" "transcoder")
+ #:plugins '("debugutils" "transcode")
#:configure-flags
'("-Dintrospection=enabled")))
("gst-libav" ,gst-libav)
("gsound" ,gsound)
@@ -4406,6 +4407,9 @@ tools for styling them, including a built-in real-time
video preview.")
("pkg-config" ,pkg-config)))
(arguments
`(#:glib-or-gtk? #t
+ ;; Pitivi is not yet compatible with Meson 0.60:
+ ;; https://gitlab.gnome.org/GNOME/pitivi/-/issues/2593
+ #:meson ,meson-0.59
#:phases
(modify-phases %standard-phases
(add-after 'glib-or-gtk-wrap 'wrap-other-dependencies
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates-frozen updated: gnu: pitivi: Fix build.,
guix-commits <=