summaryrefslogtreecommitdiff
path: root/libre/clementine/remove-nonfree-artwork-and-spotify.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/clementine/remove-nonfree-artwork-and-spotify.patch')
-rw-r--r--libre/clementine/remove-nonfree-artwork-and-spotify.patch26
1 files changed, 11 insertions, 15 deletions
diff --git a/libre/clementine/remove-nonfree-artwork-and-spotify.patch b/libre/clementine/remove-nonfree-artwork-and-spotify.patch
index 76b875e11..297cb5cb8 100644
--- a/libre/clementine/remove-nonfree-artwork-and-spotify.patch
+++ b/libre/clementine/remove-nonfree-artwork-and-spotify.patch
@@ -515,7 +515,7 @@ index 5fd8fc1..36ddefe 100644
Path_CacheRoot,
};
diff --git a/src/covers/albumcoverloader.cpp b/src/covers/albumcoverloader.cpp
-index 8ebf51c..b4d646b 100644
+index 8ebf51c..c01a16e 100644
--- a/src/covers/albumcoverloader.cpp
+++ b/src/covers/albumcoverloader.cpp
@@ -34,14 +34,12 @@
@@ -530,7 +530,7 @@ index 8ebf51c..b4d646b 100644
next_id_(1),
- network_(new NetworkAccessManager(this)),
- connected_spotify_(false) {}
-+ network_(new NetworkAccessManager(this))
++ network_(new NetworkAccessManager(this)) {}
QString AlbumCoverLoader::ImageCacheDir() {
return Utilities::GetConfigPath(Utilities::Path_AlbumCovers);
@@ -605,7 +605,7 @@ index 4d3e4d5..5de0663 100644
};
diff --git a/src/engines/gstenginepipeline.cpp b/src/engines/gstenginepipeline.cpp
-index c3fde67..cae00d4 100644
+index c3fde67..39f4410 100644
--- a/src/engines/gstenginepipeline.cpp
+++ b/src/engines/gstenginepipeline.cpp
@@ -34,8 +34,6 @@
@@ -670,7 +670,7 @@ index c3fde67..cae00d4 100644
return ReplaceDecodeBin(new_bin);
}
-@@ -923,17 +891,6 @@ GstPadProbeReturn GstEnginePipeline::EventHandoffCallback(GstPad*,
+@@ -923,17 +891,7 @@ GstPadProbeReturn GstEnginePipeline::EventHandoffCallback(GstPad*,
void GstEnginePipeline::SourceDrainedCallback(GstURIDecodeBin* bin,
gpointer self) {
GstEnginePipeline* instance = reinterpret_cast<GstEnginePipeline*>(self);
@@ -685,10 +685,11 @@ index c3fde67..cae00d4 100644
- instance->next_url_.scheme() == "spotify")) {
- instance->TransitionToNext();
- }
++ instance->TransitionToNext();
}
void GstEnginePipeline::SourceSetupCallback(GstURIDecodeBin* bin,
-@@ -1032,24 +989,6 @@ GstState GstEnginePipeline::state() const {
+@@ -1032,24 +990,6 @@ GstState GstEnginePipeline::state() const {
}
QFuture<GstStateChangeReturn> GstEnginePipeline::SetState(GstState state) {
@@ -734,23 +735,18 @@ index 597d904..a769489 100644
#ifdef HAVE_BOX
AddService(new BoxService(app, this));
diff --git a/src/main.cpp b/src/main.cpp
-index 1a961c8..515630e 100644
+index 1a961c8..87c1f34 100644
--- a/src/main.cpp
+++ b/src/main.cpp
-@@ -159,13 +159,6 @@ void SetEnv(const char* key, const QString& value) {
+@@ -159,8 +159,6 @@ void SetEnv(const char* key, const QString& value) {
#endif
}
-// This must be done early so that the spotify blob process also picks up
-// these environment variables.
--void SetGstreamerEnvironment() {
-- QString scanner_path;
-- QString plugin_path;
-- QString registry_filename;
--
- // On windows and mac we bundle the gstreamer plugins with clementine
- #if defined(Q_OS_DARWIN)
- scanner_path =
+ void SetGstreamerEnvironment() {
+ QString scanner_path;
+ QString plugin_path;
diff --git a/src/playlist/playlistbackend.h b/src/playlist/playlistbackend.h
index f9d347c..320c0fb 100644
--- a/src/playlist/playlistbackend.h