summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/fluidsynth
Commit message (Collapse)AuthorAgeFilesLines
* fluidsynth: set correct portaudio packageconfig dependencyAndreas Müller2016-05-091-1/+1
| | | | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* meta-multimedia: use bb.utils.contains() instead of base_contains()Ross Burton2016-05-021-1/+1
| | | | | | | | | base_contains() is a compatibility wrapper and may warn in the future, so replace all instances with bb.utils.contains(). Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* fluidsync: Fix buildRichard Purdie2014-07-221-0/+4
| | | | | | | Resolve build failure with out of date libtool macros by removing them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-multimedia: use BPN in SRC_URIRobert Yang2014-07-151-1/+1
| | | | | | | | | | | | Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: fix S!=B errorsTim Orling2014-06-101-1/+1
| | | | | | | | | Fixes: : fatal error: fluidsynth/version.h: No such file or directory | #include "fluidsynth/version.h" Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: upgrade to 1.1.6Tim Orling2014-05-091-5/+4
| | | | | | | | | | | | | First version had no [PATCH] on subject line and non-helpful "inherit gettext" * now hosted at sourceforge * drop unrecognized option for readline NOTE: autotools is deprecated TODO: investigate cmake build Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: Add PACKAGECONFIG for sndfile, jack, pulseaudio, portaudio and ↵Martin Jansa2013-09-171-0/+7
| | | | | | readline Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: added dependency on glibPaul Barker2013-05-071-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: fixed license namePaul Barker2013-05-071-1/+1
| | | | | Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: upgrade to 1.1.1Martin Jansa2012-12-111-8/+2
| | | | | | | | | * and drop special do_configure, now with libtool working with sysroot argument, we need this otherwise libfluidsynth.la references /usr/lib/libasound.la directly instead of =/usr/lib/libasound.la and e.g. vlc build fails Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fluidsynth: import from OE-ClassicMartin Jansa2012-12-101-0/+19
* needed for epiano * added LIC_FILES_CHSKUm * fixed LICENSE Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>