[Bug 286775] new port: audio/ambix
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 286775] new port: audio/ambix"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 May 2025 15:16:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286775
Leo Vandewoestijne <freebsd@dns.company> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|diff --git |https://github.com/kronihia
|a/audio/ambix/Makefile |s/ambix/
|b/audio/ambix/Makefile new |
|file mode 100644 index |
|0000000..6a7f1b9 --- |
|/dev/null +++ |
|b/audio/ambix/Makefile @@ |
|-0,0 +1,28 @@ +PORTNAME= |
| ambix |
|+DISTVERSIONPREFIX= v |
|+DISTVERSION= 0.3.0 |
|+CATEGORIES= audio + |
|+MAINTAINER= |
|freebsd@dns.company |
|+COMMENT= Ambisonics |
|tools (AmbiX format) for |
|spatial audio processing + |
|+LICENSE= GPLv3 + |
|+BUILD_DEPENDS= |
|eigen>0:math/eigen3 |
|+LIB_DEPENDS= |
|libjuce_audio_basics.so:dev |
|el/juce \ + |
|libfftw3.so:math/fftw3 \ + |
| |
|libfftw3f.so:math/fftw3-flo |
|at + +USES= cmake |
|compiler:c++14-lang |
|+USE_GITHUB= yes |
|+GH_ACCOUNT= |
|kronihias +GH_TAGNAME= |
|5842494 + +CMAKE_ARGS= |
|-DCMAKE_BUILD_TYPE=Release |
|+ +CMAKE_ON= |
|BUILD_SHARED_LIBS + |
|+PLIST_FILES= |
|bin/ambix_encoder \ + |
| bin/ambix_decoder + |
|+.include <bsd.port.mk> |
|diff --git |
|a/audio/ambix/distinfo |
|b/audio/ambix/distinfo new |
|file mode 100644 index |
|0000000..d1d749b --- |
|/dev/null +++ |
|b/audio/ambix/distinfo @@ |
|-0,0 +1,3 @@ +TIMESTAMP = |
|1746602499 +SHA256 |
|(kronihias-ambix-v0.3.0-584 |
|2494_GH0.tar.gz) = |
|b94b5ab00493518e881f9847e6c |
|ae420a7032a7b307979f97d86e0 |
|2cb455c392 +SIZE |
|(kronihias-ambix-v0.3.0-584 |
|2494_GH0.tar.gz) = |
|134960464 diff --git |
|a/audio/ambix/pkg-descr |
|b/audio/ambix/pkg-descr new |
|file mode 100644 index |
|0000000..d25755a --- |
|/dev/null +++ |
|b/audio/ambix/pkg-descr @@ |
|-0,0 +1,2 @@ +AmbiX is set |
|of tools for working with |
|Ambisonics audio in the |
|Ambix format. +It includes |
|encoders and decoders for |
|spatial audio processing. |
--
You are receiving this mail because:
You are the assignee for the bug.