guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libx264: Change source URL to HTTP.


From: Andy Wingo
Subject: 02/02: gnu: libx264: Change source URL to HTTP.
Date: Thu, 25 Feb 2016 21:34:53 +0000

wingo pushed a commit to branch master
in repository guix.

commit 735e84c7bd10af6859d4a164a68595d8e67b826d
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 25 22:23:53 2016 +0100

    gnu: libx264: Change source URL to HTTP.
    
    * gnu/packages/video.scm (libx264): Download via HTTP.  The videolan ftp
      server does not work with IPv6.
---
 gnu/packages/video.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 31d9311..865d0e3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -190,7 +190,7 @@ television and DVD.  It is also known as AC-3.")
     (version "20160220-2245")
     (source (origin
               (method url-fetch)
-              (uri (string-append "ftp://ftp.videolan.org/pub/x264/snapshots/";
+              (uri (string-append 
"http://download.videolan.org/pub/x264/snapshots/";
                                   "x264-snapshot-" version ".tar.bz2"))
               (sha256
                (base32



reply via email to

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