pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/glfw



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct  6 11:32:18 UTC 2019

Modified Files:
        pkgsrc/graphics/glfw: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/glfw/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/glfw/PLIST \
    pkgsrc/graphics/glfw/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/glfw/Makefile
diff -u pkgsrc/graphics/glfw/Makefile:1.4 pkgsrc/graphics/glfw/Makefile:1.5
--- pkgsrc/graphics/glfw/Makefile:1.4   Mon Jul  8 10:36:26 2019
+++ pkgsrc/graphics/glfw/Makefile       Sun Oct  6 11:32:18 2019
@@ -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/}
 

Index: pkgsrc/graphics/glfw/PLIST
diff -u pkgsrc/graphics/glfw/PLIST:1.2 pkgsrc/graphics/glfw/PLIST:1.3
--- pkgsrc/graphics/glfw/PLIST:1.2      Wed Apr 12 12:56:46 2017
+++ pkgsrc/graphics/glfw/PLIST  Sun Oct  6 11:32:18 2019
@@ -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.cm
 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
Index: pkgsrc/graphics/glfw/distinfo
diff -u pkgsrc/graphics/glfw/distinfo:1.2 pkgsrc/graphics/glfw/distinfo:1.3
--- pkgsrc/graphics/glfw/distinfo:1.2   Wed Apr 12 12:56:46 2017
+++ pkgsrc/graphics/glfw/distinfo       Sun Oct  6 11:32:18 2019
@@ -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