guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mpv: Update to 0.9.0.


From: ???
Subject: 01/01: gnu: mpv: Update to 0.9.0.
Date: Mon, 27 Apr 2015 09:04:20 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 7482b3403b47f190229331277d023771ee3afaed
Author: 宋文武 <address@hidden>
Date:   Mon Apr 27 16:58:00 2015 +0800

    gnu: mpv: Update to 0.9.0.
    
    * gnu/packages/video.scm (mpv): Update to 0.9.0.
---
 gnu/packages/video.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index da07eff..2e2460d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -696,7 +696,7 @@ several areas.")
 (define-public mpv
   (package
     (name "mpv")
-    (version "0.8.3")
+    (version "0.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -704,14 +704,14 @@ several areas.")
                     ".tar.gz"))
               (sha256
                (base32
-                "1kw9hr957cxqgm2i94bgqc6sskm6bwhm0akzckilhs460b43h409"))
+                "08nx0g6ji2d90f5w62g327szhkb7id7jzwgf3x069rc5id1x3bx7"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system waf-build-system)
     (native-inputs
      `(("perl" ,perl)
        ("pkg-config" ,pkg-config)
        ("python-docutils" ,python-docutils)))
-    ;; Missing features: libguess, LIRC, Wayland, VDPAU, V4L2
+    ;; Missing features: libguess, Wayland, VDPAU, V4L2
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("enca" ,enca)



reply via email to

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