summaryrefslogtreecommitdiff
path: root/libre/clementine-libre/disable-spotify.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-28 15:09:19 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-28 15:09:19 -0300
commit4fe36dd9ca7bb29b54a474f815b2fd1adea7ed92 (patch)
tree836ceac4acc0e56413bfd19b2fb3701a9ae472d5 /libre/clementine-libre/disable-spotify.patch
parent3af7137b696f82b068f176503450805b69022052 (diff)
downloadabslibre-4fe36dd9ca7bb29b54a474f815b2fd1adea7ed92.tar.gz
abslibre-4fe36dd9ca7bb29b54a474f815b2fd1adea7ed92.tar.bz2
abslibre-4fe36dd9ca7bb29b54a474f815b2fd1adea7ed92.zip
clementine-libre: new libre package for Parabola
Diffstat (limited to 'libre/clementine-libre/disable-spotify.patch')
-rw-r--r--libre/clementine-libre/disable-spotify.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/libre/clementine-libre/disable-spotify.patch b/libre/clementine-libre/disable-spotify.patch
new file mode 100644
index 000000000..3836dbca7
--- /dev/null
+++ b/libre/clementine-libre/disable-spotify.patch
@@ -0,0 +1,25 @@
+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)