[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-22 Thread Launchpad Bug Tracker
This bug was fixed in the package fluidsynth - 2.3.3-2.1ubuntu0.23.10.1 --- fluidsynth (2.3.3-2.1ubuntu0.23.10.1) mantic; urgency=medium * Patch to fix player termination after stopping and restarting (LP: #2047656) -- Erich Eickmeyer Wed, 03 Jan 2024 09:39:14 -0800 ** Changed

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-13 Thread Erich Eickmeyer
Hi Michael, Per the instructions, don't change the status to "New", but keep as "Fix Committed". You simply needed to change the tags to "verification-done- mantic" and "verification-done", which I have done for you. Just for future reference. Thanks! ** Changed in: fluidsynth (Ubuntu Mantic)

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-13 Thread Michael Mehl
** Changed in: fluidsynth (Ubuntu Mantic) Status: Fix Committed => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fluidsynth in Ubuntu. https://bugs.launchpad.net/bugs/2047656 Title: [SRU] Players terminate

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-12 Thread Michael Mehl
I've tested the proposed package and it works as expected. Thanks for the fix -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fluidsynth in Ubuntu. https://bugs.launchpad.net/bugs/2047656 Title: [SRU] Players terminate

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-11 Thread Andreas Hasenack
Hello Michael, or anyone else affected, Accepted fluidsynth into mantic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/fluidsynth/2.3.3-2.1ubuntu0.23.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-11 Thread Erich Eickmeyer
Andreas, I fully support this. I can update the description with that as it's a much simpler reproduction than a python script. :) ** Description changed: [ Impact ] Fluidsynth 2.3.3 has an issue where it will terminate upon start/stop of playback of a midi song, causing issues for a

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-11 Thread Andreas Hasenack
Here is a better test case in my opinion. If you (reporter, or uploader, or Eric) agree, could you please update the test plan in the description? To reproduce the bug: # download sample midi file from wikiepdia: wget https://upload.wikimedia.org/wikipedia/commons/5/55/MIDI_sample.mid # play

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-06 Thread Erich Eickmeyer
** Description changed: [ Impact ] Fluidsynth 2.3.3 has an issue where it will terminate upon start/stop of playback of a midi song, causing issues for a multitude of players including EasyABC. This will cause said player to be unable to playback again and perhaps even crash. See

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-06 Thread Michael Mehl
Here is the test in python (you can chooses any midifile and adapt the variable midifile accordingly). You can also adapt the lib variable. -- from ctypes import c_int, c_double, c_char_p, byref, CDLL import logging import time lib="./libfluidsynth.so.3.2.2" fluidsynth = CDLL(lib) def b(s):

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-05 Thread Steve Langasek
> * Begin midi playback in any midi player using fluidsynth from the terminal This is not a reproducible test case that can be actioned by someone just reading the bug. Please provide a specific test case showing how to reproduce the failure. If possible, it would be best to also provide a

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-03 Thread Erich Eickmeyer
** Description changed: + [ Impact ] + + Fluidsynth 2.3.3 has an issue where it will terminate upon start/stop of + playback of a midi song, causing issues for a multitude of players + including EasyABC. This will cause said player to be unable to playback + again and perhaps even crash. See +

[Touch-packages] [Bug 2047656] Re: [SRU] Players terminate after stopping and restarting

2024-01-03 Thread Erich Eickmeyer
** Summary changed: - libfluidsynth3 2.3.3-2.1 does not contain the version 2.3.3 but only version 2.3.2 + [SRU] Players terminate after stopping and restarting -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fluidsynth in