Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-about-dialog-take-release-year-and-release-date-from.patch | [PATCH 1/4] about-dialog: take release year and release date from NEWS When building git head use current date, otherwise reuse the date from NEWS. |
Stefan Sauer <ensonic@users.sf.net> | no | 2015-12-10 | ||
0002-build-Fix-32-bit-bml-build.patch | [PATCH 2/4] build: Fix 32 bit bml build Follow up for ef2b064e520dd47030cc3a58abe6ab13db9f5fd3 to add all needed include directories to libbml_la_CFLAGS too. |
=?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> | no | 2015-12-30 | ||
0003-configure-add-msee-when-using-xmmintin.h.patch | [PATCH 3/4] configure: add -msee when using xmmintin.h Fixes #57 |
Stefan Sauer <ensonic@users.sf.net> | no | 2015-12-30 | ||
0004-configure-fix-the-header-name-mess.patch | [PATCH 4/4] configure: fix the header name mess Follow up for 7a0eb4ac95399f04e56e85badb183495a29cdd67. Apparently the names of the header files are purely random here. We actually need xmmintrin.h, but x!=mmx, but sse (haha). See issue #57. |
Stefan Sauer <ensonic@users.sf.net> | no | 2015-12-30 | ||
0005-bt-dec-rename-plugin.patch | [PATCH] bt-dec: rename plugin The macro is not autoformat friendly. If the name contains a '-', the formatter will insert spaces and break the macro. |
Stefan Sauer <ensonic@users.sf.net> | no | 2017-07-02 | ||
0006-gtk-update-icon-cache.patch | no | |||||
0007-add-gobject-casts.patch | Add casts to/from GObject to allow code to be built with -Werror=incompatible-pointer-types (which I wanted for work on the fluidsynth stuff) |
Peter Michael Green <plugwash@debian.org> | no | |||
0008-replace-deprecated-fluid_settings_getstr.patch | This patch is based on the git commit detailed below, but with the configure.ac changes removed. commit b39563b237f82408bc4929d38d52d6ebd4a513b7 fluidsynth: replace deprecated fluid_settings_getstr() Simply depend on fluidsynth >=1.1.0 which introduced the new function to not clutter the code with ifdefs. diff --git a/src/gst/fluidsynth/fluidsynth.c b/src/gst/fluidsynth/fluidsynth.c index c3263980..9e407590 100644 |
David Beswick <dlbeswick@gmail.com> | no | 2019-08-07 | ||
0009-replace-deprecated-fluid_synth_set_midi_router | commit a3e7447885137a7569da948b5fb847829dfdb835 fluidsynth: replace deprecated fluid_synth_set_midi_router Use a thread_safe command_handler instead. diff --git a/src/gst/fluidsynth/fluidsynth.c b/src/gst/fluidsynth/fluidsynth.c index 9e407590..0d954f8e 100644 |
David Beswick <dlbeswick@gmail.com> | no | 2019-08-08 | ||
0010-fix-build-fluidsynth-2.patch | commit 3ac7cbf1a712c3f4db7a34a6d3b46dc9a43172d3 Fix build with fluidsynth 2.x diff --git a/src/gst/fluidsynth/fluidsynth.c b/src/gst/fluidsynth/fluidsynth.c index 0d954f8e..ec598dc4 100644 |
Peter Michael Green <plugwash@debian.org> | no | 2019-12-19 | ||
0011-fix-udevadm-path.patch | [PATCH] guvev-discoverer: don't hardcode udevadm location in comment | Stefan Sauer <ensonic@users.sf.net> | no | 2017-06-20 |