pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cglm
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 16 07:59:07 UTC 2024
Modified Files:
pkgsrc/graphics/cglm: Makefile PLIST distinfo
Log Message:
cglm: update to 0.9.4.
Four years of development, and fixes build on -current.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/cglm/Makefile \
pkgsrc/graphics/cglm/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/cglm/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/cglm/Makefile
diff -u pkgsrc/graphics/cglm/Makefile:1.1 pkgsrc/graphics/cglm/Makefile:1.2
--- pkgsrc/graphics/cglm/Makefile:1.1 Thu May 20 19:52:31 2021
+++ pkgsrc/graphics/cglm/Makefile Mon Dec 16 07:59:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/05/20 19:52:31 nia Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/16 07:59:07 wiz Exp $
-DISTNAME= cglm-0.8.2
+DISTNAME= cglm-0.9.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=recp/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/graphics/cglm/PLIST
diff -u pkgsrc/graphics/cglm/PLIST:1.1 pkgsrc/graphics/cglm/PLIST:1.2
--- pkgsrc/graphics/cglm/PLIST:1.1 Thu May 20 19:52:31 2021
+++ pkgsrc/graphics/cglm/PLIST Mon Dec 16 07:59:07 2024
@@ -1,24 +1,51 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/20 19:52:31 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/12/16 07:59:07 wiz Exp $
+include/cglm/aabb2d.h
include/cglm/affine-mat.h
+include/cglm/affine-post.h
+include/cglm/affine-pre.h
include/cglm/affine.h
include/cglm/affine2d.h
include/cglm/applesimd.h
include/cglm/bezier.h
include/cglm/box.h
include/cglm/call.h
+include/cglm/call/aabb2d.h
include/cglm/call/affine.h
include/cglm/call/affine2d.h
include/cglm/call/bezier.h
include/cglm/call/box.h
include/cglm/call/cam.h
+include/cglm/call/clipspace/ortho_lh_no.h
+include/cglm/call/clipspace/ortho_lh_zo.h
+include/cglm/call/clipspace/ortho_rh_no.h
+include/cglm/call/clipspace/ortho_rh_zo.h
+include/cglm/call/clipspace/persp_lh_no.h
+include/cglm/call/clipspace/persp_lh_zo.h
+include/cglm/call/clipspace/persp_rh_no.h
+include/cglm/call/clipspace/persp_rh_zo.h
+include/cglm/call/clipspace/project_no.h
+include/cglm/call/clipspace/project_zo.h
+include/cglm/call/clipspace/view_lh_no.h
+include/cglm/call/clipspace/view_lh_zo.h
+include/cglm/call/clipspace/view_rh_no.h
+include/cglm/call/clipspace/view_rh_zo.h
include/cglm/call/curve.h
include/cglm/call/ease.h
include/cglm/call/euler.h
include/cglm/call/frustum.h
include/cglm/call/io.h
+include/cglm/call/ivec2.h
+include/cglm/call/ivec3.h
+include/cglm/call/ivec4.h
include/cglm/call/mat2.h
+include/cglm/call/mat2x3.h
+include/cglm/call/mat2x4.h
include/cglm/call/mat3.h
+include/cglm/call/mat3x2.h
+include/cglm/call/mat3x4.h
include/cglm/call/mat4.h
+include/cglm/call/mat4x2.h
+include/cglm/call/mat4x3.h
include/cglm/call/plane.h
include/cglm/call/project.h
include/cglm/call/quat.h
@@ -29,16 +56,44 @@ include/cglm/call/vec3.h
include/cglm/call/vec4.h
include/cglm/cam.h
include/cglm/cglm.h
+include/cglm/clipspace/ortho_lh_no.h
+include/cglm/clipspace/ortho_lh_zo.h
+include/cglm/clipspace/ortho_rh_no.h
+include/cglm/clipspace/ortho_rh_zo.h
+include/cglm/clipspace/persp.h
+include/cglm/clipspace/persp_lh_no.h
+include/cglm/clipspace/persp_lh_zo.h
+include/cglm/clipspace/persp_rh_no.h
+include/cglm/clipspace/persp_rh_zo.h
+include/cglm/clipspace/project_no.h
+include/cglm/clipspace/project_zo.h
+include/cglm/clipspace/view_lh.h
+include/cglm/clipspace/view_lh_no.h
+include/cglm/clipspace/view_lh_zo.h
+include/cglm/clipspace/view_rh.h
+include/cglm/clipspace/view_rh_no.h
+include/cglm/clipspace/view_rh_zo.h
include/cglm/color.h
include/cglm/common.h
include/cglm/curve.h
include/cglm/ease.h
include/cglm/euler.h
include/cglm/frustum.h
+include/cglm/handed/euler_to_quat_lh.h
+include/cglm/handed/euler_to_quat_rh.h
include/cglm/io.h
+include/cglm/ivec2.h
+include/cglm/ivec3.h
+include/cglm/ivec4.h
include/cglm/mat2.h
+include/cglm/mat2x3.h
+include/cglm/mat2x4.h
include/cglm/mat3.h
+include/cglm/mat3x2.h
+include/cglm/mat3x4.h
include/cglm/mat4.h
+include/cglm/mat4x2.h
+include/cglm/mat4x3.h
include/cglm/plane.h
include/cglm/project.h
include/cglm/quat.h
@@ -56,24 +111,60 @@ include/cglm/simd/sse2/mat2.h
include/cglm/simd/sse2/mat3.h
include/cglm/simd/sse2/mat4.h
include/cglm/simd/sse2/quat.h
+include/cglm/simd/wasm.h
+include/cglm/simd/wasm/affine.h
+include/cglm/simd/wasm/mat2.h
+include/cglm/simd/wasm/mat3.h
+include/cglm/simd/wasm/mat4.h
+include/cglm/simd/wasm/quat.h
include/cglm/simd/x86.h
include/cglm/sphere.h
include/cglm/struct.h
+include/cglm/struct/aabb2d.h
+include/cglm/struct/affine-mat.h
+include/cglm/struct/affine-post.h
+include/cglm/struct/affine-pre.h
include/cglm/struct/affine.h
include/cglm/struct/affine2d.h
include/cglm/struct/box.h
include/cglm/struct/cam.h
+include/cglm/struct/clipspace/ortho_lh_no.h
+include/cglm/struct/clipspace/ortho_lh_zo.h
+include/cglm/struct/clipspace/ortho_rh_no.h
+include/cglm/struct/clipspace/ortho_rh_zo.h
+include/cglm/struct/clipspace/persp_lh_no.h
+include/cglm/struct/clipspace/persp_lh_zo.h
+include/cglm/struct/clipspace/persp_rh_no.h
+include/cglm/struct/clipspace/persp_rh_zo.h
+include/cglm/struct/clipspace/project_no.h
+include/cglm/struct/clipspace/project_zo.h
+include/cglm/struct/clipspace/view_lh_no.h
+include/cglm/struct/clipspace/view_lh_zo.h
+include/cglm/struct/clipspace/view_rh_no.h
+include/cglm/struct/clipspace/view_rh_zo.h
include/cglm/struct/color.h
include/cglm/struct/curve.h
include/cglm/struct/euler.h
include/cglm/struct/frustum.h
+include/cglm/struct/handed/euler_to_quat_lh.h
+include/cglm/struct/handed/euler_to_quat_rh.h
include/cglm/struct/io.h
+include/cglm/struct/ivec2.h
+include/cglm/struct/ivec3.h
+include/cglm/struct/ivec4.h
include/cglm/struct/mat2.h
+include/cglm/struct/mat2x3.h
+include/cglm/struct/mat2x4.h
include/cglm/struct/mat3.h
+include/cglm/struct/mat3x2.h
+include/cglm/struct/mat3x4.h
include/cglm/struct/mat4.h
+include/cglm/struct/mat4x2.h
+include/cglm/struct/mat4x3.h
include/cglm/struct/plane.h
include/cglm/struct/project.h
include/cglm/struct/quat.h
+include/cglm/struct/ray.h
include/cglm/struct/sphere.h
include/cglm/struct/vec2-ext.h
include/cglm/struct/vec2.h
@@ -92,4 +183,6 @@ include/cglm/vec4-ext.h
include/cglm/vec4.h
include/cglm/version.h
lib/libcglm.so
+lib/libcglm.so.0
+lib/libcglm.so.${PKGVERSION}
lib/pkgconfig/cglm.pc
Index: pkgsrc/graphics/cglm/distinfo
diff -u pkgsrc/graphics/cglm/distinfo:1.3 pkgsrc/graphics/cglm/distinfo:1.4
--- pkgsrc/graphics/cglm/distinfo:1.3 Tue Oct 26 10:46:01 2021
+++ pkgsrc/graphics/cglm/distinfo Mon Dec 16 07:59:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:01 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/12/16 07:59:07 wiz Exp $
-BLAKE2s (cglm-0.8.2.tar.gz) = 3a1361a46b86958aca22668e02f2532c593d31f71e65f5be6e7c783078eca356
-SHA512 (cglm-0.8.2.tar.gz) = 9ed9661f69fc46c7f0fe8468ec7cdf4071118adaa06b97f99134f5d04a0f7b21158df479f678f78e927c6e4a5d2e6f38c2e8d38ef40ab1f04b2b721af3e7a152
-Size (cglm-0.8.2.tar.gz) = 231038 bytes
+BLAKE2s (cglm-0.9.4.tar.gz) = d68f1b5239709fb9bc095ccc1703b36458f41cb971f08451613a6b771586e514
+SHA512 (cglm-0.9.4.tar.gz) = cfa836d5100912866d0678babca51e0ca818c1424ac8320c49ee55e5f9091403947a0d7b5c633bb0fb5df594d2b4fb01c2f634cc20cbe6266db5f7879488b02f
+Size (cglm-0.9.4.tar.gz) = 690840 bytes
Home |
Main Index |
Thread Index |
Old Index