summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2021-09-11 22:37:36 +0000
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-09-13 22:30:59 +0200
commit5ab7f7f8c04ed5186fb1d5871bb37e81b12b01c6 (patch)
treeb35f3c4f554f49dc318ab12c6d4d786c33836120 /gnu
parent30a31004b1d86c9b4a0c20a435202ca53e991972 (diff)
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc75bc5c892..a4f7997780f 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.")
4220(define-public pitivi 4220(define-public pitivi
4221 ;; Pitivi switched to a non-semantic versioning scheme close before 1.0 4221 ;; Pitivi switched to a non-semantic versioning scheme close before 1.0
4222 (let ((latest-semver "0.999.0") 4222 (let ((latest-semver "0.999.0")
4223 (%version "2021.01.0")) 4223 (%version "2021.05.0"))
4224 (package 4224 (package
4225 (name "pitivi") 4225 (name "pitivi")
4226 (version (string-append latest-semver "-" %version)) 4226 (version (string-append latest-semver "-" %version))
@@ -4232,7 +4232,7 @@ tools for styling them, including a built-in real-time video preview.")
4232 (commit %version))) 4232 (commit %version)))
4233 (file-name (git-file-name name version)) 4233 (file-name (git-file-name name version))
4234 (sha256 4234 (sha256
4235 (base32 "1jics10l16ismi5br6wxi4jxz3dd4p0c0xv8l0l3nvksvda4aafi")))) 4235 (base32 "08x2fs2bak1fbmkvjijgx1dsawispv91bpv5j5gkqbv5dfgf7wah"))))
4236 (build-system meson-build-system) 4236 (build-system meson-build-system)
4237 (inputs 4237 (inputs
4238 `(("glib" ,glib) 4238 `(("glib" ,glib)
@@ -4276,8 +4276,7 @@ tools for styling them, including a built-in real-time video preview.")
4276 ;; necessary or optional. Let the user's packages take 4276 ;; necessary or optional. Let the user's packages take
4277 ;; precedence in case they have e.g. the full gst-plugins-bad. 4277 ;; precedence in case they have e.g. the full gst-plugins-bad.
4278 `("GST_PLUGIN_SYSTEM_PATH" suffix 4278 `("GST_PLUGIN_SYSTEM_PATH" suffix
4279 (,(getenv "GST_PLUGIN_SYSTEM_PATH"))))) 4279 (,(getenv "GST_PLUGIN_SYSTEM_PATH"))))))))))
4280 #t)))))
4281 (home-page "http://www.pitivi.org") 4280 (home-page "http://www.pitivi.org")
4282 (synopsis "Video editor based on GStreamer Editing Services") 4281 (synopsis "Video editor based on GStreamer Editing Services")
4283 (description "Pitivi is a video editor built upon the GStreamer Editing 4282 (description "Pitivi is a video editor built upon the GStreamer Editing