GNOME Bugzilla – Bug 623722
gstwildmidi element update to newer library version
Last modified: 2010-07-08 01:24:08 UTC
WildMidi newer version (0.2.3.1) [1] breaks the API and gstreamer's plugin needs update. The attached patch is an initial version of this version port, I know it should have #ifdefs for version checks, but WildMidi doesn't seem to have versioning anywhere on their headers. It also seems to lack a .pc file, which I'm about to suggest its maintainer to add. I'd like also to have suggestions on the properties names, as I don't know what they mean and the appropriate names.
commit 191c2d38eaf23ad023611e600d637d834d8961d8 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Wed Jul 7 08:37:12 2010 +0200 wildmidi: Add support for wildmidi 0.2.3 Fixes bug #623722.
I change i made to WildMIDI last night might help for future reference. I have utilized --version-info in the linker and 0.2.3.2 library shows as libWildMidi.so.1.0.0, ... future versions of the library will be adjusted accordingly.