From: Vinicius Monego <monego@posteo.net>
To: 50525@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#50525] [PATCH] gnu: pitivi: Update to 2021.05.0.
Date: Sat, 11 Sep 2021 22:37:36 +0000 [thread overview]
Message-ID: <20210911223736.216702-1-monego@posteo.net> (raw)
* gnu/packages/video.scm (pitivi): Update to 2021.05.0.
[arguments]<#:phases>: Don't return #t.
---
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 57a6dc1c19..37118863f1 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
--
2.30.2
next reply other threads:[~2021-09-11 22:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-11 22:37 Vinicius Monego [this message]
2021-09-13 20:31 ` bug#50525: [PATCH] gnu: pitivi: Update to 2021.05.0 Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210911223736.216702-1-monego@posteo.net \
--to=monego@posteo.net \
--cc=50525@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).