adium 2871:6ffa45be780a: libpurple. now with more PPC and i386.
commits at adium.im
commits at adium.im
Thu Nov 5 05:33:42 UTC 2009
details: http://hg.adium.im/adium/rev/6ffa45be780a
revision: 2871:6ffa45be780a
author: Stephen Holt <sholt at adium.im>
date: Thu Nov 05 00:31:19 2009 -0500
libpurple. now with more PPC and i386.
diffs (245 lines):
diff -r 620966d6f8a1 -r 6ffa45be780a Frameworks/libpurple.framework/Headers
--- a/Frameworks/libpurple.framework/Headers Wed Nov 04 23:47:50 2009 -0500
+++ b/Frameworks/libpurple.framework/Headers Thu Nov 05 00:31:19 2009 -0500
@@ -1,1 +1,1 @@
-Versions/Current/Headers/
\ No newline at end of file
+Versions/0.6.4/Headers
\ No newline at end of file
diff -r 620966d6f8a1 -r 6ffa45be780a Frameworks/libpurple.framework/Resources
--- a/Frameworks/libpurple.framework/Resources Wed Nov 04 23:47:50 2009 -0500
+++ b/Frameworks/libpurple.framework/Resources Thu Nov 05 00:31:19 2009 -0500
@@ -1,1 +1,1 @@
-Versions/Current/Resources/
\ No newline at end of file
+Versions/0.6.4/Resources
\ No newline at end of file
diff -r 620966d6f8a1 -r 6ffa45be780a Frameworks/libpurple.framework/Versions/0.6.4/Headers/purple.h
--- a/Frameworks/libpurple.framework/Versions/0.6.4/Headers/purple.h Wed Nov 04 23:47:50 2009 -0500
+++ b/Frameworks/libpurple.framework/Versions/0.6.4/Headers/purple.h Thu Nov 05 00:31:19 2009 -0500
@@ -1,3 +1,4 @@
+#if defined (__x86_64__)
/**
* @file purple.h Header files and defines
* This file contains all the necessary preprocessor directives to include
@@ -103,3 +104,218 @@
#include <xmlnode.h>
#endif
+#elif defined (__i386__)
+/**
+ * @file purple.h Header files and defines
+ * This file contains all the necessary preprocessor directives to include
+ * libpurple's headers and other preprocessor directives required for plugins
+ * or UIs to build. Including this file eliminates the need to directly
+ * include any other libpurple files.
+ *
+ * @ingroup core libpurple
+ * @since 2.3.0
+ */
+
+/* purple
+ *
+ * Purple is the legal property of its developers, whose names are too numerous
+ * to list here. Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * 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 Street, Fifth Floor, Boston, MA 02111-1301 USA
+ */
+
+#ifndef _PURPLE_PURPLE_H_
+#define _PURPLE_PURPLE_H_
+
+#include <glib.h>
+
+#ifndef G_GNUC_NULL_TERMINATED
+# if __GNUC__ >= 4
+# define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
+# else
+# define G_GNUC_NULL_TERMINATED
+# endif
+#endif
+
+#undef PURPLE_PLUGINS
+
+#include <account.h>
+#include <accountopt.h>
+#include <blist.h>
+#include <buddyicon.h>
+#include <certificate.h>
+#include <cipher.h>
+#include <circbuffer.h>
+#include <cmds.h>
+#include <connection.h>
+#include <conversation.h>
+#include <core.h>
+#include <debug.h>
+#include <desktopitem.h>
+#include <dnsquery.h>
+#include <dnssrv.h>
+#include <eventloop.h>
+#include <ft.h>
+#include <idle.h>
+#include <imgstore.h>
+#include <log.h>
+#include <media.h>
+#include <mediamanager.h>
+#include <mime.h>
+#include <nat-pmp.h>
+#include <network.h>
+#include <notify.h>
+#include <ntlm.h>
+#include <plugin.h>
+#include <pluginpref.h>
+#include <pounce.h>
+#include <prefs.h>
+#include <privacy.h>
+#include <proxy.h>
+#include <prpl.h>
+#include <request.h>
+#include <roomlist.h>
+#include <savedstatuses.h>
+#include <server.h>
+#include <signals.h>
+#include <smiley.h>
+#include <sound.h>
+#include <sound-theme.h>
+#include <sound-theme-loader.h>
+#include <sslconn.h>
+#include <status.h>
+#include <stringref.h>
+#include <stun.h>
+#include <theme.h>
+#include <theme-loader.h>
+#include <theme-manager.h>
+#include <upnp.h>
+#include <util.h>
+#include <value.h>
+#include <version.h>
+#include <whiteboard.h>
+#include <xmlnode.h>
+
+#endif
+#elif defined (__ppc__)
+/**
+ * @file purple.h Header files and defines
+ * This file contains all the necessary preprocessor directives to include
+ * libpurple's headers and other preprocessor directives required for plugins
+ * or UIs to build. Including this file eliminates the need to directly
+ * include any other libpurple files.
+ *
+ * @ingroup core libpurple
+ * @since 2.3.0
+ */
+
+/* purple
+ *
+ * Purple is the legal property of its developers, whose names are too numerous
+ * to list here. Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * 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 Street, Fifth Floor, Boston, MA 02111-1301 USA
+ */
+
+#ifndef _PURPLE_PURPLE_H_
+#define _PURPLE_PURPLE_H_
+
+#include <glib.h>
+
+#ifndef G_GNUC_NULL_TERMINATED
+# if __GNUC__ >= 4
+# define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
+# else
+# define G_GNUC_NULL_TERMINATED
+# endif
+#endif
+
+#undef PURPLE_PLUGINS
+
+#include <account.h>
+#include <accountopt.h>
+#include <blist.h>
+#include <buddyicon.h>
+#include <certificate.h>
+#include <cipher.h>
+#include <circbuffer.h>
+#include <cmds.h>
+#include <connection.h>
+#include <conversation.h>
+#include <core.h>
+#include <debug.h>
+#include <desktopitem.h>
+#include <dnsquery.h>
+#include <dnssrv.h>
+#include <eventloop.h>
+#include <ft.h>
+#include <idle.h>
+#include <imgstore.h>
+#include <log.h>
+#include <media.h>
+#include <mediamanager.h>
+#include <mime.h>
+#include <nat-pmp.h>
+#include <network.h>
+#include <notify.h>
+#include <ntlm.h>
+#include <plugin.h>
+#include <pluginpref.h>
+#include <pounce.h>
+#include <prefs.h>
+#include <privacy.h>
+#include <proxy.h>
+#include <prpl.h>
+#include <request.h>
+#include <roomlist.h>
+#include <savedstatuses.h>
+#include <server.h>
+#include <signals.h>
+#include <smiley.h>
+#include <sound.h>
+#include <sound-theme.h>
+#include <sound-theme-loader.h>
+#include <sslconn.h>
+#include <status.h>
+#include <stringref.h>
+#include <stun.h>
+#include <theme.h>
+#include <theme-loader.h>
+#include <theme-manager.h>
+#include <upnp.h>
+#include <util.h>
+#include <value.h>
+#include <version.h>
+#include <whiteboard.h>
+#include <xmlnode.h>
+
+#endif
+#else
+#error This isn't a recognized platform.
+#endif
diff -r 620966d6f8a1 -r 6ffa45be780a Frameworks/libpurple.framework/Versions/0.6.4/libpurple
Binary file Frameworks/libpurple.framework/Versions/0.6.4/libpurple has changed
More information about the commits
mailing list