Port details |
- libsoxr High quality, one-dimensional sample-rate conversion library
- 0.1.3_2 audio
=4 0.1.3_2Version of this port present on the latest quarterly branch.- Maintainer: riggs@FreeBSD.org
 - Port Added: 2016-06-25 18:12:29
- Last Update: 2020-06-29 17:17:17
- SVN Revision: 540808
People watching this port, also watch: desktop-file-utils, font-bh-lucidatypewriter-100dpi, font-misc-meltho, py37-pycparser, libraw - License: LGPL21+ FFTPAK
- Description:
- The SoX Resampler library `libsoxr'
It performs one-dimensional sample-rate conversion,
may be used, for example, to resample PCM-encoded audio.
This library aims to give fast and high quality results for any constant
(rational or irrational) resampling ratio. Phase-response, preserved
bandwidth, aliasing, and rejection level parameters are all configurable;
alternatively, simple `preset' configurations may be selected. An
experimental, variable-rate resampling mode of operation is also included.
WWW: https://sourceforge.net/projects/soxr/
- SVNWeb : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsoxr>0:audio/libsoxr
- libsoxr.so:audio/libsoxr
- To install the port:
cd /usr/ports/audio/libsoxr/ && make install clean - To add the package:
pkg install libsoxr - PKGNAME: libsoxr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1557127029
SHA256 (soxr-0.1.3-Source.tar.xz) = b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889
SIZE (soxr-0.1.3-Source.tar.xz) = 94384
Packages: (move your mouse over the cells for more information)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Libraries
- audio/audacity
- audio/oaml
- audio/pulseaudio
- audio/shairport-sync
- audio/squeezelite
- multimedia/qmmp-qt5
- multimedia/snapcast
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options
- ===> The following configuration options are available for libsoxr-0.1.3_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
OPENMP=off: Parallel processing support via OpenMP
SIMD=off: Use processor-specific SIMD optimisations
====> Choice of SIMD DFT library: you can only select none or one of them
AVFFT=off: Use external libavcodec
PFFFT=off: Use internal PFFFT
===> Use 'make config' to modify these settings
- USES:
- cmake pathfix pkgconfig tar:xz
- Master Sites:
-
|
Number of commits found: 15
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Jun 2020 16:17:17
0.1.3_2

|
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
19 Oct 2019 06:21:37
0.1.3_2

|
tobik  |
audio/libsoxr: Convert nop CMAKE_MAKE_ARGS into CMAKE_ON
Probably CMAKE_ARGS was meant here. WITH_LSR_BINDINGS, BUILD_SHARED_LIBS
are both on by default. There is no immediate need to set them
explicitly. Do it anyway since this seems to have been the original
intent. |
05 Aug 2019 23:06:50
0.1.3_2

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
26 Jul 2019 20:46:57
0.1.3_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
06 May 2019 18:35:38
0.1.3

|
riggs  |
Update to upstream version 0.1.3
MFH: 2019Q2 |
12 Dec 2018 01:35:36
0.1.2.20160529_9

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
06 Nov 2018 01:50:27
0.1.2.20160529_8

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
29 Jul 2018 22:18:46
0.1.2.20160529_7

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
02 May 2018 15:07:27
0.1.2.20160529_6

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
21 Oct 2017 06:50:50
0.1.2.20160529_5

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
10 Sep 2017 20:55:39
0.1.2.20160529_4

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
01 Apr 2017 15:23:32
0.1.2.20160529_3

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
11 Dec 2016 15:22:47
0.1.2.20160529_2

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
20 Nov 2016 09:38:09
0.1.2.20160529_1

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
25 Jun 2016 18:12:21
0.1.2.20160529

|
riggs  |
Import audio/libsoxr, a sample-rate conversion library
PR: liangtai.s16@gmail.com
Reviewed by: riggs |
Number of commits found: 15
|
Latest Vulnerabilities |
10 vulnerabilities affecting 79 ports have been reported in the past 14 days
|
* - modified, not new All vulnerabilities
Last updated: 2021-03-05 21:21:29
|
|