[paketler-commits] r28246 - devel/applications/multimedia/lastfm/files

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
24 Haz 2007 Paz 22:59:22 EEST


Author: cartman
Date: Sun Jun 24 22:59:22 2007
New Revision: 28246

Modified:
   devel/applications/multimedia/lastfm/files/dbus-interface.patch
Log:
C++ bildin mi?


Modified: devel/applications/multimedia/lastfm/files/dbus-interface.patch
=================================================================
--- devel/applications/multimedia/lastfm/files/dbus-interface.patch	(original)
+++ devel/applications/multimedia/lastfm/files/dbus-interface.patch	Sun Jun 24 22:59:22 2007
@@ -1,9 +1,77 @@
---- last.fm/src/dbusinterface.cpp	1970-01-01 02:00:00.000000000 +0200
-+++ last.fm/src/dbusinterface.cpp	2007-06-24 16:54:56.000000000 +0300
-@@ -0,0 +1,44 @@
-+# Licensed under GPLv2 or later, at your option
-+# Copyright 2007, İsmail Dönmez <ismail at pardus.org.tr>
-+#
+--- last.fm/src/dbusinterface.h	2007-06-23 02:05:54.016317834 +0300
++++ last.fm/src/dbusinterface.h	2007-06-24 22:54:45.000000000 +0300
+@@ -0,0 +1,48 @@
++/***************************************************************************
++ *   Copyright (C) 2007 by                                                 *
++ *      İsmail Dönmez <ismail at pardus.org.tr>                               *
++ *                                                                         *
++ *   This program is free software; you can redistribute it and/or modify  *
++ *   it under the terms of the GNU General Public License as published by  *
++ *   the Free Software Foundation; either version 2 of the License, or     *
++ *   (at your option) any later version.                                   *
++ *                                                                         *
++ *   This program is distributed in the hope that it will be useful,       *
++ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
++ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
++ *   GNU General Public License for more details.                          *
++ *                                                                         *
++ *   You should have received a copy of the GNU General Public License     *
++ *   along with this program; if not, write to the                         *
++ *   Free Software Foundation, Inc.,                                       *
++ *   51 Franklin Steet, Fifth Floor, Boston, MA  02111-1307, USA.          *
++ ***************************************************************************/
++
++#ifndef DBUSINTERFACE_H
++#define DBUSINTERFACE_H
++
++#include <QtCore/QObject>
++
++class DBusInterface: public QObject
++{
++ Q_OBJECT
++
++ public:
++  static DBusInterface* self();
++  void setNowListening(const QString&, const QString&, const QString&);
++
++ protected:
++  DBusInterface();
++  static DBusInterface* s_self;
++
++ public slots:
++  Q_SCRIPTABLE QString currentArtist();
++  Q_SCRIPTABLE QString currentAlbum();
++  Q_SCRIPTABLE QString currentTrack();
++
++ private:
++  QString m_artist, m_album, m_track;
++
++};
++
++#endif // DBUSINTERFACE_H
+--- last.fm/src/dbusinterface.cpp	2007-06-23 02:05:54.016317834 +0300
++++ last.fm/src/dbusinterface.cpp	2007-06-24 22:54:48.000000000 +0300
+@@ -0,0 +1,61 @@
++/***************************************************************************
++ *   Copyright (C) 2007 by                                                 *
++ *      İsmail Dönmez <ismail at pardus.org.tr>                               *
++ *                                                                         *
++ *   This program is free software; you can redistribute it and/or modify  *
++ *   it under the terms of the GNU General Public License as published by  *
++ *   the Free Software Foundation; either version 2 of the License, or     *
++ *   (at your option) any later version.                                   *
++ *                                                                         *
++ *   This program is distributed in the hope that it will be useful,       *
++ *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
++ *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
++ *   GNU General Public License for more details.                          *
++ *                                                                         *
++ *   You should have received a copy of the GNU General Public License     *
++ *   along with this program; if not, write to the                         *
++ *   Free Software Foundation, Inc.,                                       *
++ *   51 Franklin Steet, Fifth Floor, Boston, MA  02111-1307, USA.          *
++ ***************************************************************************/
++
 +#include <QtDBus/QtDBus>
 +
 +#include "dbusinterface.h"
@@ -45,40 +113,6 @@
 +{
 +  return m_track;
 +}
---- last.fm/src/dbusinterface.h	1970-01-01 02:00:00.000000000 +0200
-+++ last.fm/src/dbusinterface.h	2007-06-24 16:56:09.000000000 +0300
-@@ -0,0 +1,31 @@
-+#ifndef DBUSINTERFACE_H
-+#define DBUSINTERFACE_H
-+
-+# Licensed under GPLv2 or later, at your option
-+# Copyright 2007, İsmail Dönmez <ismail at pardus.org.tr>
-+
-+#include <QtCore/QObject>
-+
-+class DBusInterface: public QObject
-+{
-+ Q_OBJECT
-+
-+ public:
-+  static DBusInterface* self();
-+  void setNowListening(const QString&, const QString&, const QString&);
-+
-+ protected:
-+  DBusInterface();
-+  static DBusInterface* s_self;
-+
-+ public slots:
-+  Q_SCRIPTABLE QString currentArtist();
-+  Q_SCRIPTABLE QString currentAlbum();
-+  Q_SCRIPTABLE QString currentTrack();
-+
-+ private:
-+  QString m_artist, m_album, m_track;
-+
-+};
-+
-+#endif // DBUSINTERFACE_H
 --- last.fm/src/metadataextension/metadataextension.cpp	2007-06-22 21:21:53.000000000 +0300
 +++ last.fm/src/metadataextension/metadataextension.cpp	2007-06-24 16:59:44.000000000 +0300
 @@ -31,6 +31,7 @@


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi