diff -Nru alure-1.2/debian/changelog alure-1.2/debian/changelog --- alure-1.2/debian/changelog 2020-03-23 07:09:33.000000000 +0100 +++ alure-1.2/debian/changelog 2021-01-29 16:09:32.000000000 +0100 @@ -1,3 +1,10 @@ +alure (1.2-6ubuntu20.04.1) UNRELEASED; urgency=medium + + * d/p/bump-libfluindsynth-so-name.patch: + - Load the correct libfluidsynth library (LP: #1913756) + + -- Marco Trevisan (TreviƱo) Fri, 29 Jan 2021 16:09:32 +0100 + alure (1.2-6build2) focal; urgency=medium * No-change rebuild for libgcc-s1 package name change. diff -Nru alure-1.2/debian/patches/bump-libfluindsynth-so-name.patch alure-1.2/debian/patches/bump-libfluindsynth-so-name.patch --- alure-1.2/debian/patches/bump-libfluindsynth-so-name.patch 1970-01-01 01:00:00.000000000 +0100 +++ alure-1.2/debian/patches/bump-libfluindsynth-so-name.patch 2021-01-29 16:09:23.000000000 +0100 @@ -0,0 +1,11 @@ +--- a/src/codec_fluidsynth.cpp ++++ b/src/codec_fluidsynth.cpp +@@ -177,7 +177,7 @@ + #elif defined(__APPLE__) + #define FLUIDSYNTH_LIB "libfluidsynth.1.dylib" + #else +-#define FLUIDSYNTH_LIB "libfluidsynth.so.1" ++#define FLUIDSYNTH_LIB "libfluidsynth.so.2" + #endif + fsynth_handle = OpenLib(FLUIDSYNTH_LIB); + if(!fsynth_handle) return; diff -Nru alure-1.2/debian/patches/series alure-1.2/debian/patches/series --- alure-1.2/debian/patches/series 2012-05-27 12:35:57.000000000 +0200 +++ alure-1.2/debian/patches/series 2021-01-29 16:08:10.000000000 +0100 @@ -2,3 +2,4 @@ compiler-flags-change.patch link-libdumb.so.1.patch fix-build-with-gcc-4.7.patch +bump-libfluindsynth-so-name.patch