aboutsummaryrefslogtreecommitdiff
path: root/audio/calf
Commit message (Collapse)AuthorAgeFilesLines
* 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) Notes: svn path=/head/; revision=336330
* Support stageBaptiste Daroussin2013-11-242-27/+13
| | | | | | | Use options helpers Notes: svn path=/head/; revision=334768
* - 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) Notes: svn path=/head/; revision=331267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326491
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-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 Notes: svn path=/head/; revision=325727
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSBaptiste Daroussin2012-12-311-1/+1
| | | | Notes: svn path=/head/; revision=309754
* - Update to version 0.0.19Beech Rintoul2012-12-134-65/+357
| | | | | | | | PR: ports/174165 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=308863
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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 Notes: svn path=/head/; revision=289563
* Update to 0.0.18.6Tilman Keskinoz2010-12-283-10/+4
| | | | | | | | PR: 153483 Submitted by: Armin Pirkovitsch Notes: svn path=/head/; revision=267068
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-251-1/+1
| | | | Notes: svn path=/head/; revision=263585
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Improve BROKEN.Edward Tomasz Napierala2009-09-141-4/+7
| | | | Notes: svn path=/head/; revision=241403
* - Mark BROKEN Does not compileMartin Wilke2009-09-141-0/+2
| | | | Notes: svn path=/head/; revision=241367
* 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/ Notes: svn path=/head/; revision=240377