all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mplayer version update
@ 2016-04-04 20:22 rain1
  2016-04-04 20:34 ` Mark H Weaver
  2016-04-07 20:12 ` pcmanfm " rain1
  0 siblings, 2 replies; 11+ messages in thread
From: rain1 @ 2016-04-04 20:22 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

In order to fix the compile error 
<http://hydra.gnu.org:3000/build/1115431> I have bumped the version of 
mplayer up to 1.3.0, the most modern version.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mplayer-Update-to-1.3.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-mplayer-Update-to-1.3.0.patch, Size: 1126 bytes --]

From 423c2717e00577e865bf416598b5481bfa812564 Mon Sep 17 00:00:00 2001
From: Raymond Nicholson <rain1@openmailbox.org>
Date: Mon, 4 Apr 2016 21:20:11 +0100
Subject: [PATCH] gnu: mplayer: Update to 1.3.0.

* gnu/packages/video.scm (mplayer): Update to 1.3.0.
---
 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 494889a..8f93950 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -602,7 +602,7 @@ treaming protocols.")
 (define-public mplayer
   (package
     (name "mplayer")
-    (version "1.2.1")
+    (version "1.3.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -610,7 +610,7 @@ treaming protocols.")
                    version ".tar.xz"))
              (sha256
               (base32
-               "0prbqnsl6s7fbpp6nc6babx7gzwdrhrhzf0cmp6xz6w9gl4sy6w3"))))
+               "0hwqn04bdknb2ic88xd75smffxx63scvz0zvwvjb56nqj9n89l1s"))))
     (build-system gnu-build-system)
     ;; FIXME: Add additional inputs once available.
     (native-inputs
-- 
2.7.3


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-04-14  0:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04 20:22 mplayer version update rain1
2016-04-04 20:34 ` Mark H Weaver
2016-04-07 20:12 ` pcmanfm " rain1
2016-04-09  8:47   ` Alex Kost
     [not found]     ` <71ca60a5ce463ec85842355bdf5d86c6@openmailbox.org>
2016-04-09 16:37       ` Alex Kost
2016-04-09 17:19         ` Andreas Enge
2016-04-09 19:59           ` Efraim Flashner
2016-04-09 20:10             ` Mathieu Lirzin
2016-04-10  1:06             ` Leo Famulari
2016-04-13 21:31               ` Ludovic Courtès
2016-04-14  0:49                 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.