aboutsummaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.6miwi2013-02-045-72/+30
| | | | | PR: 171958 Submitted by: ports fury
* Convert audio/jack and fluidsynth to only build depend on pkgconf, trackbapt2012-10-061-6/+3
| | | | dependency impact
* Convert to new options frameworkbapt2012-05-301-16/+10
|
* - Add missing patchesmiwi2011-11-192-0/+98
| | | | Feature safe: yes
* - Update to 1.5.1miwi2011-11-194-50/+51
| | | | | | PR: 161631 Submitted by: Ports Fury Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+2
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Fixed problem with games/scumm when compiled with option fluidsynth.sylvio2010-05-091-0/+1
| | | | | PR: 146121 Submitted by: Oliver Herold <oh@fixmbr.de>
* - Update to 1.1.1miwi2010-01-054-16/+62
| | | | | PR: 142312 Submitted by: Ports Fury
* - Remove USE_GETOPT_LONG which is a no-op since March 2007pav2008-03-201-1/+0
|
* - Update to 1.0.8pav2007-12-192-6/+5
| | | | | PR: ports/118259 Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
* - Transfer maintainership to multimedia@ahze2007-06-251-3/+8
| | | | | - Make jack-audio support on by default (per configure script) - add OPTIONS
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-141-1/+1
| | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Update to 1.0.7amnag2006-02-232-6/+8
| | | | | | | - portlint(1) PR: 93652 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Add some SHA256 checksumspav2005-11-241-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 1.0.6garga2005-10-104-24/+29
| | | | | PR: ports/87053 Submitted by: Ports Fury
* Drop maintainershiplioux2005-09-251-1/+1
|
* Now builds on sparc64kris2005-04-111-7/+1
|
* o Update to 1.0.5lioux2005-04-042-6/+6
| | | | | | o Take over maintainership (suggested by previous maintainer [1]) Approved by: Juha Nyg?rd <juha.nygard1@netikka.fi> [1]
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* BROKEN on !i386 and !amd64: Does not compile.kris2004-02-241-1/+7
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Savannah is still dead but there is a new master_sitespav2004-01-291-2/+1
| | | | Reported by: bento via kris
* Add fluidsynth, a real-time software synthesizer based on the SoundFont 2pav2003-12-045-0/+74
specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It can also play MIDI files. PR: ports/59716 Submitted by: Juha Nygard <juha.nygard1@netikka.fi> Approved by: adamw (mentor)