Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f595b2db0641d58c91610b2f97037369f3bd6d3d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f595b2db0641d58c91610b2f97037369f3bd6d3d)
  • Date: Fri, 30 Sep 2016 01:24:18 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics-libs/glfw/BUILD | 5 +++++
graphics-libs/glfw/DEPENDS | 13 ++++++++++++-
graphics-libs/glfw/DETAILS | 5 +++--
graphics-libs/glfw/HISTORY | 6 ++++++
4 files changed, 26 insertions(+), 3 deletions(-)

New commits:
commit f595b2db0641d58c91610b2f97037369f3bd6d3d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

glfw: => 3.2.1

diff --git a/graphics-libs/glfw/BUILD b/graphics-libs/glfw/BUILD
index e013b8d..25bc7e1 100755
--- a/graphics-libs/glfw/BUILD
+++ b/graphics-libs/glfw/BUILD
@@ -1 +1,6 @@
+OPTS="-DBUILD_SHARED_LIBS=ON \
+ -DGLFW_BUILD_EXAMPLES=OFF \
+ -DGLFW_BUILD_TESTS=OFF \
+ ${OPTS}" &&
+
cmake_build
diff --git a/graphics-libs/glfw/DEPENDS b/graphics-libs/glfw/DEPENDS
index 61c9cff..ffab8f0 100755
--- a/graphics-libs/glfw/DEPENDS
+++ b/graphics-libs/glfw/DEPENDS
@@ -1 +1,12 @@
-depends OPENGL
+depends cmake &&
+depends libx11 &&
+depends libxinerama &&
+depends libxrandr &&
+depends libxxf86vm &&
+depends libxcursor &&
+depends OPENGL &&
+
+optional_depends doxygen \
+ "-DGLFW_BUILD_DOCS=ON" \
+ "-DGLFW_BUILD_DOCS=OFF" \
+ "to build documentation"
diff --git a/graphics-libs/glfw/DETAILS b/graphics-libs/glfw/DETAILS
index 966e395..3c703e3 100755
--- a/graphics-libs/glfw/DETAILS
+++ b/graphics-libs/glfw/DETAILS
@@ -1,9 +1,10 @@
SPELL=glfw
- VERSION=3.1.1
+ VERSION=3.2.1
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:31a68f4bac3477b144c73301f418805dea7509e701e3106b8e5b493a31024753aabf1c6c58a9b3f3385e036b6248d5a6decb137b323702bc5d1af23c344e503d
+
SOURCE_HASH=sha512:c7921f993b9a99b3b9421fefadb039cd475c42d85f5b5a35d7c5401c70491349bb885a02fd31e527de06a8b40d9d49a1fdb92c964e13c04ae092c6b98eb491dc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
WEB_SITE="http://www.glfw.org/";
LICENSE[0]=zlib
ENTERED=20150430
diff --git a/graphics-libs/glfw/HISTORY b/graphics-libs/glfw/HISTORY
index 86c20d2..126aa6c 100644
--- a/graphics-libs/glfw/HISTORY
+++ b/graphics-libs/glfw/HISTORY
@@ -1,3 +1,9 @@
+2016-09-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.1; don't do useless doc-ing
+ * DEPENDS: added missing dependencies
+ * BUILD: build shared library, do not build tests & examples; respect
+ OPTS
+
2015-04-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, DETAILS: spell created




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f595b2db0641d58c91610b2f97037369f3bd6d3d), Vlad Glagolev, 09/29/2016

Archive powered by MHonArc 2.6.24.

Top of Page