guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/41: gnu: ffmpegthumbnailer: Fetch sources from git.


From: guix-commits
Subject: 17/41: gnu: ffmpegthumbnailer: Fetch sources from git.
Date: Thu, 29 Nov 2018 16:44:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 722e6ffeea9ed98fb765ebda1feefd921baefa44
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 21:55:57 2018 +0100

    gnu: ffmpegthumbnailer: Fetch sources from git.
    
    * gnu/packages/video.scm (ffmpegthumbnailer)[source]: Fetch from git.
---
 gnu/packages/video.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d246f40..25b50c5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]