summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-10-06 11:32:18 +0000
committernia <nia@pkgsrc.org>2019-10-06 11:32:18 +0000
commit19ffa4e66cbb99bc8566a60ce78cb4ac54f7e5fe (patch)
tree264482cc315734d54496596c48952d5d866a3109 /graphics
parentd7304cef617c33dfdfd1eeb870a37fddc7e0745a (diff)
downloadpkgsrc-19ffa4e66cbb99bc8566a60ce78cb4ac54f7e5fe.tar.gz
glfw: Update to 3.3
This adds gamepad input via SDL_GameControllerDB, support for Vulkan on macOS via MoltenVK, better handling of high-DPI and scaling, changing attributes of existing windows, raw mouse motion input, explicit support for joystick hats/dpads, user attention requests, transparent windows and framebuffers (where possible), query for monitor work area, more run-time configuration, various other features as well as fixes for a large number of bugs.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glfw/Makefile5
-rw-r--r--graphics/glfw/PLIST4
-rw-r--r--graphics/glfw/distinfo10
3 files changed, 9 insertions, 10 deletions
diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile
index a940c3f850a..7163ff9b2f6 100644
--- a/graphics/glfw/Makefile
+++ b/graphics/glfw/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/07/08 10:36:26 nia Exp $
-#
+# $NetBSD: Makefile,v 1.5 2019/10/06 11:32:18 nia Exp $
-DISTNAME= glfw-3.2.1
+DISTNAME= glfw-3.3
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=glfw/}
diff --git a/graphics/glfw/PLIST b/graphics/glfw/PLIST
index 9e3425f4986..56de9afc9ec 100644
--- a/graphics/glfw/PLIST
+++ b/graphics/glfw/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/12 12:56:46 leot Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/06 11:32:18 nia Exp $
include/GLFW/glfw3.h
include/GLFW/glfw3native.h
lib/cmake/glfw3/glfw3Config.cmake
@@ -7,5 +7,5 @@ lib/cmake/glfw3/glfw3Targets-noconfig.cmake
lib/cmake/glfw3/glfw3Targets.cmake
lib/libglfw.so
lib/libglfw.so.3
-lib/libglfw.so.3.2
+lib/libglfw.so.${PKGVERSION}
lib/pkgconfig/glfw3.pc
diff --git a/graphics/glfw/distinfo b/graphics/glfw/distinfo
index 841f1161e77..da7608bce77 100644
--- a/graphics/glfw/distinfo
+++ b/graphics/glfw/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/04/12 12:56:46 leot Exp $
+$NetBSD: distinfo,v 1.3 2019/10/06 11:32:18 nia Exp $
-SHA1 (glfw-3.2.1.tar.gz) = bee9cd9a8b4925184070ade5bc287c5635830eb0
-RMD160 (glfw-3.2.1.tar.gz) = d574e36a59888c67e277e6c206ad1312c6076fd6
-SHA512 (glfw-3.2.1.tar.gz) = c7921f993b9a99b3b9421fefadb039cd475c42d85f5b5a35d7c5401c70491349bb885a02fd31e527de06a8b40d9d49a1fdb92c964e13c04ae092c6b98eb491dc
-Size (glfw-3.2.1.tar.gz) = 472450 bytes
+SHA1 (glfw-3.3.tar.gz) = 0ac684c93a675c4b59ea53589709e186990e700d
+RMD160 (glfw-3.3.tar.gz) = fcd42ec35756bf37e2416e0cabe0caceed568fa8
+SHA512 (glfw-3.3.tar.gz) = e74bb7ba0c1c3a524a193c4fb5a2d13ba0e75f8e309612ea19cdcc944859d6e2fe29d8b2e3db76236e1011b637564ddd5f4a176dcccfeb84d09bda060f08f774
+Size (glfw-3.3.tar.gz) = 758352 bytes