| 1 | DESCRIPTION="Fluidsynth is a software real-time synthesizer based on the Soundfont 2 specifications." |
|---|
| 2 | HOMEPAGE="http://www.fluidsynth.org/" |
|---|
| 3 | SRC_URI="http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.3/fluidsynth-1.1.3.tar.bz2/download" |
|---|
| 4 | CHECKSUM_MD5="6e35225b088eae0c2af0b78097941655" |
|---|
| 5 | REVISION="1" |
|---|
| 6 | STATUS_HAIKU="stable" |
|---|
| 7 | DEPEND="dev-libs/glib >= 2.24.1 |
|---|
| 8 | media-libs/libsndfile >= 1.0.18" |
|---|
| 9 | |
|---|
| 10 | BUILD { |
|---|
| 11 | cd fluidsynth-1.1.3 |
|---|
| 12 | cmake . |
|---|
| 13 | make |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | INSTALL { |
|---|
| 17 | cd fluidsynth-1.1.3 |
|---|
| 18 | make install |
|---|
| 19 | } |
|---|
| 20 | |
|---|
| 21 | LICENSE="GNU LGPL v2.1" |
|---|
| 22 | COPYRIGHT="2007-2010 Josh Green, Pedro Lopez-Cabanillas, David Henningsson" |
|---|