HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • Back to Ticket #517

Ticket #517: fluidsynth-1.1-midi-buffer.bep

File fluidsynth-1.1-midi-buffer.bep, 590 bytes (added by michaelvoliveira, 4 years ago)

This is a special version containing the new API fluid_player_add_mem, required for SDL_Mixer

Line 
1DESCRIPTION="A branch for adding a new function to the FluidSynth API, fluid_player_add_mem."
2HOMEPAGE="https://code.launchpad.net/~mgiuca/fluidsynth/midi-buffer"
3SRC_URI="bzr+lp:~mgiuca/fluidsynth/midi-buffer"
4#CHECKSUM_MD5=""
5REVISION="1"
6STATUS_HAIKU="stable"
7DEPEND="dev-libs/glib >= 2.24.1
8                media-libs/libsndfile >= 1.0.18"
9
10BUILD {
11        cd fluidsynth-1.1-midi-buffer
12        cd fluidsynth
13        cmake .
14        make
15}
16
17INSTALL {
18        cd fluidsynth-1.1-midi-buffer
19        cd fluidsynth
20        make install
21}
22
23LICENSE="GNU LGPL v2.1"
24COPYRIGHT="2007-2011 Matt Giuca, Josh Green, Pedro Lopez-Cabanillas, David Henningsson"

Download in other formats:

  • Original Format

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/