[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: address@hidden: Update to 4.4.3.
From: |
guix-commits |
Subject: |
18/19: gnu: address@hidden: Update to 4.4.3. |
Date: |
Thu, 14 Feb 2019 23:42:06 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b2cf559772499ca96f9a678e12a50b34305b4626
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Feb 15 05:34:09 2019 +0100
gnu: address@hidden: Update to 4.4.3.
* gnu/packages/game-development.scm (allegro-4): Update to 4.4.3.
[source]: Remove upstreamed patch.
* gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
---
gnu/local.mk | 1 -
gnu/packages/game-development.scm | 8 ++---
.../patches/allegro4-mesa-18.2.5-and-later.patch | 41 ----------------------
3 files changed, 3 insertions(+), 47 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 018f395..a2a13a5 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -636,7 +636,6 @@ dist_patch_DATA =
\
%D%/packages/patches/aegisub-boost68.patch \
%D%/packages/patches/agg-am_c_prototype.patch \
%D%/packages/patches/allegro-mesa-18.2.5-and-later.patch \
- %D%/packages/patches/allegro4-mesa-18.2.5-and-later.patch \
%D%/packages/patches/amule-crypto-6.patch \
%D%/packages/patches/antiword-CVE-2014-8123.patch \
%D%/packages/patches/antlr3-3_1-fix-java8-compilation.patch \
diff --git a/gnu/packages/game-development.scm
b/gnu/packages/game-development.scm
index 6b641be..c2732ca 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
;;; Copyright © 2016, 2018 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016, 2017, 2018 Julian Graham <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <address@hidden>
;;; Copyright © 2017 Peter Mikkelsen <address@hidden>
;;; Copyright © 2017 Arun Isaac <address@hidden>
@@ -641,17 +641,15 @@ programming language.")
(define-public allegro-4
(package
(name "allegro")
- (version "4.4.2")
+ (version "4.4.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/liballeg/allegro5/"
"releases/download/" version "/allegro-"
version ".tar.gz"))
- (patches (search-patches
- "allegro4-mesa-18.2.5-and-later.patch"))
(sha256
(base32
- "1p0ghkmpc4kwij1z9rzxfv7adnpy4ayi0ifahlns1bdzgmbyf88v"))))
+ "1d5ws3ihvpa6f4qc6a6drq31pajw6bblxifr4kcxzqj9br1nw28y"))))
(build-system cmake-build-system)
(arguments
'(#:phases
diff --git a/gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch
b/gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch
deleted file mode 100644
index a494482..0000000
--- a/gnu/packages/patches/allegro4-mesa-18.2.5-and-later.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-Fixes compilation with Mesa >= 18.2.5.
-
-Modified from upstream to work on allegro4:
-
-https://github.com/liballeg/allegro5/commit/a40d30e21802ecf5c9382cf34af9b01bd3781e47
-
-diff --git a/addons/allegrogl/include/alleggl.h
b/addons/allegrogl/include/alleggl.h
-index 0f86a6768..652dd024e 100644
---- a/addons/allegrogl/include/alleggl.h
-+++ b/addons/allegrogl/include/alleggl.h
-@@ -103,10 +103,14 @@
-
- /* HACK: Prevent both Mesa and SGI's broken headers from screwing us */
- #define __glext_h_
-+#define __gl_glext_h_
- #define __glxext_h_
-+#define __glx_glxext_h_
- #include <GL/gl.h>
- #undef __glext_h_
-+#undef __gl_glext_h_
- #undef __glxext_h_
-+#undef __glx_glxext_h_
-
- #endif /* ALLEGRO_MACOSX */
-
-diff --git a/addons/allegrogl/include/allegrogl/GLext/glx_ext_defs.h
b/addons/allegrogl/include/allegrogl/GLext/glx_ext_defs.h
-index 49c502091..fba8aea5d 100644
---- a/addons/allegrogl/include/allegrogl/GLext/glx_ext_defs.h
-+++ b/addons/allegrogl/include/allegrogl/GLext/glx_ext_defs.h
-@@ -1,7 +1,9 @@
- /* HACK: Prevent both Mesa and SGI's broken headers from screwing us */
- #define __glxext_h_
-+#define __glx_glxext_h_
- #include <GL/glx.h>
- #undef __glxext_h_
-+#undef __glx_glxext_h_
-
- #ifndef GLX_VERSION_1_3
- #define _ALLEGRO_GLX_VERSION_1_3
---
-2.20.0
- 06/19: gnu: cppcheck: Update to 1.87., (continued)
- 06/19: gnu: cppcheck: Update to 1.87., guix-commits, 2019/02/14
- 12/19: gnu: vkquake: Don't use unstable tarball., guix-commits, 2019/02/14
- 16/19: gnu: gnubg: Update to 1.06.002., guix-commits, 2019/02/14
- 02/19: gnu: libxls: Update to 1.5.0 [security fixes]., guix-commits, 2019/02/14
- 10/19: gnu: filezilla: Update to 3.40.0., guix-commits, 2019/02/14
- 15/19: gnu: fortune-mod: Update to 2.6.2., guix-commits, 2019/02/14
- 13/19: gnu: gamine: Update to 1.6., guix-commits, 2019/02/14
- 07/19: gnu: ndctl: Update to 64.1., guix-commits, 2019/02/14
- 14/19: gnu: chroma: Update to 1.16., guix-commits, 2019/02/14
- 11/19: gnu: vkquake: Update to 1.01.0., guix-commits, 2019/02/14
- 18/19: gnu: address@hidden: Update to 4.4.3.,
guix-commits <=
- 19/19: gnu: tiled: Update to 1.2.2., guix-commits, 2019/02/14
- 17/19: gnu: teeworlds: Update to 0.7.2., guix-commits, 2019/02/14