From owner-dev-commits-ports-all@freebsd.org Wed Aug 11 17:13:07 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 10AE465777D; Wed, 11 Aug 2021 17:13:07 +0000 (UTC) (envelope-from git@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 4GlGc25sLpz3hqC; Wed, 11 Aug 2021 17:13:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B14BB132A6; Wed, 11 Aug 2021 17:13:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17BHD61L011518; Wed, 11 Aug 2021 17:13:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17BHD6Ev011517; Wed, 11 Aug 2021 17:13:06 GMT (envelope-from git) Date: Wed, 11 Aug 2021 17:13:06 GMT Message-Id: <202108111713.17BHD6Ev011517@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 9e353599c12f - main - audio/libsidplayfp: update to 2.2.2 release+ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 9e353599c12f180a59849708fe7997b5b1e90902 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2021 17:13:07 -0000 The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9e353599c12f180a59849708fe7997b5b1e90902 commit 9e353599c12f180a59849708fe7997b5b1e90902 Author: Dima Panov AuthorDate: 2021-08-11 17:11:26 +0000 Commit: Dima Panov CommitDate: 2021-08-11 17:11:26 +0000 audio/libsidplayfp: update to 2.2.2 release+ Enable SIMD instructions on aarch64 and amd64 PR: 257759 --- audio/libsidplayfp/Makefile | 14 ++++++++++++-- audio/libsidplayfp/distinfo | 6 +++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/audio/libsidplayfp/Makefile b/audio/libsidplayfp/Makefile index 67b9f1c438b8..26ac40e5bbec 100644 --- a/audio/libsidplayfp/Makefile +++ b/audio/libsidplayfp/Makefile @@ -1,5 +1,5 @@ PORTNAME= libsidplayfp -DISTVERSION= 2.2.0 +DISTVERSION= 2.2.2 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ @@ -38,7 +38,17 @@ DEBUG_CONFIGURE_ON= --enable-debug=full DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=false -SIDPLAYFP_SHLIB_VERSION= 6.3.19 +.include + +.if ${ARCH} == "aarch64" +CONFIGURE_ARGS+= --with-simd=neon +.endif + +.if ${ARCH} == "amd64" +CONFIGURE_ARGS+= --with-simd=sse2 +.endif + +SIDPLAYFP_SHLIB_VERSION= 6.3.21 STILVIEW_SHLIB_VERSION= 0.0.4 post-build-DOXYGEN-on: diff --git a/audio/libsidplayfp/distinfo b/audio/libsidplayfp/distinfo index f057ea38092c..c2645323d905 100644 --- a/audio/libsidplayfp/distinfo +++ b/audio/libsidplayfp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623776530 -SHA256 (libsidplayfp-2.2.0.tar.gz) = d66f52a610478f82fcf8e1b471ad30467089f4e21e1c27f2c734b6d3ee9368a5 -SIZE (libsidplayfp-2.2.0.tar.gz) = 794840 +TIMESTAMP = 1628621909 +SHA256 (libsidplayfp-2.2.2.tar.gz) = b822cd2af3dc47480b7abe3a14d4daadbff65a9b7f046b3b8e633bff487a117a +SIZE (libsidplayfp-2.2.2.tar.gz) = 794119