guix-commits
[Top][All Lists]
Advanced

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

20/41: gnu: ffms2: Fetch sources from git.


From: guix-commits
Subject: 20/41: gnu: ffms2: 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 940fdd0cbc91d92115403639bf68bb807174d22a
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 29 21:56:51 2018 +0100

    gnu: ffms2: Fetch sources from git.
    
    * gnu/packages/video.scm (ffms2)[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 7ceb8f6..0dece9f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2789,12 +2789,14 @@ and ITU-T H.222.0.")
     (version "2.23")
     (home-page "https://github.com/FFMS/ffms2";)
     (source (origin
-              (method url-fetch)
-              (uri (string-append home-page "/archive/" version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/FFMS/ffms2.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1vbkab8vrplxz5xgag8ggzkwp4f7nf285pd0l2a7zy66n6i2m6xh"))))
+                "0dkz5b3gxq5p4xz0qqg6l2sigszrlsinz3skyf0ln4wf3zrvf8m5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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