Sun Oct 6 11:32:18 2019 UTC ()
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.


(nia)
diff -r1.4 -r1.5 pkgsrc/graphics/glfw/Makefile
diff -r1.2 -r1.3 pkgsrc/graphics/glfw/PLIST
diff -r1.2 -r1.3 pkgsrc/graphics/glfw/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/graphics/glfw/Makefile (expand / switch to context diff)
--- pkgsrc/graphics/glfw/Makefile 2019/07/08 10:36:26 1.4
+++ pkgsrc/graphics/glfw/Makefile 2019/10/06 11:32:18 1.5
@@ -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/}
 

cvs diff -r1.2 -r1.3 pkgsrc/graphics/glfw/PLIST (expand / switch to context diff)
--- pkgsrc/graphics/glfw/PLIST 2017/04/12 12:56:46 1.2
+++ pkgsrc/graphics/glfw/PLIST 2019/10/06 11:32:18 1.3
@@ -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.cmake
 lib/libglfw.so
 lib/libglfw.so.3
-lib/libglfw.so.3.2
+lib/libglfw.so.${PKGVERSION}
 lib/pkgconfig/glfw3.pc

cvs diff -r1.2 -r1.3 pkgsrc/graphics/glfw/distinfo (expand / switch to context diff)
--- pkgsrc/graphics/glfw/distinfo 2017/04/12 12:56:46 1.2
+++ pkgsrc/graphics/glfw/distinfo 2019/10/06 11:32:18 1.3
@@ -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
+SHA1 (glfw-3.3.tar.gz) = 0ac684c93a675c4b59ea53589709e186990e700d
-RMD160 (glfw-3.2.1.tar.gz) = d574e36a59888c67e277e6c206ad1312c6076fd6
+RMD160 (glfw-3.3.tar.gz) = fcd42ec35756bf37e2416e0cabe0caceed568fa8
-SHA512 (glfw-3.2.1.tar.gz) = c7921f993b9a99b3b9421fefadb039cd475c42d85f5b5a35d7c5401c70491349bb885a02fd31e527de06a8b40d9d49a1fdb92c964e13c04ae092c6b98eb491dc
+SHA512 (glfw-3.3.tar.gz) = e74bb7ba0c1c3a524a193c4fb5a2d13ba0e75f8e309612ea19cdcc944859d6e2fe29d8b2e3db76236e1011b637564ddd5f4a176dcccfeb84d09bda060f08f774
-Size (glfw-3.2.1.tar.gz) = 472450 bytes
+Size (glfw-3.3.tar.gz) = 758352 bytes