From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/sidplayer/sidplayer-1.5.0/gcc3.patch | 69 ++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 recipes/sidplayer/sidplayer-1.5.0/gcc3.patch (limited to 'recipes/sidplayer/sidplayer-1.5.0/gcc3.patch') diff --git a/recipes/sidplayer/sidplayer-1.5.0/gcc3.patch b/recipes/sidplayer/sidplayer-1.5.0/gcc3.patch new file mode 100644 index 0000000000..b94e26a18a --- /dev/null +++ b/recipes/sidplayer/sidplayer-1.5.0/gcc3.patch @@ -0,0 +1,69 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- sidplayer/sidplayer.cpp~gcc3 2003-09-26 20:28:51.000000000 +0200 ++++ sidplayer/sidplayer.cpp 2004-02-12 19:24:33.000000000 +0100 +@@ -83,8 +83,8 @@ + //============================================================================================ + + Sidplayer::Sidplayer( int argc, char **argv, QPEApplication *app, +- QWidget *parent, const char *name, WFlags f ) +- : TabbedDialog( parent, name, f ), ++ QWidget *parent, const char *name, WFlags flags ) ++ : TabbedDialog( parent, name, flags ), + application( app ), + selectedSong( 1 ), + totalSongs( 1 ), +@@ -710,7 +710,7 @@ + + //-------------------------------------------------------------------------------------------- + +-void Sidplayer::updateListeningMileageLabel( bool forceUpdate = false ) ++void Sidplayer::updateListeningMileageLabel( bool forceUpdate ) + { + static int oldSecondsTotal = 0; + int secondsTotal = myEmuEngine.getSecondsTotal(); +--- sidplayer/sidplayer_file.cpp~gcc3 2003-09-25 21:56:57.000000000 +0200 ++++ sidplayer/sidplayer_file.cpp 2004-02-12 19:24:33.000000000 +0100 +@@ -249,7 +249,7 @@ + } + } + +-void Sidplayer::populateFileView( const QString &directory, const QString &selectThis = "" ) ++void Sidplayer::populateFileView( const QString &directory, const QString &selectThis ) + { + QDir dir( directory ); + +--- sidplayer/sidplayer_list.cpp~gcc3 2003-07-09 21:49:28.000000000 +0200 ++++ sidplayer/sidplayer_list.cpp 2004-02-12 19:24:33.000000000 +0100 +@@ -172,7 +172,7 @@ + setAllPlaylistViewItemsOddFlag(); + } + +-void Sidplayer::insertDir_( QString dirpath = "" ) ++void Sidplayer::insertDir_( QString dirpath ) + { + if ( dirpath == "" ) + dirpath = currentDir; +@@ -225,7 +225,7 @@ + setAllPlaylistViewItemsOddFlag(); + } + +-void Sidplayer::insertDirRecursive_( QString dirpath = "" ) ++void Sidplayer::insertDirRecursive_( QString dirpath ) + { + if ( dirpath == "" ) + dirpath = currentDir; +--- sidplayer/volumebarwidget.cpp~gcc3 2003-07-09 22:35:48.000000000 +0200 ++++ sidplayer/volumebarwidget.cpp 2004-02-12 19:28:54.000000000 +0100 +@@ -18,7 +18,7 @@ + + #include + +-VolumeBarWidget::VolumeBarWidget( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ) ++VolumeBarWidget::VolumeBarWidget( QWidget *parent, const char *name, WFlags f ) + : QWidget( parent, name, f ) + { + getVolume(); -- cgit v1.2.3