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 | commit 35172527a42f9fb5ad5b5717348d4e1b44ca11ae 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. diff --git a/CMakeLists.txt b/CMakeLists.txt index 15cc4d34c..067a55f00 100644 |
Antonio Russo <antonio.e.russo@gmail.com> | no | 2020-02-04 |