Commit graph

10 commits

Author SHA1 Message Date
Barbara Guida
8d20446f87 - Added libtool to USES for audio/wildmidi
- Bump PORTREVISION for dependent ports

Approved by:	portsmgr blanket
2014-06-11 21:43:58 +00:00
Tijl Coosemans
8035bf70d1 - Change maintainer email address (lost access to previous one).
- Support staging.
- Disable optimisation flags that clang does not support.
- Silence post-patch.

PR:		ports/182525
Submitted by:	RyoTa SimaMoto <liangtai.s16@gmail.com> (maintainer)
2013-10-23 09:59:18 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
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
2013-08-30 23:01:05 +00:00
Baptiste Daroussin
26eab0c72e Fix build with clang by disabling incompatible cflags 2013-05-27 12:45:20 +00:00
Alex Kozlov
d16c2e222e - Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style

Approved by: portmgr (bapt)
Feature safe: yes
2013-04-17 23:40:57 +00:00
Michael Scheidell
6d117a2f5b - Correct wrong use of '&&' instead of '&' for logical "bit and"
- Bump PORTREVISION (cause failure on clang build)

PR:		ports/170079
Submitted by:	RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
2012-07-30 18:40:23 +00:00
Philip M. Gollucci
618361cf47 - Update to 0.2.3.5
PR:             ports/163124
Submitted by:   RyoTa SimaMoto <liangtai.s4@gmail.com> (maintainer)
2012-02-16 04:39:37 +00:00
Wen Heping
e3c89c70c6 - Remove USE_GZIP=yes since it is default
PR:		ports/157174
Submitted by:	Alex kozlov <spam@rm-rf.kiev.ua>
Approved by:	pav@(portmgr)
2011-07-07 09:17:32 +00:00
Martin Wilke
967345c8dc WildMIDI is a simple software midi player which has a core softsynth library
that can be used with other applications.

The WildMIDI library uses Gravis Ultrasound patch files to convert MIDI files
into audio which is them passed back to the calling application for further
processing or output. The API of the library is designed so that it is easy to
include WildMIDI into applications that wish to include MIDI file playback.
With multiple MIDI file support you can develop applications to mix several
midi files together at the same time and with the next release you will be
able to use a different patch set for each MIDI file.

The wildmidi player is a demonstration program to show the capabilities of
libWildMidi.

WWW: http://wildmidi.sourceforge.net/

PR:		ports/158372
Submitted by:	SimaMoto,RyoTa <liangtai.s4 at gmail.com>
2011-06-29 01:27:53 +00:00