[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: pitivi: Update to 2021.05.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: pitivi: Update to 2021.05.0. |
Date: |
Mon, 13 Sep 2021 16:31:18 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5ab7f7f gnu: pitivi: Update to 2021.05.0.
5ab7f7f is described below
commit 5ab7f7f8c04ed5186fb1d5871bb37e81b12b01c6
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Sep 11 22:37:36 2021 +0000
gnu: pitivi: Update to 2021.05.0.
* gnu/packages/video.scm (pitivi): Update to 2021.05.0.
[arguments]<#:phases>: Don't return #t.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/video.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc75bc5..a4f7997 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4220,7 +4220,7 @@ tools for styling them, including a built-in real-time
video preview.")
(define-public pitivi
;; Pitivi switched to a non-semantic versioning scheme close before 1.0
(let ((latest-semver "0.999.0")
- (%version "2021.01.0"))
+ (%version "2021.05.0"))
(package
(name "pitivi")
(version (string-append latest-semver "-" %version))
@@ -4232,7 +4232,7 @@ tools for styling them, including a built-in real-time
video preview.")
(commit %version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1jics10l16ismi5br6wxi4jxz3dd4p0c0xv8l0l3nvksvda4aafi"))))
+ (base32 "08x2fs2bak1fbmkvjijgx1dsawispv91bpv5j5gkqbv5dfgf7wah"))))
(build-system meson-build-system)
(inputs
`(("glib" ,glib)
@@ -4276,8 +4276,7 @@ tools for styling them, including a built-in real-time
video preview.")
;; necessary or optional. Let the user's packages take
;; precedence in case they have e.g. the full
gst-plugins-bad.
`("GST_PLUGIN_SYSTEM_PATH" suffix
- (,(getenv "GST_PLUGIN_SYSTEM_PATH")))))
- #t)))))
+ (,(getenv "GST_PLUGIN_SYSTEM_PATH"))))))))))
(home-page "http://www.pitivi.org")
(synopsis "Video editor based on GStreamer Editing Services")
(description "Pitivi is a video editor built upon the GStreamer Editing
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: pitivi: Update to 2021.05.0.,
guix-commits <=