diff --git a/audio/py-soxr/Makefile b/audio/py-soxr/Makefile index b14c5ce463cc..67d45060eaed 100644 --- a/audio/py-soxr/Makefile +++ b/audio/py-soxr/Makefile @@ -1,30 +1,29 @@ PORTNAME= soxr -DISTVERSION= 0.3.4 -PORTREVISION= 2 +DISTVERSION= 0.3.5 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= High quality, one-dimensional sample-rate conversion library WWW= https://github.com/dofuuz/python-soxr LICENSE= LGPL21 BSD3CLAUSE LICENSE_COMB= multi BROKEN_i386= fails to compile: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse' BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYNUMPY} \ ${PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+ USE_PYTHON= pep517 cython autoplist pytest TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/soxr/cysoxr${PYTHON_EXT_SUFFIX}.so .include diff --git a/audio/py-soxr/distinfo b/audio/py-soxr/distinfo index e7765aa28c85..cde8bbffe080 100644 --- a/audio/py-soxr/distinfo +++ b/audio/py-soxr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677997461 -SHA256 (soxr-0.3.4.tar.gz) = fe68daf00e8f020977b187699903d219f9e39b9fb3d915f3f923eed8ba431449 -SIZE (soxr-0.3.4.tar.gz) = 288071 +TIMESTAMP = 1686101133 +SHA256 (soxr-0.3.5.tar.gz) = b6b60f6381c98249a2f2a594e9234b647b78856c76c060597d53ed27b6efd249 +SIZE (soxr-0.3.5.tar.gz) = 287424 diff --git a/audio/py-soxr/files/patch-libsoxr_src_pffft.c b/audio/py-soxr/files/patch-libsoxr_src_pffft.c deleted file mode 100644 index 873b64ba19ec..000000000000 --- a/audio/py-soxr/files/patch-libsoxr_src_pffft.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libsoxr/src/pffft.c.orig 2023-03-07 21:21:30 UTC -+++ libsoxr/src/pffft.c -@@ -100,6 +100,7 @@ - Altivec support macros - */ - #if !defined(PFFFT_SIMD_DISABLE) && (defined(__ppc__) || defined(__ppc64__)) -+#include - typedef vector float v4sf; - # define SIMD_SZ 4 - # define VZERO() ((vector float) vec_splat_u8(0))