me
/
guix
Archived
1
0
Fork 0

gnu: ffmpegthumbnailer: Fetch sources from git.

* gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-29 21:55:57 +01:00
parent 21309b8b1f
commit 722e6ffeea
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 4 deletions

View File

@ -890,12 +890,14 @@ audio/video codec library.")
(name "ffmpegthumbnailer")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dirkvdb/"
name "/archive/" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/dirkvdb/ffmpegthumbnailer.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"13qs4iwd4l3iiim30s5051n80z0vgsnikym8vsn321cnm9algiwb"))))
"0kl8aa547icy9b05njps02a8sw4yn4f8fzs228kig247sn09s4cp"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))