From owner-svn-ports-head@freebsd.org Sat Feb 13 17:54:14 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5423953432B; Sat, 13 Feb 2021 17:54:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DdJ0620T6z4pDr; Sat, 13 Feb 2021 17:54:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2CB2E1B5E2; Sat, 13 Feb 2021 17:54:14 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11DHsDJt046984; Sat, 13 Feb 2021 17:54:13 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11DHsDER046981; Sat, 13 Feb 2021 17:54:13 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202102131754.11DHsDER046981@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sat, 13 Feb 2021 17:54:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565158 - head/graphics/graphene X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/graphics/graphene X-SVN-Commit-Revision: 565158 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2021 17:54:14 -0000 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