Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37698063
en ru br
ALT Linux repositórios
S:2.3.4-alt1
5.0: 1.0.8-alt1
4.1: 1.0.7a-alt2
4.0: 1.0.7a-alt2
3.0: 1.0.5-alt2

Outros repositórios
Upstream:1.0.8

Group :: Som
RPM: fluidsynth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: fluidsynth-no-abi-break.patch
Download


Index: trunk/fluidsynth/src/sfloader/fluid_defsfont.c
===================================================================
--- trunk/fluidsynth/src/sfloader/fluid_defsfont.c (revision 410)
+++ trunk/fluidsynth/src/sfloader/fluid_defsfont.c (revision 428)
@@ -108,4 +108,10 @@
 {
   return fluid_defsfont_get_name((fluid_defsfont_t*) sfont->data);
+}
+
+fluid_sample_t* fluid_defsfont_get_sample(fluid_defsfont_t* sfont, char *s)
+{
+  /* This function is here just to avoid an ABI/SONAME bump, see ticket #98. Should never be used. */
+  return NULL;
 }
 
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009