mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
Changes: * Per-channel ALL_SOUND_OFF when seeking/stopping player (#980, thanks to @albedozero) * Fix windows related encoding problems (#984, thanks to @tsingakbar) * Rewind playlist when calling fluid_player_play after all loops are complete (#994, thanks to @albedozero) * Fix MinGW related static linking issues (#990, thanks to @realnc) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
419 B
PHP
13 lines
419 B
PHP
SUMMARY = "Fluidsynth is a software synthesizer"
|
|
HOMEPAGE = "http://www.fluidsynth.org/"
|
|
SECTION = "libs/multimedia"
|
|
LICENSE = "LGPL-2.1"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
|
|
|
|
SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
|
|
SRCREV = "6c807bdd37748411801e93c48fcd5789d5a6a278"
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.2.4"
|
|
|
|
inherit cmake pkgconfig lib_package
|