forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-sound/guayadeque: Import debian patchset for wxgtk-3.0 support
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564046 Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <[email protected]>
- Loading branch information
Showing
3 changed files
with
910 additions
and
0 deletions.
There are no files selected for viewing
90 changes: 90 additions & 0 deletions
90
media-sound/guayadeque/files/guayadeque-0.3.7-headers-location.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
Description: Point sources to the correct wxcurl's headers location. | ||
Author: Alessio Treglia <[email protected]> | ||
Forwarded: no | ||
--- | ||
src/LastFM.cpp | 2 +- | ||
src/LastFMPanel.cpp | 2 +- | ||
src/LyricsPanel.cpp | 2 +- | ||
src/MainFrame.h | 2 +- | ||
src/MusicBrainz.cpp | 2 +- | ||
src/MusicDns.cpp | 2 +- | ||
src/Podcasts.h | 2 +- | ||
7 files changed, 7 insertions(+), 7 deletions(-) | ||
|
||
--- a/src/LastFM.cpp | ||
+++ b/src/LastFM.cpp | ||
@@ -24,7 +24,7 @@ | ||
#include "DbCache.h" | ||
#include "Utils.h" | ||
|
||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
|
||
#include <wx/arrimpl.cpp> | ||
#include <wx/sstream.h> | ||
--- a/src/LastFMPanel.cpp | ||
+++ b/src/LastFMPanel.cpp | ||
@@ -21,7 +21,7 @@ | ||
#include "LastFMPanel.h" | ||
|
||
#include "Commands.h" | ||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
#include "Images.h" | ||
#include "MainApp.h" | ||
#include "Settings.h" | ||
--- a/src/LyricsPanel.cpp | ||
+++ b/src/LyricsPanel.cpp | ||
@@ -23,7 +23,7 @@ | ||
#include "Base64.h" | ||
#include "Commands.h" | ||
#include "Config.h" | ||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
#include "Preferences.h" | ||
#include "Images.h" | ||
#include "ListView.h" | ||
--- a/src/MainFrame.h | ||
+++ b/src/MainFrame.h | ||
@@ -26,7 +26,7 @@ | ||
#include "Config.h" | ||
#include "CoverPanel.h" | ||
#include "Collections.h" | ||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
#include "dbus/gudbus.h" | ||
#include "dbus/mpris.h" | ||
#include "dbus/mpris2.h" | ||
--- a/src/MusicBrainz.cpp | ||
+++ b/src/MusicBrainz.cpp | ||
@@ -21,7 +21,7 @@ | ||
#include "MusicBrainz.h" | ||
|
||
#include "Utils.h" | ||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
|
||
#include <wx/arrimpl.cpp> | ||
#include <wx/sstream.h> | ||
--- a/src/MusicDns.cpp | ||
+++ b/src/MusicDns.cpp | ||
@@ -21,7 +21,7 @@ | ||
#include "MusicDns.h" | ||
|
||
#include "Commands.h" | ||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
#include "MusicBrainz.h" | ||
#include "Utils.h" | ||
#include "Version.h" | ||
--- a/src/Podcasts.h | ||
+++ b/src/Podcasts.h | ||
@@ -21,7 +21,7 @@ | ||
#ifndef PODCASTS_H | ||
#define PODCASTS_H | ||
|
||
-#include "curl/http.h" | ||
+#include "wx/curl/http.h" | ||
|
||
#include <wx/dynarray.h> | ||
#include <wx/xml/xml.h> |
Oops, something went wrong.