notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-soxr High quality, one-dimensional sample-rate conversion library
0.5.0 audio on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.5.0Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-02-21 09:06:21
Last Update: 2025-06-19 20:28:47
Commit Hash: 4f0eba1
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
Also Listed In: python
License: LGPL21 BSD3CLAUSE
WWW:
https://github.com/dofuuz/python-soxr
Description:
soxr is a high quality, one-dimensional sample-rate conversion library for Python.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}soxr>0:audio/py-soxr@${PY_FLAVOR}
To install the port:
cd /usr/ports/audio/py-soxr/ && make install clean
To add the package, run one of these commands:
  • pkg install audio/py-soxr
  • pkg install py311-soxr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-soxr listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-soxr
Package flavors (<flavor>: <package>)
  • py311: py311-soxr
distinfo:
TIMESTAMP = 1726596269 SHA256 (soxr-0.5.0.tar.gz) = 6db338bbb01b73ad31534dd48e1b1eafa767714223f7d403c7633c987bdbd719 SIZE (soxr-0.5.0.tar.gz) = 170686

Packages (timestamps in pop-ups are UTC):
py39-soxr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------0.3.7-
FreeBSD:14:latest--------
FreeBSD:14:quarterly------0.3.7-
FreeBSD:15:latest--n/a-n/a-0.3.70.3.7
 

py311-soxr
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5.00.5.0------
FreeBSD:13:quarterly0.5.00.5.0------
FreeBSD:14:latest0.5.00.5.0------
FreeBSD:14:quarterly0.5.00.5.0------
FreeBSD:15:latest0.5.00.5.0n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>0 : devel/py-setuptools@py311
  2. cmake : devel/cmake-core
  3. py311-nanobind>0 : devel/py-nanobind@py311
  4. py311-setuptools-scm>0 : devel/py-setuptools-scm@py311
  5. py311-scikit-build-core>=0.9.0 : devel/py-scikit-build-core@py311
  6. py311-wheel>0 : devel/py-wheel@py311
  7. python3.11 : lang/python311
  8. py311-build>=0 : devel/py-build@py311
  9. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-pytest>=7,1 : devel/py-pytest@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
  2. python3.11 : lang/python311
This port is required by:
for Run
  1. audio/py-librosa
  2. misc/py-datasets

Configuration Options:
No options to configure
Options name:
audio_py-soxr
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/soxr/
  2. https://pypi.org/packages/source/s/soxr/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5.0
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5.0
23 Dec 2024 10:07:56
commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13commit hash: 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Broken on armv7

Reported by:	fallout
0.5.0
17 Sep 2024 18:26:01
commit hash: 69041ba06c3de8698dea7aece46ceb5d591ebd77commit hash: 69041ba06c3de8698dea7aece46ceb5d591ebd77commit hash: 69041ba06c3de8698dea7aece46ceb5d591ebd77commit hash: 69041ba06c3de8698dea7aece46ceb5d591ebd77 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: update 0.4.0 → 0.5.0

Reported by:	portscout
0.4.0
04 Aug 2024 22:28:57
commit hash: 38924beeeac345436dc8419ca0af435df0f4924ccommit hash: 38924beeeac345436dc8419ca0af435df0f4924ccommit hash: 38924beeeac345436dc8419ca0af435df0f4924ccommit hash: 38924beeeac345436dc8419ca0af435df0f4924c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Fix build by removing -Werror

Reported by:	fallout
0.4.0
26 Jul 2024 08:57:56
commit hash: b618c1a1cb161c537f83969ee67d3971bfc2b957commit hash: b618c1a1cb161c537f83969ee67d3971bfc2b957commit hash: b618c1a1cb161c537f83969ee67d3971bfc2b957commit hash: b618c1a1cb161c537f83969ee67d3971bfc2b957 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: update 0.3.7 → 0.4.0

Reported by:	portscout
0.3.7
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
0.3.7
24 Jan 2024 02:42:13
commit hash: 65230ac4139e40ad40b506ef2b39d2ccbb0b9d84commit hash: 65230ac4139e40ad40b506ef2b39d2ccbb0b9d84commit hash: 65230ac4139e40ad40b506ef2b39d2ccbb0b9d84commit hash: 65230ac4139e40ad40b506ef2b39d2ccbb0b9d84 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Fix build on arm64

Reported by:	fallout
0.3.7
04 Jan 2024 08:07:25
commit hash: 4ed4664857a8455ff79e321f889e455b9d470cdacommit hash: 4ed4664857a8455ff79e321f889e455b9d470cdacommit hash: 4ed4664857a8455ff79e321f889e455b9d470cdacommit hash: 4ed4664857a8455ff79e321f889e455b9d470cda files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: update 0.3.6 → 0.3.7

Reported by:	portscout
0.3.6_1
26 Aug 2023 03:00:23
commit hash: 1aac3a8eca580ac591eeef6fe726ff803683373ccommit hash: 1aac3a8eca580ac591eeef6fe726ff803683373ccommit hash: 1aac3a8eca580ac591eeef6fe726ff803683373ccommit hash: 1aac3a8eca580ac591eeef6fe726ff803683373c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Add workaround to fix wrong version variable
0.3.6
16 Aug 2023 06:48:18
commit hash: de80b67966bd1f217f303051a44791916bc863a8commit hash: de80b67966bd1f217f303051a44791916bc863a8commit hash: de80b67966bd1f217f303051a44791916bc863a8commit hash: de80b67966bd1f217f303051a44791916bc863a8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Update 0.3.5 → 0.3.6

Reported by:	portscout
0.3.5
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.3.5
07 Jun 2023 01:34:51
commit hash: 3c5fc00efca5b4e31eabeae1887bfec4550fcda3commit hash: 3c5fc00efca5b4e31eabeae1887bfec4550fcda3commit hash: 3c5fc00efca5b4e31eabeae1887bfec4550fcda3commit hash: 3c5fc00efca5b4e31eabeae1887bfec4550fcda3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Update 0.3.4 → 0.3.5

Reported by:	portscout
0.3.4_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.3.4_1
04 Apr 2023 18:29:11
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
0.3.4
14 Mar 2023 10:07:36
commit hash: 1fc513f7a5a36f1c0d5384e64143e8a03c32ff88commit hash: 1fc513f7a5a36f1c0d5384e64143e8a03c32ff88commit hash: 1fc513f7a5a36f1c0d5384e64143e8a03c32ff88commit hash: 1fc513f7a5a36f1c0d5384e64143e8a03c32ff88 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
audio/py-soxr: Mark BROKEN on i386

Fails to build with following message:
...requires target feature 'sse', but would be inlined into function
'h8' that is compiled without support for 'sse'

Reported by:	pkg-fallout, antoine
Approved by:	portmgr (blanket)
0.3.4
09 Mar 2023 09:48:58
commit hash: 0877b50af2cb07135ae9a44d66cbf6e5b3a5b5aecommit hash: 0877b50af2cb07135ae9a44d66cbf6e5b3a5b5aecommit hash: 0877b50af2cb07135ae9a44d66cbf6e5b3a5b5aecommit hash: 0877b50af2cb07135ae9a44d66cbf6e5b3a5b5ae files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
audio/py-soxr: fix build on powerpc*
0.3.4
05 Mar 2023 17:56:34
commit hash: b77712653cb9e603dc80d803ce6c5668f37adcd4commit hash: b77712653cb9e603dc80d803ce6c5668f37adcd4commit hash: b77712653cb9e603dc80d803ce6c5668f37adcd4commit hash: b77712653cb9e603dc80d803ce6c5668f37adcd4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: Update 0.3.3 → 0.3.4

Reported by:	portscout
0.3.3
21 Feb 2023 09:05:29
commit hash: 70e129b0b04522259bdca2db9fb8b52eb925bf34commit hash: 70e129b0b04522259bdca2db9fb8b52eb925bf34commit hash: 70e129b0b04522259bdca2db9fb8b52eb925bf34commit hash: 70e129b0b04522259bdca2db9fb8b52eb925bf34 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
audio/py-soxr: New port: High quality, one-dimensional sample-rate conversion
library

Number of commits found: 18