aboutsummaryrefslogtreecommitdiffstats
path: root/audio/calf
Commit message (Collapse)AuthorAgeFilesLines
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-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.60Wen Heping2015-06-205-152/+216
| | | | | PR: 199207 Submitted by: tkato432@yahoo.com
* - Strip librariesDmitry Marakasov2015-05-261-1/+4
| | | | Approved by: portmgr blanket
* Cleanup plistBaptiste Daroussin2014-10-201-7/+0
|
* math/fftw3:Tijl Coosemans2014-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.Adam Weinberger2014-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 filesDmitry Marakasov2014-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 filesDmitry Marakasov2014-06-162-2/+2
|
* - Minor port cleanupDmitry Marakasov2014-04-231-17/+19
| | | | | PR: 188145 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Fix build on HEAD (unknown clang options -finline-*)Dmitry Marakasov2014-04-031-3/+8
|
* - Fix build with clangMartin Wilke2014-01-192-8/+31
| | | | | PR: 185500 Submitted by: Ports Fury
* audio/calf: Unbreak on most platforms by fixing plistJohn Marino2013-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 stageBaptiste Daroussin2013-11-252-27/+13
| | | | Use options helpers
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-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: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | audio)
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
|
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-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 variableAlex Kozlov2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | Approved by: portmgr (bapt)
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSBaptiste Daroussin2012-12-311-1/+1
|
* - Update to version 0.0.19Beech Rintoul2012-12-144-65/+357
| | | | | PR: ports/174165 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
|
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-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.6Tilman Keskinoz2010-12-283-10/+4
| | | | | PR: 153483 Submitted by: Armin Pirkovitsch
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-261-1/+1
|
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* Improve BROKEN.Edward Tomasz Napierala2009-09-151-4/+7
|
* - Mark BROKEN Does not compileMartin Wilke2009-09-141-0/+2
|
* The Calf project aims at providing a set of high quality open sourceEdward Tomasz Napierala2009-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/