pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/glfw glfw: Update to 3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e4a200e3964
branches:  trunk
changeset: 340682:3e4a200e3964
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 06 11:32:18 2019 +0000

description:
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:

 graphics/glfw/Makefile |   5 ++---
 graphics/glfw/PLIST    |   4 ++--
 graphics/glfw/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r 0c3a6ac4fe54 -r 3e4a200e3964 graphics/glfw/Makefile
--- a/graphics/glfw/Makefile    Sun Oct 06 11:19:30 2019 +0000
+++ b/graphics/glfw/Makefile    Sun Oct 06 11:32:18 2019 +0000
@@ -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 -r 0c3a6ac4fe54 -r 3e4a200e3964 graphics/glfw/PLIST
--- a/graphics/glfw/PLIST       Sun Oct 06 11:19:30 2019 +0000
+++ b/graphics/glfw/PLIST       Sun Oct 06 11:32:18 2019 +0000
@@ -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
diff -r 0c3a6ac4fe54 -r 3e4a200e3964 graphics/glfw/distinfo
--- a/graphics/glfw/distinfo    Sun Oct 06 11:19:30 2019 +0000
+++ b/graphics/glfw/distinfo    Sun Oct 06 11:32:18 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index