Debian Patches
Status for quodlibet/4.6.0-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
use-editor-not-nano.patch | use /usr/bin/editor as fallback editor, not nano | Martin <debacle@debian.org> | no | vendor | 2020-04-01 | |
remove-reference-to-online-css.patch | remove reference to online CSS, privacy problem | W. Martin Borgert <debacle@debian.org> | no | vendor | 2018-08-11 | |
python-3.12-a8b6f6b.patch | Fix startup on Python 3.12 diff --git a/quodlibet/_import.py b/quodlibet/_import.py index 5e76b67295..22bd5e3140 100644 |
LuK1337 <priv.luk@gmail.com> | not-needed | https://github.com/quodlibet/quodlibet/commit/a8b6f6bb34864a6821174edbf7802b689e440db3 | 2024-03-19 | |
python-3.12-7b247a5.patch | [PATCH] Fix titlecase plugin not being loaded Regression from #4358 Don't use the wrong spec to load the plugin, otherwise the first loaded plugin will just be a namespace package and its content will be ignored. diff --git a/quodlibet/util/importhelper.py b/quodlibet/util/importhelper.py index 7a5b28689e..5075c3ffea 100644 |
Christoph Reiter <reiter.christoph@gmail.com> | not-needed | https://github.com/quodlibet/quodlibet/commit/7b247a5e0c39006c089efd38ca37e80b527baa23 | 2024-03-19 | |
squeezebox-raw-socket.patch | Squeezebox plugins: Migrate to raw socket connection I did basic tests with justifiably/logitechmediaserver docker image and I was able to read the version and player count just fine. Fixes #4473 |
LuK1337 <priv.luk@gmail.com> | no | debian | backport, https://github.com/quodlibet/quodlibet/commit/77d65f43462a525c78b133d69ad720438edc9641 | 2024-10-15 |
libmodplug-norequire.patch | load_library: handle AttributeError as well Looks like with Python 3.12 getattr on cdll now correctly raises AttributeError instead of OSError, so catch that too. This fixes the tests in case libxine is missing. |
Christoph Reiter <reiter.christoph@gmail.com> | yes | debian upstream | upstream, https://github.com/quodlibet/quodlibet/commit/7fda4345bdabafa896f4a632990c20d91076e98d | 2025-03-26 |