Here is an update to libmysofa 1.3.3.
1.3.2 - allow slightly more dense HRTFs - allow all kind of room types - target exporting - bug fix in memory reader - enable in big endian support 1.3 - added a memory loader for HRTFs - supporting strange head geometrics from MeshHRTF Index: Makefile =================================================================== RCS file: /cvs/ports/audio/libmysofa/Makefile,v retrieving revision 1.3 diff -u -p -u -p -r1.3 Makefile --- Makefile 11 Mar 2022 18:20:15 -0000 1.3 +++ Makefile 22 Dec 2024 13:00:33 -0000 @@ -1,14 +1,12 @@ COMMENT= SOFA (Spatially Oriented Format for Acoustics) file reader -VER= 1.2 +VER= 1.3.3 CATEGORIES= audio GH_ACCOUNT= hoene GH_PROJECT= libmysofa GH_TAGNAME= v${VER} -SHARED_LIBS= mysofa 0.0 - -HOMEPAGE= https://github.com/hoene/libmysofa +SHARED_LIBS= mysofa 0.1 MAINTAINER= Brad Smith <b...@comstyle.com> @@ -17,7 +15,8 @@ PERMIT_PACKAGE= Yes WANTLIB= m z -COMPILER= base-clang ports-clang ports-gcc +COMPILER= base-clang ports-gcc +COMPILER_LANGS= c MODULES= devel/cmake Index: distinfo =================================================================== RCS file: /cvs/ports/audio/libmysofa/distinfo,v retrieving revision 1.2 diff -u -p -u -p -r1.2 distinfo --- distinfo 19 Mar 2021 20:49:55 -0000 1.2 +++ distinfo 22 Dec 2024 13:00:33 -0000 @@ -1,2 +1,2 @@ -SHA256 (libmysofa-1.2.tar.gz) = djjeyLorVAjPMqtB03yylGAJXEshYahgSAwSLnGAa6k= -SIZE (libmysofa-1.2.tar.gz) = 199998224 +SHA256 (libmysofa-1.3.3.tar.gz) = oV9yNqK0kvjY2mn2xxtb3h7xusDvQouU38ocq8skyE8= +SIZE (libmysofa-1.3.3.tar.gz) = 208753723 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/audio/libmysofa/pkg/PLIST,v retrieving revision 1.2 diff -u -p -u -p -r1.2 PLIST --- pkg/PLIST 11 Mar 2022 18:20:15 -0000 1.2 +++ pkg/PLIST 22 Dec 2024 13:00:33 -0000 @@ -1,4 +1,11 @@ include/mysofa.h +include/mysofa_export.h +lib/cmake/ +lib/cmake/mysofa/ +lib/cmake/mysofa/mysofaConfig.cmake +lib/cmake/mysofa/mysofaConfigVersion.cmake +lib/cmake/mysofa/mysofaTargets${MODCMAKE_BUILD_SUFFIX} +lib/cmake/mysofa/mysofaTargets.cmake @static-lib lib/libmysofa.a @lib lib/libmysofa.so.${LIBmysofa_VERSION} lib/pkgconfig/libmysofa.pc