IABSD.fr/ports/audio/ladspa

Branch :


Log

Author Commit Date CI Message
7d8f57fc 2023-09-05 16:13:35 move to new sites format
a3d42b3d 2023-01-24 18:17:00 ladspa: regen distinfo/plist. From one machine at home I get a short fetch from ftp(1) (which is the file I generated distinfo for, but it untarred sufficiently ok that I didn't notice...) From another machine I get the full file, and from the original machine with curl I get the full file(!) Mirror the distfile as well, since there's something weird going on somewhere. Fetch issue reported by phessler.
f9ae2da8 2023-01-24 14:52:00 update to ladspa-1.17, while there use the correct default plugin search path so that tools work without setting LADSPA_PATH
b80841c8 2022-03-11 18:20:04 drop RCS Ids
ea6e8fb9 2020-07-03 18:29:35 Update to ladspa-1.15. from Brad
d78f3354 2020-06-30 07:13:48 - A bit of rearranging and cleaning up. - HTTPS URL. - Provide a better DESCR. from Brad
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
25f0e460 2018-10-24 14:27:57 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.
5e964ab0 2017-07-26 22:45:14 bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
c114d705 2017-07-23 09:26:25 add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly.