gnu: pitivi: Build from git source.
* gnu/packages/video.scm (pitivi)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
3ce7c1f3c3
commit
e98c67b873
|
@ -4120,14 +4120,15 @@ tools for styling them, including a built-in real-time video preview.")
|
||||||
(package
|
(package
|
||||||
(name "pitivi")
|
(name "pitivi")
|
||||||
(version (string-append latest-semver "-" %version))
|
(version (string-append latest-semver "-" %version))
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(method git-fetch)
|
||||||
(version-major+minor %version) "/"
|
(uri (git-reference
|
||||||
name "-" %version ".tar.xz"))
|
(url "https://gitlab.gnome.org/GNOME/pitivi.git")
|
||||||
(sha256
|
(commit %version)))
|
||||||
(base32
|
(file-name (git-file-name name version))
|
||||||
"0hzvv4wia4rk0kvq16y27imq2qd4q5lg3vx99hdcjdb1x3zqqfg0"))))
|
(sha256
|
||||||
|
(base32 "13x5acs29za5y5n058z86qqrzdx53w05zkw91zkqx0m2hn94dy3p"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
|
|
Reference in New Issue