Re: [PATCH] sfml: Update to 2.3.1.

2015-07-31 Thread Mark H Weaver
Andreas Enge  writes:
> maybe you could add the new inputs to the commit message?

Yes, they should be mentioned in the commit message.

Thanks!
  Mark



Re: [PATCH] sfml: Update to 2.3.1.

2015-07-31 Thread Ricardo Wurmus
> 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.




Re: [PATCH] sfml: Update to 2.3.1.

2015-07-31 Thread Andreas Enge
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




Re: [PATCH] sfml: Update to 2.3.1.

2015-07-31 Thread Thompson, David
Please push.  Thanks!

- Dave



[PATCH] sfml: Update to 2.3.1.

2015-07-31 Thread Ricardo Wurmus
>From 8c80ceb73e9a9dc6a444de5f576261cdbee8a206 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus 
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