guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libx264: Change to stable branch.


From: Marius Bakke
Subject: 01/01: gnu: libx264: Change to stable branch.
Date: Thu, 22 Feb 2018 09:35:16 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bb2a95580e1db0a77076e2c85eefa74126d80941
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 22 15:32:48 2018 +0100

    gnu: libx264: Change to stable branch.
    
    Fixes <https://bugs.gnu.org/30573>.
    Reported by George myglc2 Clemmer <address@hidden>
    
    * gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 53c36cc..7676978 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -249,10 +249,10 @@ television and DVD.  It is also known as AC-3.")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://download.videolan.org/pub/x264/snapshots/";
-                                  "x264-snapshot-" version ".tar.bz2"))
+                                  "x264-snapshot-" version "-stable.tar.bz2"))
               (sha256
                (base32
-                "166ahp82rn9xhiw9spisr8vhp516aylq1ggyddqdbi83w6fichcd"))))
+                "1x0cg8l30wp84mr7q0ddp06jclm0kjrszazrx87d4k7js3qxjy8m"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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