gnu: ffmpegthumbnailer: Fetch sources from git.
* gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.master
parent
21309b8b1f
commit
722e6ffeea
|
@ -890,12 +890,14 @@ audio/video codec library.")
|
||||||
(name "ffmpegthumbnailer")
|
(name "ffmpegthumbnailer")
|
||||||
(version "2.2.0")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/dirkvdb/"
|
(uri (git-reference
|
||||||
name "/archive/" version ".tar.gz"))
|
(url "https://github.com/dirkvdb/ffmpegthumbnailer.git")
|
||||||
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13qs4iwd4l3iiim30s5051n80z0vgsnikym8vsn321cnm9algiwb"))))
|
"0kl8aa547icy9b05njps02a8sw4yn4f8fzs228kig247sn09s4cp"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue