unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] sfml: Update to 2.3.1.
@ 2015-07-31 15:56 Ricardo Wurmus
  2015-07-31 16:02 ` Thompson, David
  2015-07-31 16:03 ` Andreas Enge
  0 siblings, 2 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2015-07-31 15:56 UTC (permalink / raw)
  To: Guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-sfml-Update-to-2.3.1.patch --]
[-- Type: text/x-patch, Size: 1760 bytes --]

From 8c80ceb73e9a9dc6a444de5f576261cdbee8a206 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Fri, 31 Jul 2015 17:55:29 +0200
Subject: [PATCH] gnu: sfml: Update to 2.3.1.

* gnu/packages/game-development.scm (sfml): Update to 2.3.1.
---
 gnu/packages/game-development.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 14209f4..0ed16b3 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -37,7 +37,8 @@
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages sdl)
-  #:use-module (gnu packages pkg-config))
+  #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages xiph))
 
 (define-public bullet
   (package
@@ -101,14 +102,14 @@ clone.")
 (define-public sfml
   (package
     (name "sfml")
-    (version "2.2")
+    (version "2.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://mirror0.sfml-dev.org/files/SFML-"
                                   version "-sources.zip"))
               (sha256
                (base32
-                "1xhkvgyfbhqsjdmfbxvk729kdrzh7kdyagxa3bvpzi6z43mh1frd"))))
+                "0mjpkgfnz6ka4p0ir219pcqsbdy7gwcjydk7xxmjjfm2k5sw2qys"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f)) ; no tests
@@ -117,7 +118,10 @@ clone.")
     (inputs
      `(("mesa" ,mesa)
        ("glew" ,glew)
+       ("flac" ,flac)
+       ("libvorbis" ,libvorbis)
        ("libx11" ,libx11)
+       ("xcb-util-image" ,xcb-util-image)
        ("libxrandr" ,libxrandr)
        ("eudev" ,eudev)
        ("freetype" ,freetype)
-- 
2.4.3

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

* Re: [PATCH] sfml: Update to 2.3.1.
  2015-07-31 15:56 [PATCH] sfml: Update to 2.3.1 Ricardo Wurmus
@ 2015-07-31 16:02 ` Thompson, David
  2015-07-31 16:03 ` Andreas Enge
  1 sibling, 0 replies; 5+ messages in thread
From: Thompson, David @ 2015-07-31 16:02 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: Guix-devel

Please push.  Thanks!

- Dave

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

* Re: [PATCH] sfml: Update to 2.3.1.
  2015-07-31 15:56 [PATCH] sfml: Update to 2.3.1 Ricardo Wurmus
  2015-07-31 16:02 ` Thompson, David
@ 2015-07-31 16:03 ` Andreas Enge
  2015-07-31 16:14   ` Ricardo Wurmus
  2015-08-01  3:11   ` Mark H Weaver
  1 sibling, 2 replies; 5+ messages in thread
From: Andreas Enge @ 2015-07-31 16:03 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: Guix-devel

Hello,

maybe you could add the new inputs to the commit message? Are they necessary
for the new version, or just useful to have?

Andreas

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

* Re: [PATCH] sfml: Update to 2.3.1.
  2015-07-31 16:03 ` Andreas Enge
@ 2015-07-31 16:14   ` Ricardo Wurmus
  2015-08-01  3:11   ` Mark H Weaver
  1 sibling, 0 replies; 5+ messages in thread
From: Ricardo Wurmus @ 2015-07-31 16:14 UTC (permalink / raw)
  To: Andreas Enge; +Cc: Guix-devel

> maybe you could add the new inputs to the commit message? Are they necessary
> for the new version, or just useful to have?

The inputs are required.

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

* Re: [PATCH] sfml: Update to 2.3.1.
  2015-07-31 16:03 ` Andreas Enge
  2015-07-31 16:14   ` Ricardo Wurmus
@ 2015-08-01  3:11   ` Mark H Weaver
  1 sibling, 0 replies; 5+ messages in thread
From: Mark H Weaver @ 2015-08-01  3:11 UTC (permalink / raw)
  To: Andreas Enge; +Cc: Guix-devel

Andreas Enge <andreas@enge.fr> writes:
> maybe you could add the new inputs to the commit message?

Yes, they should be mentioned in the commit message.

    Thanks!
      Mark

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

end of thread, other threads:[~2015-08-01  3:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 15:56 [PATCH] sfml: Update to 2.3.1 Ricardo Wurmus
2015-07-31 16:02 ` Thompson, David
2015-07-31 16:03 ` Andreas Enge
2015-07-31 16:14   ` Ricardo Wurmus
2015-08-01  3:11   ` Mark H Weaver

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).