aboutsummaryrefslogtreecommitdiffstats
path: root/audio/calf
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* audio/lv2core: deprecate in favor of audio/lv2 (try#2)jbeich2016-11-051-3/+3
| | | | | | - Switch existing consumers to audio/lv2 PR: 197126, 213285 (for tracking)
* audio/lv2core: backout r425367 to re-land cleanlyjbeich2016-11-051-3/+3
|
* audio/lv2core: deprecate in favor of audio/lv2jbeich2016-11-051-3/+3
| | | | | | - Switch existing consumers to audio/lv2 PR: 197126, 213285 (for tracking)
* Cleanup patches, a* categories.mat2016-07-275-0/+0
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* audio/calf: Fix build with libc++ 3.8.0pi2016-05-075-2/+52
| | | | | | | - change some patches to conform to makepatch rules PR: 209333 Submitted by: dim
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-026-33/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* - Update to 0.0.60wen2015-06-205-152/+216
| | | | | PR: 199207 Submitted by: tkato432@yahoo.com
* - Strip librariesamdmi32015-05-261-1/+4
| | | | Approved by: portmgr blanket
* Cleanup plistbapt2014-10-201-7/+0
|
* math/fftw3:tijl2014-09-011-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-1/+1
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* - Switch audio/lash to USES=libtool, drop .la filesamdmi32014-06-201-1/+1
| | | | | | | - Add required LIBS - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-06-162-2/+2
|
* - Minor port cleanupamdmi32014-04-231-17/+19
| | | | | PR: 188145 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build on HEAD (unknown clang options -finline-*)amdmi32014-04-031-3/+8
|
* - Fix build with clangmiwi2014-01-192-8/+31
| | | | | PR: 185500 Submitted by: Ports Fury
* audio/calf: Unbreak on most platforms by fixing plistmarino2013-12-131-5/+0
| | | | | It is still broken on FreeBSD 10+: fixed_point.h: error: 'data' declared as an array with a negative size (4x)
* Support stagebapt2013-11-252-27/+13
| | | | Use options helpers
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfbapt2013-09-061-1/+1
|
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-1/+1
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSbapt2012-12-311-1/+1
|
* - Update to version 0.0.19beech2012-12-144-65/+357
| | | | | PR: ports/174165 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* Update to 0.0.18.6arved2010-12-283-10/+4
| | | | | PR: 153483 Submitted by: Armin Pirkovitsch
* Drop maintainership for ports I can't maintain anymore.trasz2010-10-261-1/+1
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* Improve BROKEN.trasz2009-09-151-4/+7
|
* - Mark BROKEN Does not compilemiwi2009-09-141-0/+2
|
* The Calf project aims at providing a set of high quality open sourcetrasz2009-08-274-0/+87
audio plugins for musicians. All the included plugins are designed to be used with multitrack software, as software replacement for instruments and guitar stomp boxes. The plugins are available in following formats: - DSSI (both synthesizers and effects, GTK+ GUI is included) - Standalone JACK client application with GTK+-based GUI - LADSPA (only effect plugins, GUI not available unless host supports DSSI-style GUI for LADSPA), with LRDF. Note that use of LADSPA is strongly discouraged, as the limitations of the standard may cause serious inconvenience. WWW: http://calf.sourceforge.net/