summaryrefslogtreecommitdiff
path: root/media-sound/guayadeque/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-03-28 09:49:11 +0100
commit115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce (patch)
treec31afe35699960753f76770d6b0b4ea48af9f686 /media-sound/guayadeque/files
parente292b671b113c2cc012beddad93a3df4f9410698 (diff)
gentoo auto-resync : 28:03:2023 - 09:49:10
Diffstat (limited to 'media-sound/guayadeque/files')
-rw-r--r--media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch13
-rw-r--r--media-sound/guayadeque/files/guayadeque-0.4.6-gcc10.patch70
-rw-r--r--media-sound/guayadeque/files/guayadeque-0.4.6-metadata.patch2
3 files changed, 0 insertions, 85 deletions
diff --git a/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch b/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
deleted file mode 100644
index 69a6e8b673a8..000000000000
--- a/media-sound/guayadeque/files/guayadeque-0.4.5_p20170110-missing-aui-component.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e46d921..13e4ffa 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -32,7 +32,7 @@ SET( SEARCH_LIBS
-
- SET( wxWidgets_USE_LIBS base core adv net html xml aui qa )
-
--FIND_PACKAGE( wxWidgets )
-+FIND_PACKAGE( wxWidgets COMPONENTS base core adv net html xml aui qa REQUIRED )
-
- IF( NOT wxWidgets_FOUND)
- MESSAGE( FATAL_ERROR "wxWidgets not found!" )
diff --git a/media-sound/guayadeque/files/guayadeque-0.4.6-gcc10.patch b/media-sound/guayadeque/files/guayadeque-0.4.6-gcc10.patch
deleted file mode 100644
index 41529d20c051..000000000000
--- a/media-sound/guayadeque/files/guayadeque-0.4.6-gcc10.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From 6be35ba2153f1c36400b8c535d8ba49292a1f51e Mon Sep 17 00:00:00 2001
-From: Juan Rios <anonbeat@gmail.com>
-Date: Wed, 20 May 2020 05:23:22 +0100
-Subject: [PATCH] Fix compilation with gcc and fix some warnings with wxString
- Trim
-
----
- src/ui/jamendo/Jamendo.cpp | 5 ++---
- src/ui/mediaviewer/playlists/PlayListFile.cpp | 4 ++--
- src/ui/podcasts/PodcastsPanel.cpp | 2 +-
- 3 files changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/src/ui/jamendo/Jamendo.cpp b/src/ui/jamendo/Jamendo.cpp
-index 8725bb60..107cadd7 100644
---- a/src/ui/jamendo/Jamendo.cpp
-+++ b/src/ui/jamendo/Jamendo.cpp
-@@ -487,7 +487,7 @@ guJamendoUpdateThread::~guJamendoUpdateThread()
- }
- }
-
--#if 0
-+/*
- <JamendoData epoch="1282819258" documentation="http://developer.jamendo.com/en/wiki/DatabaseDumps" type="artistalbumtrack">
- <Artists>
- <artist>
-@@ -538,8 +538,7 @@ guJamendoUpdateThread::~guJamendoUpdateThread()
- </artist>
- ...
- </Artists>
--#endif
--
-+*/
-
- // -------------------------------------------------------------------------------- //
- void ReadJamendoXmlTrack( wxXmlNode * xmlnode, guJamendoUpdateThread * thread, guTrack * track )
-diff --git a/src/ui/mediaviewer/playlists/PlayListFile.cpp b/src/ui/mediaviewer/playlists/PlayListFile.cpp
-index a7ae4a4d..e038e20b 100644
---- a/src/ui/mediaviewer/playlists/PlayListFile.cpp
-+++ b/src/ui/mediaviewer/playlists/PlayListFile.cpp
-@@ -287,7 +287,7 @@ bool guPlaylistFile::ReadM3uStream( wxInputStream &playlist, const wxString &pat
- int Count = Lines.Count();
- for( Index = 0; Index < Count; Index++ )
- {
-- Lines[ Index ].Trim( wxString::both );
-+ Lines[ Index ].Trim( false ).Trim( true );
- if( Lines[ Index ].IsEmpty() || ( Lines[ Index ].Find( wxT( "#EXTM3U" ) ) != wxNOT_FOUND ) )
- {
- continue;
-@@ -676,7 +676,7 @@ bool guCuePlaylistFile::LoadFromText( const wxString &content )
- int Count = Lines.Count();
- for( Index = 0; Index < Count; Index++ )
- {
-- Lines[ Index ].Trim( wxString::both );
-+ Lines[ Index ].Trim( false ).Trim( true );
- wxString Line = Lines[ Index ];
- //guLogMessage( wxT( "'%s'" ), Line.c_str() );
- wxArrayString Keys = wxStringTokenize( Line, wxT( " " ) );
-diff --git a/src/ui/podcasts/PodcastsPanel.cpp b/src/ui/podcasts/PodcastsPanel.cpp
-index b715bd29..f242608d 100644
---- a/src/ui/podcasts/PodcastsPanel.cpp
-+++ b/src/ui/podcasts/PodcastsPanel.cpp
-@@ -1193,7 +1193,7 @@ void guPodcastPanel::AddChannel( wxCommandEvent &event )
- wxSetCursor( * wxHOURGLASS_CURSOR );
- wxTheApp->Yield();
-
-- wxString PodcastUrl = NewPodcastChannel->GetValue().Trim( wxString::both );
-+ wxString PodcastUrl = NewPodcastChannel->GetValue().Trim( false ).Trim( true );
- if( !PodcastUrl.IsEmpty() )
- {
- // If we find an itunes link we replace the itpc to the standard http
diff --git a/media-sound/guayadeque/files/guayadeque-0.4.6-metadata.patch b/media-sound/guayadeque/files/guayadeque-0.4.6-metadata.patch
index b35be4f133fa..f6d81a110d79 100644
--- a/media-sound/guayadeque/files/guayadeque-0.4.6-metadata.patch
+++ b/media-sound/guayadeque/files/guayadeque-0.4.6-metadata.patch
@@ -1,5 +1,3 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e46d921..40e640e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -158,7 +158,7 @@ ADD_SUBDIRECTORY( po )