pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/graphene graphene: update to 1.10.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ec82aa20cc6
branches:  trunk
changeset: 384999:8ec82aa20cc6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 09 15:21:13 2022 +0000

description:
graphene: update to 1.10.8.

Changes since 1.10.6

    ray: simplify NaN checking [Érico Nogueira]
    Build fixes [Dor Askayo, q66, Chun-wei Fan, Marc-André Lureau]
    SIMD: Make reciprocal operations 0-safe [Dor Askayo]
    SIMD: Add simplified scalar reciprocal [Dor Askayo]
    ray: Improve intersection [Dor Askayo]
    tests: Fix installed introspection test [Matthias Devlamynck]
    Fix detection of AArch64 [Dor Askayo]
    tests: Add ray intersection unit [Sebastian Keller]
    Fix ARM64 build on Windows [Chun-wei Fan]
    Documentation fixes

Issues fixed since 1.10.4

    Hide GRAPHENE_SIMD_S from the introspection data [#211, Simon McVittie]
    Nudge ray axis when intersecting a box [#214, Jonas Ådahl]

Changes since 1.10.2:

    Add ARM NEON support when building with Visual Studio [Chun-wei Fan]
    Build fix on ARM64 Windows [Chun-wei Fan]
    Drop deprecated "python3" Meson module
    Fix detection of non-intersecting boxes [Daniel van Vugt, #201]
    Only enable SSE2 on x86_64 [Xi Ruoyao]
    Use the compiler-appropriate alignment attributes
    Change introspection option to a yielding feature [Xavier Claessens]

diffstat:

 graphics/graphene/Makefile      |  11 +++++------
 graphics/graphene/PLIST         |   4 ++--
 graphics/graphene/buildlink3.mk |   4 ++--
 graphics/graphene/distinfo      |   8 ++++----
 4 files changed, 13 insertions(+), 14 deletions(-)

diffs (83 lines):

diff -r c3dbc0cfc044 -r 8ec82aa20cc6 graphics/graphene/Makefile
--- a/graphics/graphene/Makefile        Fri Sep 09 15:17:34 2022 +0000
+++ b/graphics/graphene/Makefile        Fri Sep 09 15:21:13 2022 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2022/05/14 15:31:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2022/09/09 15:21:13 wiz Exp $
 
-DISTNAME=      graphene-1.10.2
-PKGREVISION=   1
+DISTNAME=      graphene-1.10.8
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ebassi/}
-GITHUB_RELEASE=        ${PKGVERSION_NOREV}
-EXTRACT_SUFX=  .tar.xz
+GITHUB_TAG=    ${PKGVERSION_NOREV}
 
 MAINTAINER=    prlw1%cam.ac.uk@localhost
 HOMEPAGE=      https://ebassi.github.io/graphene/
@@ -15,7 +13,7 @@
 USE_TOOLS+=    pkg-config
 
 MESON_ARGS+=   -Dgobject_types=true
-MESON_ARGS+=   -Dintrospection=true
+MESON_ARGS+=   -Dintrospection=enabled
 MESON_ARGS+=   -Dtests=false
 MESON_ARGS+=   -Dinstalled_tests=false
 
@@ -25,5 +23,6 @@
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 .include "../../devel/meson/build.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c3dbc0cfc044 -r 8ec82aa20cc6 graphics/graphene/PLIST
--- a/graphics/graphene/PLIST   Fri Sep 09 15:17:34 2022 +0000
+++ b/graphics/graphene/PLIST   Fri Sep 09 15:21:13 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/09/04 11:21:41 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/09/09 15:21:13 wiz Exp $
 include/graphene-1.0/graphene-box.h
 include/graphene-1.0/graphene-euler.h
 include/graphene-1.0/graphene-frustum.h
@@ -28,7 +28,7 @@
 lib/graphene-1.0/include/graphene-config.h
 lib/libgraphene-1.0.so
 lib/libgraphene-1.0.so.0
-lib/libgraphene-1.0.so.0.1000.2
+lib/libgraphene-1.0.so.0.1000.8
 lib/pkgconfig/graphene-1.0.pc
 lib/pkgconfig/graphene-gobject-1.0.pc
 share/gir-1.0/Graphene-1.0.gir
diff -r c3dbc0cfc044 -r 8ec82aa20cc6 graphics/graphene/buildlink3.mk
--- a/graphics/graphene/buildlink3.mk   Fri Sep 09 15:17:34 2022 +0000
+++ b/graphics/graphene/buildlink3.mk   Fri Sep 09 15:21:13 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2021/12/08 16:02:10 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/09/09 15:21:13 wiz Exp $
 
 BUILDLINK_TREE+=       graphene
 
@@ -6,7 +6,7 @@
 GRAPHENE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.graphene+=       graphene>=1.10.2
-BUILDLINK_ABI_DEPENDS.graphene?=               graphene>=1.10.2
+BUILDLINK_ABI_DEPENDS.graphene?=       graphene>=1.10.2
 BUILDLINK_PKGSRCDIR.graphene?=         ../../graphics/graphene
 
 .include "../../devel/glib2/buildlink3.mk"
diff -r c3dbc0cfc044 -r 8ec82aa20cc6 graphics/graphene/distinfo
--- a/graphics/graphene/distinfo        Fri Sep 09 15:17:34 2022 +0000
+++ b/graphics/graphene/distinfo        Fri Sep 09 15:21:13 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:16 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/09/09 15:21:13 wiz Exp $
 
-BLAKE2s (graphene-1.10.2.tar.xz) = 7fcc82c3a02684d2e8453e32ee982a2b16d3d546dbc1034fd7b791627b603a32
-SHA512 (graphene-1.10.2.tar.xz) = a8a8ef1e4ccffee2313a18b9b8dda06c7ede6d49fdde8578694500634e3c90278fd30af7d88938d5ecb08c519cc3e09d21fe69d0f21cb766e056ceedbb3eafb0
-Size (graphene-1.10.2.tar.xz) = 292372 bytes
+BLAKE2s (graphene-1.10.8.tar.gz) = 853c27bfd1dca1a5e54b0b1ad3bb6d1d2d24f25744dcee34278ff5393cdebbdf
+SHA512 (graphene-1.10.8.tar.gz) = 526b0c17049459b687ceb7f6c26c9d982535e4048e74a0b6282704f9811d3c2e7e0e6cfef166aa953306b6cf77add6677bc600ae0c66cc052dc04c3d0345bd68
+Size (graphene-1.10.8.tar.gz) = 178557 bytes



Home | Main Index | Thread Index | Old Index