summaryrefslogtreecommitdiff
path: root/libre/clementine-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-28 21:29:36 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-28 21:29:36 -0300
commitb40c4ea9aeb08c5654fc8b9ec356a057d752b4b7 (patch)
tree9205de06094d94d7de8e1682dce6efc1202d2ba9 /libre/clementine-libre
parentb4d31c628f35512bb4f467023dc38fdaac93e8c1 (diff)
clementine-libre-1.0.1-3.1: removing unnecessary file
Diffstat (limited to 'libre/clementine-libre')
-rw-r--r--libre/clementine-libre/disable-spotify.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/libre/clementine-libre/disable-spotify.patch b/libre/clementine-libre/disable-spotify.patch
deleted file mode 100644
index 3836dbca7..000000000
--- a/libre/clementine-libre/disable-spotify.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-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)