~ruther/guix-local

bb2a95580e1db0a77076e2c85eefa74126d80941 — Marius Bakke 8 years ago 9cf2de8
gnu: libx264: Change to stable branch.

Fixes <https://bugs.gnu.org/30573>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>

* gnu/packages/video.scm (libx264)[source]: Use 'stable' snapshot.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +2 -2
@@ 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)