mirror of
https://abf.rosa.ru/djam/clementine.git
synced 2025-02-23 15:02:55 +00:00
72 lines
3.1 KiB
Diff
72 lines
3.1 KiB
Diff
diff -rupN clementine-20180812.old/CMakeLists.txt clementine-20180812/CMakeLists.txt
|
|
--- clementine-20180812.old/CMakeLists.txt 2018-08-14 18:09:55.000000000 +0200
|
|
+++ clementine-20180812/CMakeLists.txt 2018-08-17 18:13:59.470524810 +0200
|
|
@@ -75,7 +75,7 @@ pkg_check_modules(GSTREAMER_TAG REQUIRED
|
|
pkg_check_modules(GSTREAMER_PBUTILS REQUIRED gstreamer-pbutils-1.0)
|
|
pkg_check_modules(LIBGPOD libgpod-1.0>=0.7.92)
|
|
pkg_check_modules(LIBMTP libmtp>=1.0)
|
|
-pkg_check_modules(LIBMYGPO_QT libmygpo-qt>=1.0.9)
|
|
+pkg_check_modules(LIBMYGPO_QT libmygpo-qt>=1.0.8)
|
|
pkg_check_modules(LIBPULSE libpulse)
|
|
pkg_check_modules(LIBXML libxml-2.0)
|
|
pkg_check_modules(QJSON REQUIRED QJson)
|
|
diff -rupN clementine-20180812.old/src/internet/podcasts/gpoddersearchpage.h clementine-20180812/src/internet/podcasts/gpoddersearchpage.h
|
|
--- clementine-20180812.old/src/internet/podcasts/gpoddersearchpage.h 2018-08-14 18:09:55.000000000 +0200
|
|
+++ clementine-20180812/src/internet/podcasts/gpoddersearchpage.h 2018-08-17 18:14:52.242967623 +0200
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#include "addpodcastpage.h"
|
|
|
|
-#include <ApiRequest.h>
|
|
+#include <mygpo-qt/ApiRequest.h>
|
|
|
|
class QNetworkAccessManager;
|
|
|
|
diff -rupN clementine-20180812.old/src/internet/podcasts/gpoddersync.h clementine-20180812/src/internet/podcasts/gpoddersync.h
|
|
--- clementine-20180812.old/src/internet/podcasts/gpoddersync.h 2018-08-14 18:09:55.000000000 +0200
|
|
+++ clementine-20180812/src/internet/podcasts/gpoddersync.h 2018-08-17 18:15:02.344669541 +0200
|
|
@@ -29,7 +29,7 @@
|
|
#include <QSharedPointer>
|
|
#include <QUrl>
|
|
|
|
-#include <ApiRequest.h>
|
|
+#include <mygpo-qt/ApiRequest.h>
|
|
|
|
class Application;
|
|
class Podcast;
|
|
diff -rupN clementine-20180812.old/src/internet/podcasts/gpoddertoptagsmodel.cpp clementine-20180812/src/internet/podcasts/gpoddertoptagsmodel.cpp
|
|
--- clementine-20180812.old/src/internet/podcasts/gpoddertoptagsmodel.cpp 2018-08-14 18:09:55.000000000 +0200
|
|
+++ clementine-20180812/src/internet/podcasts/gpoddertoptagsmodel.cpp 2018-08-17 18:15:26.270963495 +0200
|
|
@@ -19,7 +19,7 @@
|
|
|
|
#include "gpoddertoptagsmodel.h"
|
|
|
|
-#include <ApiRequest.h>
|
|
+#include <mygpo-qt/ApiRequest.h>
|
|
#include <QMessageBox>
|
|
|
|
#include "gpoddertoptagspage.h"
|
|
diff -rupN clementine-20180812.old/src/internet/podcasts/gpoddertoptagspage.h clementine-20180812/src/internet/podcasts/gpoddertoptagspage.h
|
|
--- clementine-20180812.old/src/internet/podcasts/gpoddertoptagspage.h 2018-08-14 18:09:55.000000000 +0200
|
|
+++ clementine-20180812/src/internet/podcasts/gpoddertoptagspage.h 2018-08-17 18:15:56.565069530 +0200
|
|
@@ -22,7 +22,7 @@
|
|
|
|
#include <QScopedPointer>
|
|
|
|
-#include <ApiRequest.h>
|
|
+#include <mygpo-qt/ApiRequest.h>
|
|
|
|
#include "addpodcastpage.h"
|
|
|
|
diff -rupN clementine-20180812.old/src/internet/podcasts/podcast.cpp clementine-20180812/src/internet/podcasts/podcast.cpp
|
|
--- clementine-20180812.old/src/internet/podcasts/podcast.cpp 2018-08-14 18:09:55.000000000 +0200
|
|
+++ clementine-20180812/src/internet/podcasts/podcast.cpp 2018-08-17 18:16:17.174461334 +0200
|
|
@@ -21,7 +21,7 @@
|
|
|
|
#include <QDataStream>
|
|
#include <QDateTime>
|
|
-#include <Podcast.h>
|
|
+#include <mygpo-qt/Podcast.h>
|
|
|
|
#include "core/utilities.h"
|
|
|