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>master
parent
30a31004b1
commit
5ab7f7f8c0
|
@ -4220,7 +4220,7 @@ tools for styling them, including a built-in real-time video preview.")
|
||||||
(define-public pitivi
|
(define-public pitivi
|
||||||
;; Pitivi switched to a non-semantic versioning scheme close before 1.0
|
;; Pitivi switched to a non-semantic versioning scheme close before 1.0
|
||||||
(let ((latest-semver "0.999.0")
|
(let ((latest-semver "0.999.0")
|
||||||
(%version "2021.01.0"))
|
(%version "2021.05.0"))
|
||||||
(package
|
(package
|
||||||
(name "pitivi")
|
(name "pitivi")
|
||||||
(version (string-append latest-semver "-" %version))
|
(version (string-append latest-semver "-" %version))
|
||||||
|
@ -4232,7 +4232,7 @@ tools for styling them, including a built-in real-time video preview.")
|
||||||
(commit %version)))
|
(commit %version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jics10l16ismi5br6wxi4jxz3dd4p0c0xv8l0l3nvksvda4aafi"))))
|
(base32 "08x2fs2bak1fbmkvjijgx1dsawispv91bpv5j5gkqbv5dfgf7wah"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("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
|
;; necessary or optional. Let the user's packages take
|
||||||
;; precedence in case they have e.g. the full gst-plugins-bad.
|
;; precedence in case they have e.g. the full gst-plugins-bad.
|
||||||
`("GST_PLUGIN_SYSTEM_PATH" suffix
|
`("GST_PLUGIN_SYSTEM_PATH" suffix
|
||||||
(,(getenv "GST_PLUGIN_SYSTEM_PATH")))))
|
(,(getenv "GST_PLUGIN_SYSTEM_PATH"))))))))))
|
||||||
#t)))))
|
|
||||||
(home-page "http://www.pitivi.org")
|
(home-page "http://www.pitivi.org")
|
||||||
(synopsis "Video editor based on GStreamer Editing Services")
|
(synopsis "Video editor based on GStreamer Editing Services")
|
||||||
(description "Pitivi is a video editor built upon the GStreamer Editing
|
(description "Pitivi is a video editor built upon the GStreamer Editing
|
||||||
|
|
Reference in New Issue