Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
add_cmake_option_visualization.patch | Add an explicit Cmake option to be able to disable visualization. | Thomas Pierson <contact@thomaspierson.fr> | no | 2020-02-11 | ||
fix-taglib-version-checking.patch | fix taglib version checking 1.11.1 or above In CMakeLists.txt we need to check if the taglib system version is 1.11.1 or above and not above 1.11.1 because there is no release above. |
Thomas Pierson <contact@thomaspierson.fr> | no | |||
fix_gcc5_ftbfs.patch | Fix GCC-5 build issue | Thomas Pierson <contact@thomaspierson.fr>, Timothy Potter <timothy.potter@hp.com> | no | debian | 2015-10-03 | |
remove-references-to-non-dfsg-files.patch | Remove all references to non-dfsg files Clementine use non-dfsg files 'hypnotoad.gif' and 'lumberjacksong.txt' as "Easter eggs" in clementine interface. |
Thomas PIERSON <contact@thomaspierson.fr> | no | 2013-10-27 | ||
hide_boost_includes_from_q_moc.patch | Wrap boost includes to avoid FTBFS due to qt4 moc. | Robert Bruce Park <robert.park@canonical.com> | no | debian | 2015-10-03 | |
remove_embedded_qsqlite.patch | Do not build QSQLite QSQLite is not always built with FTS3 support, although it is on Debian. To support those other distributions, Clementine ships a copy of QSQLite, and builds it with FTS3 enabled. See this PR: https://github.com/clementine-player/Clementine/pull/6564 Disable the embedded library, as the distribution version includes FTS3 support. |
Antonio Russo <antonio.e.russo@gmail.com> | no | 2025-01-11 | ||
fix_gcc14_ftbfs.patch | Disable -Wmaybe-uninitialized Clementine fails to build with GCC 14, reporting "<anonymous> may be used uninitialized". The warning is in the depths of a pile of C++ templates, and is plausibly a false positive and also plausibly Qt's fault, so this patch just disables that warning. |
Harris <bjh21@bjh21.me.uk> | no | debian | 2024-12-18 | |
0008-Disable-HAVE_VISUALISATIONS-unconditionally.patch | Disable HAVE_VISUALISATIONS unconditionally | Boyuan Yang <byang@debian.org> | no | 2025-01-11 | ||
0009-Try-to-fix-template-mismatch-within-taglib-2-tagread.patch | Try to fix template mismatch within taglib 2 tagreader | Boyuan Yang <byang@debian.org> | yes | 2025-01-12 |