~ruther/guix-local

c869eed1a7034d1930343e70950c50a5a2814963 — 宋文武 10 years ago 7213160
gnu: gst-libav: Update to 1.6.1.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.6.1.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gstreamer.scm
M gnu/packages/gstreamer.scm => gnu/packages/gstreamer.scm +2 -2
@@ 282,7 282,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
(define-public gst-libav
  (package
    (name "gst-libav")
    (version "1.4.5")
    (version "1.6.1")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 290,7 290,7 @@ distribution problems in some jurisdictions, e.g. due to patent threats.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1g7vg9amh3cc3nmc415h6g2rqxqi4wgwqi08hxfbpwq48ri64p30"))))
                "1a9pc7zp5rg0cvpx8gqkr21w73i6p9xa505a34day9f8p3lfim94"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--with-system-libav")