unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: libepoxy: Update to 1.3.1.
@ 2016-07-23  0:37 ng0
  2016-07-23 10:57 ` Andreas Enge
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2016-07-23  0:37 UTC (permalink / raw)
  To: guix-devel

VLC build graph in core-update fails at libepoxy (see
core-updates thread), this updates libepoxy and hopefully fixes
the problem with vlc.


From 3974440fdcd69b8e6f968492c2f031daeba61193 Mon Sep 17 00:00:00 2001
From: ng0 <ng0@we.make.ritual.n0.is>
Date: Sat, 23 Jul 2016 00:33:28 +0000
Subject: [PATCH] gnu: libepoxy: Update to 1.3.1.

* gnu/packages/gl.scm (libepoxy): Update to 1.3.1.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f36d15a..a4bffe4 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -443,7 +443,7 @@ OpenGL graphics API.")
 (define-public libepoxy
   (package
     (name "libepoxy")
-    (version "1.2")
+    (version "1.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -453,7 +453,7 @@ OpenGL graphics API.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1xp8g6b7xlbym2rj4vkbl6xpb7ijq7glpv656mc7k9b01x22ihs2"))))
+                "1d1brhwfmlzgnphmdwlvn5wbcrxsdyzf1qfcf8nb89xqzznxs037"))))
     (arguments
      `(#:phases
        (alist-cons-after
-- 
2.9.1


-- 
♥Ⓐ  ng0 – http://we.make.ritual.n0.is
For non-prism friendly talk find me on http://www.psyced.org
SecuShare – http://secushare.org

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

* Re: [PATCH] gnu: libepoxy: Update to 1.3.1.
  2016-07-23  0:37 [PATCH] gnu: libepoxy: Update to 1.3.1 ng0
@ 2016-07-23 10:57 ` Andreas Enge
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Enge @ 2016-07-23 10:57 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

Hello,

On Sat, Jul 23, 2016 at 12:37:44AM +0000, ng0 wrote:
> VLC build graph in core-update fails at libepoxy (see
> core-updates thread), this updates libepoxy and hopefully fixes
> the problem with vlc.

I tried it out on master, where vlc still built, and then committed to
core-updates, since quite a number of packages depend on libepoxy.

Thanks!

Andreas

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

end of thread, other threads:[~2016-07-23 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-23  0:37 [PATCH] gnu: libepoxy: Update to 1.3.1 ng0
2016-07-23 10:57 ` Andreas Enge

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).