Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created June 21, 2015 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atsushieno/a1c7af0537f1ce353e4e to your computer and use it in GitHub Desktop.
Save atsushieno/a1c7af0537f1ce353e4e to your computer and use it in GitHub Desktop.
cerbero recipe for fluidsynth, build with ./cerbero-uninstalled -c config/cross-android.cbc buildone fluidsynth
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
class Recipe(recipe.Recipe):
name = 'fluidsynth'
version = '1.1.6'
licenses = [License.LGPLv2]
deps = ['glib']
remotes = {'origin': 'git://git.code.sf.net/p/fluidsynth/code-git'}
commit = 'f11592'
srcdir = 'fluidsynth'
config_sh = './autogen.sh && CFLAGS=-DDEFAULT_SOUNDFONT=NULL ./configure'
files_libs = ['libfluidsynth']
files_lang = ['fluidsynth']
files_devel = [
'include/fluidsynth',
'fluidsynth.pc',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment