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") (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)))