diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-13 17:54:13 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-13 17:54:13 +0000 |
commit | 41502dcb3a6c22b52858b9c354cf394cd18e3f3d (patch) | |
tree | 4bad18936abf774285049dcbc39bfa345c10a6c5 /graphics/graphene | |
parent | Update 3rd Party Modules (diff) |
graphics/graphene: update to 1.10.4
Changelog [1]:
* 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]
[1] https://github.com/ebassi/graphene/releases/tag/1.10.4
Notes
Notes:
svn path=/head/; revision=565158
Diffstat (limited to 'graphics/graphene')
-rw-r--r-- | graphics/graphene/Makefile | 8 | ||||
-rw-r--r-- | graphics/graphene/distinfo | 6 | ||||
-rw-r--r-- | graphics/graphene/pkg-plist | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile index 234cd3d0e97a..d1a6bfe5e475 100644 --- a/graphics/graphene/Makefile +++ b/graphics/graphene/Makefile @@ -1,16 +1,16 @@ # $FreeBSD$ PORTNAME= graphene -PORTVERSION= 1.10.2 +DISTVERSION= 1.10.4 CATEGORIES= graphics devel -MASTER_SITES= GNOME +MASTER_SITES= https://github.com/ebassi/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Optimizations for speeding up vector operations LICENSE= MIT -USES= compiler:c11 gnome meson pkgconfig python:3.4+ shebangfix tar:xz +USES= compiler:c11 gnome meson pkgconfig python:3.6+ shebangfix tar:xz USE_GNOME= glib20 pygobject3 USE_LDCONFIG= yes @@ -28,6 +28,8 @@ USE_GNOME+= introspection:build DOCS_MESON_TRUE= gtk_doc DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +BINARY_ALIAS= python3=${PYTHON_CMD} + # We don't want install tests post-install: @${RM} -rf ${STAGEDIR}${PREFIX}/libexec/installed-tests diff --git a/graphics/graphene/distinfo b/graphics/graphene/distinfo index 69f4e6040289..0e386562c292 100644 --- a/graphics/graphene/distinfo +++ b/graphics/graphene/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600272634 -SHA256 (graphene-1.10.2.tar.xz) = e97de8208f1aac4f913d4fa71ab73a7034e807186feb2abe55876e51c425a7f6 -SIZE (graphene-1.10.2.tar.xz) = 292372 +TIMESTAMP = 1613236179 +SHA256 (graphene-1.10.4.tar.xz) = b2a45f230f332478553bd79666eca8df1d1c6dbf208c344ba9f5120592772414 +SIZE (graphene-1.10.4.tar.xz) = 332516 diff --git a/graphics/graphene/pkg-plist b/graphics/graphene/pkg-plist index f85572ec5649..7baf6de2496f 100644 --- a/graphics/graphene/pkg-plist +++ b/graphics/graphene/pkg-plist @@ -27,7 +27,7 @@ lib/girepository-1.0/Graphene-1.0.typelib 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.4 libdata/pkgconfig/graphene-1.0.pc libdata/pkgconfig/graphene-gobject-1.0.pc share/gir-1.0/Graphene-1.0.gir |