Port details |
- madronalib C++ framework for DSP applications
- 1.6.1016_4 audio =2 1.6.1016_4Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-04-09 22:18:07
- Last Update: 2025-01-29 16:56:52
- Commit Hash: ed36954
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.madronalabs.com/
- Description:
- Madronalib provides one clear path to writing maintainable audio code without
sacrificing performance. It enables efficient audio DSP on SIMD processors with
readable, brief code.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- madronalib>0:audio/madronalib
- To install the port:
- cd /usr/ports/audio/madronalib/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/madronalib
- pkg install madronalib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: madronalib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1618005664
SHA256 (madronalabs-madronalib-v1.6-1016-g103895f_GH0.tar.gz) = 82d54264ba8e1e1a4e8da671faf027e3492b59b795049199c0c8a5ca271341fa
SIZE (madronalabs-madronalib-v1.6-1016-g103895f_GH0.tar.gz) = 381611
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libjack.so : audio/jack
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_madronalib
- USES:
- cmake compiler:c++11-lib localbase:ldflags perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1016_4 29 Jan 2025 16:56:52 |
Piotr Kubaj (pkubaj) |
audio/madronalib: -mcpu=power7 is not necessary anymore on powerpc64
Instead, using -mvsx is enough. |
1.6.1016_4 10 Aug 2023 20:02:29 |
Piotr Kubaj (pkubaj) |
audio/madronalib: drop GCC on powerpc64 |
1.6.1016_3 07 Aug 2023 19:26:43 |
Piotr Kubaj (pkubaj) |
audio/madronalib: drop GCC requirement on powerpc64le |
1.6.1016_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.1016_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.1016_1 21 Jul 2022 20:08:19 |
Yuri Victorovich (yuri) |
audio/madronalib: Broken on riscv64
Reported by: fallout |
1.6.1016_1 24 Sep 2021 14:13:03 |
Mikael Urankar (mikael) |
audio/madronalib: Mark as broken on arm. |
1.6.1016_1 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
1.6.1016 20 Apr 2021 20:26:48 |
Piotr Kubaj (pkubaj) |
audio/madronalib: fix build on powerpc64
Same issue as on powerpc64le. |
1.6.1016 19 Apr 2021 23:38:12 |
Piotr Kubaj (pkubaj) |
audio/madronalib: fix build on powerpc64le
Use GCC with its SSE translation:
In file included from
/wrkdirs/usr/ports/audio/madronalib/work/madronalib-1.6-1016-g103895f/source/DSP/MLDSPMathSSE.h:32:
In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared
identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
__builtin_ia32_emms(); |
1.6.1016 15 Apr 2021 17:01:31 |
Yuri Victorovich (yuri) |
audio/madronalib: Broken on i386
Reported by: fallout |
1.6.1016 09 Apr 2021 22:24:31 |
Yuri Victorovich (yuri) |
audio/madronalib: Add USES=compiler:c++11-lib |
1.6.1016 09 Apr 2021 22:15:39 |
Yuri Victorovich (yuri) |
New port: audio/madronalib: C++ framework for DSP applications |