Files
haikuports/media-sound/fluidsynth/fluidsynth-1.1_midi_buffer.recipe
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
  ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00

27 lines
594 B
Plaintext

DESCRIPTION="A branch for adding a new function to the FluidSynth API, fluid_player_add_mem."
HOMEPAGE="https://code.launchpad.net/~mgiuca/fluidsynth/midi-buffer"
SRC_URI="bzr+lp:~mgiuca/fluidsynth/midi-buffer"
#CHECKSUM_MD5=""
REVISION="1"
STATUS_HAIKU="stable"
DEPEND="dev-libs/glib >= 2.24.1
media-libs/libsndfile >= 1.0.18"
BUILD()
{
cd fluidsynth-1.1-midi-buffer
cd fluidsynth
cmake .
make
}
INSTALL()
{
cd fluidsynth-1.1-midi-buffer
cd fluidsynth
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2007-2011 Matt Giuca, Josh Green, Pedro Lopez-Cabanillas, David Henningsson"