Version: 2.9.0, Package name: vamp-plugin-sdk-2.9.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Vamp is an audio processing plugin system for plugins that extract descriptive information from audio data - typically referred to as audio analysis plugins or audio feature extraction plugins. |
Filesize: 305.396 KB |
Version History (View Complete History) |
|
2020-03-13 18:18:25 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: This now requires libsndfile at build time just to build the test program Spotted by sthen@ |
2020-03-12 08:53:00 by Raphael Graf | Files touched by this commit (5) |
Log message: update to vamp-plugin-sdk-2.9.0, help and ok jca@ |
2019-11-18 05:06:23 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix extra whitespace in libvamp-hostsdk.la, from septimiu turcu |
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-03-19 04:22:23 by Stuart Henderson | Files touched by this commit (6) |
Log message: merge PFRAG.shared |
2016-01-12 06:09:35 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: previous update didnt install shared libd, which broke audacity. spotted by naddy@ |
2016-01-10 10:29:28 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: missed in previous |
2016-01-10 10:28:55 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: - update to vamp-plugin-sdk-2.2.1 |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2009-03-25 14:44:10 by Jacob Meuser | Files touched by this commit (1) |
Log message: let this build when libsndfile isn't installed. libsndfile is only needed for the regress target. no pkg change. problem noticed by jasper@, thanks |
2009-03-13 21:48:07 by Jacob Meuser | Files touched by this commit (5) |
Log message: update to vamp-plugin-sdk-2.0 |
2009-02-03 23:39:24 by Jacob Meuser | Files touched by this commit (2) |
Log message: the example host needs libsndfile. the example host is used in the regress target but is not packaged. only build the sample host in the regress target and register libsndfile as a REGRESS_DEPENDS. |
2009-01-29 06:47:41 by Jacob Meuser | Files touched by this commit (2) |
Log message: link with shared stdc++, should fix build on amd64. I had this on my amd64 but committed from my i386. problem noticed by Joe Malcolm, thanks for the report. |
2009-01-28 12:46:00 by Stefan Sperling | Files touched by this commit (2) |
Log message: isnan() and isinf() are in the std:: namespace now, so remove a patch which stripped the std:: namespace qualifier from calls to these functions. Should unbreak this port on architectures using gcc-3.x. ok naddy@ |