diff -rauN clementine-1.0.1/Changelog clementine-libre-1.0.1/Changelog --- clementine-1.0.1/Changelog 2012-01-22 10:43:26.000000000 -0200 +++ clementine-libre-1.0.1/Changelog 2012-05-28 13:50:10.422664725 -0300 @@ -1,3 +1,7 @@ +Version 1.0.1 (libre version): + Major features: + * Disabled Spotify support. + Version 1.0.1: Bugfixes: * Use Chromaprinter and Acoustid instead of Echoprint and MusicDNS. diff -rauN clementine-1.0.1/CMakeLists.txt clementine-libre-1.0.1/CMakeLists.txt --- clementine-1.0.1/CMakeLists.txt 2012-01-22 10:43:26.000000000 -0200 +++ clementine-libre-1.0.1/CMakeLists.txt 2012-05-28 14:07:20.698017427 -0300 @@ -191,8 +191,8 @@ option(ENABLE_LIBLASTFM "Use liblastfm for fetching song info, scrobbling and radio streams" ON) option(ENABLE_REMOTE "Enable support for using remote controls with Clementine" OFF) option(ENABLE_BREAKPAD "Enable crash reporting" OFF) -option(ENABLE_SPOTIFY_BLOB "Build the spotify non-GPL binary" ON) -option(ENABLE_SPOTIFY "Enable spotify support" ON) +option(ENABLE_SPOTIFY_BLOB "Build the spotify non-GPL binary" OFF) +option(ENABLE_SPOTIFY "Enable spotify support" OFF) option(ENABLE_PLASMARUNNER "Enable plasma krunner global search" OFF) if(WIN32)