From b913316fbaa374c5677684d15efdcefc15b3537e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 4 May 2019 12:52:37 +0200 Subject: [PATCH] astromenace: update to 1.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- ...b79895ea20ec0681799be43d94662ad31192.patch | 25 ------------------- srcpkgs/astromenace/template | 4 +-- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 srcpkgs/astromenace/patches/3fd6b79895ea20ec0681799be43d94662ad31192.patch diff --git a/srcpkgs/astromenace/patches/3fd6b79895ea20ec0681799be43d94662ad31192.patch b/srcpkgs/astromenace/patches/3fd6b79895ea20ec0681799be43d94662ad31192.patch deleted file mode 100644 index d8252a23a4..0000000000 --- a/srcpkgs/astromenace/patches/3fd6b79895ea20ec0681799be43d94662ad31192.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 3fd6b79895ea20ec0681799be43d94662ad31192 Mon Sep 17 00:00:00 2001 -From: Mikhail Kurinnoi -Date: Wed, 21 Nov 2018 10:27:15 +0300 -Subject: [PATCH] Fix compilation warnings. - -Looks like some gl.h don't care about __glext_h_, forced to use -GL_GLEXT_LEGACY for Linux too. ---- - src/core/graphics/opengl.h | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git src/core/graphics/opengl.h src/core/graphics/opengl.h -index 25a524ba..c01c026e 100755 ---- src/core/graphics/opengl.h -+++ src/core/graphics/opengl.h -@@ -37,7 +37,8 @@ - #include - #include - #else -- #define __glext_h_ // don't let gl.h include glext.h -+ #define GL_GLEXT_LEGACY -+ #define __glext_h_ - #include - #include - #undef __glext_h_ diff --git a/srcpkgs/astromenace/template b/srcpkgs/astromenace/template index 54f293c896..ae6bbc3833 100644 --- a/srcpkgs/astromenace/template +++ b/srcpkgs/astromenace/template @@ -1,6 +1,6 @@ # Template file for 'astromenace' pkgname=astromenace -version=1.4.0 +version=1.4.1 revision=1 build_style=cmake configure_args="-DDATADIR=/usr/share/astromenace -DDONTCREATEVFS=TRUE" @@ -13,7 +13,7 @@ maintainer="Jürgen Buchmüller " license="GPL-3.0-or-later, OFL-1.1, CC-BY-SA-3.0" homepage="http://www.viewizard.com/" distfiles="https://github.com/viewizard/astromenace/archive/v${version}.tar.gz" -checksum=6ebbb14d7b2e066a4f35b104185562560614e125498a63631402fbc77d899f35 +checksum=0aca5211c9f333acf698807f597e5ad8e9d1455ba8ad202940890bff5b6c9507 if [ "$CROSS_BUILD" ]; then configure_args+=" -DOPENGL_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/GL"