Date: Sat, 13 Feb 2021 17:54:13 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565158 - head/graphics/graphene Message-ID: <202102131754.11DHsDER046981@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Feb 13 17:54:13 2021 New Revision: 565158 URL: https://svnweb.freebsd.org/changeset/ports/565158 Log: 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 Modified: head/graphics/graphene/Makefile head/graphics/graphene/distinfo head/graphics/graphene/pkg-plist Modified: head/graphics/graphene/Makefile ============================================================================== --- head/graphics/graphene/Makefile Sat Feb 13 17:49:48 2021 (r565157) +++ head/graphics/graphene/Makefile Sat Feb 13 17:54:13 2021 (r565158) @@ -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 @@ -27,6 +27,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: Modified: head/graphics/graphene/distinfo ============================================================================== --- head/graphics/graphene/distinfo Sat Feb 13 17:49:48 2021 (r565157) +++ head/graphics/graphene/distinfo Sat Feb 13 17:54:13 2021 (r565158) @@ -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 Modified: head/graphics/graphene/pkg-plist ============================================================================== --- head/graphics/graphene/pkg-plist Sat Feb 13 17:49:48 2021 (r565157) +++ head/graphics/graphene/pkg-plist Sat Feb 13 17:54:13 2021 (r565158) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102131754.11DHsDER046981>