git: 3c5fc00efca5 - main - audio/py-soxr: Update 0.3.4 → 0.3.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jun 2023 01:58:41 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3c5fc00efca5b4e31eabeae1887bfec4550fcda3
commit 3c5fc00efca5b4e31eabeae1887bfec4550fcda3
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-06-07 01:34:51 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-06-07 01:34:51 +0000
audio/py-soxr: Update 0.3.4 → 0.3.5
Reported by: portscout
---
audio/py-soxr/Makefile | 3 +--
audio/py-soxr/distinfo | 6 +++---
audio/py-soxr/files/patch-libsoxr_src_pffft.c | 10 ----------
3 files changed, 4 insertions(+), 15 deletions(-)
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,6 +1,5 @@
PORTNAME= soxr
-DISTVERSION= 0.3.4
-PORTREVISION= 2
+DISTVERSION= 0.3.5
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
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 <altivec.h>
- typedef vector float v4sf;
- # define SIMD_SZ 4
- # define VZERO() ((vector float) vec_splat_u8(0))