Update of /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv20447
Modified Files:
pidgin.info pidgin.patch
Log Message:
Cvs: ----------------------------------------------------------------------
Update from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1850182&group_id=17203&atid=414256
Index: pidgin.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/pidgin.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pidgin.info 16 Mar 2008 22:05:13 -0000 1.2
+++ pidgin.info 30 Mar 2008 00:05:13 -0000 1.3
@@ -1,11 +1,11 @@
Info3: <<
# Info3 packaging is temporary, just to support commends in depends fields
Package: pidgin
-Version: 2.3.0
+Version: 2.4.0
Revision: 1
Maintainer: David Fang <[EMAIL PROTECTED]>
Source: http://downloads.sourceforge.net/%n/%n-%v.tar.bz2
-Source-MD5: 0456e63358c8be7a905f9a8ca6494088
+Source-MD5: d03ac2695d5b5304f86812ffd6ba0053
License: GPL
Homepage: http://www.pidgin.im/
Description: Multi-protocol instant messenger client
@@ -27,11 +27,10 @@
gstreamer-0.10-dev,
gtk+2-dev,
gtkspell2-dev,
- intltool,
# libao2,
libgcrypt,
libgpg-error,
- libhowl-dev,
+# libhowl-dev,
libiconv-dev,
libncursesw5,
libtasn1-3,
@@ -45,6 +44,7 @@
startup-notification-dev,
# system-openssl-dev,
# tcltk-dev,
+ xml-parser-pm586 | xml-parser-pm588 | xml-parser-pm584 |
xml-parser-pm581,
x11-dev
<<
Depends: <<
@@ -189,7 +189,7 @@
# libao2-shlibs,
# libgcrypt-shlibs,
# libgpg-error-shlibs,
- libhowl-shlibs,
+# libhowl-shlibs,
# libtasn1-3-shlibs,
libxml2-shlibs,
# tcltk-shlibs,
@@ -204,10 +204,14 @@
share/sounds/purple
<<
Shlibs: <<
- %p/lib/libpurple.0.dylib 4.0.0 %n (>= 2.2.0-1)
+ %p/lib/libpurple.0.dylib 5.0.0 %n (>= 2.2.0-1)
%p/lib/purple-2/libjabber.0.dylib 1.0.0 %n (>= 2.2.0-1)
%p/lib/purple-2/liboscar.0.dylib 1.0.0 %n (>= 2.2.0-1)
<<
+ PostInstScript: <<
+ mkdir -p %p/var/lib/dbus
+ %p/share/dbus/dbus-uuidgen --ensure
+ <<
DescPackaging: <<
Data support files have been moved here, including security certificates
and sounds because the finch client now supports sound.
@@ -237,7 +241,7 @@
lib/pidgin/*.so
<<
Shlibs: <<
- %p/lib/libpurple-client.0.dylib 4.0.0 %n (>= 2.2.0-1)
+ %p/lib/libpurple-client.0.dylib 5.0.0 %n (>= 2.2.0-1)
<<
DescPackaging: <<
Are these private shared libraries?
@@ -258,10 +262,6 @@
<<
# no static libraries
<<
-PostInstScript: <<
- mkdir -p %p/var/lib/dbus
- %p/share/dbus/dbus-uuidgen --ensure
-<<
DescPort: <<
Yes, I\'m aware of Adium for OS X. I wanted to package this for finch.
No darwin-specific modifications needed apart from package file structure.
@@ -299,7 +299,7 @@
Need to run `dbus-uuidgen\' --ensure to guarantee that
%p/var/lib/dbus/machine-id exists.
cyrus-sasl2, gstreamer seem optional (added).
-libhowl is for Apple\'s Rendezvous protocol.
+libhowl is for Apple\'s Rendezvous protocol (eliminated in 2.4.0?).
gnutls14-shlibs already depends on
libgcrypt-shlibs, libtasn1-3-shlibs, pth-shlibs, libgpg-error-shlibs,
but we retain their build-deps on -dev.
Index: pidgin.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/crypto/finkinfo/pidgin.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pidgin.patch 13 Dec 2007 20:42:15 -0000 1.1
+++ pidgin.patch 30 Mar 2008 00:05:13 -0000 1.2
@@ -1,5 +1,5 @@
---- pidgin-2.3.0-orig/libpurple/protocols/bonjour/jabber.c 2007-12-06
04:31:53.000000000 -0500
-+++ pidgin-2.3.0/libpurple/protocols/bonjour/jabber.c 2007-12-06
04:32:02.000000000 -0500
+--- pidgin-2.4.0-orig/libpurple/protocols/bonjour/jabber.c 2007-12-06
04:31:53.000000000 -0500
++++ pidgin-2.4.0/libpurple/protocols/bonjour/jabber.c 2007-12-06
04:32:02.000000000 -0500
@@ -20,9 +20,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301
USA
*/
@@ -11,3 +11,36 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#else
+--- pidgin-2.4.0-orig/finch/libgnt/gntwm.c 2008-03-01 20:42:32.000000000
-0500
++++ pidgin-2.4.0/finch/libgnt/gntwm.c 2008-03-01 21:02:17.000000000 -0500
+@@ -31,6 +31,12 @@
+ #endif
+ #endif
+
++/*
++ Don't know why this is avoided when using Python (above),
++ but definition is needed for <ncurses.h> definition of cchar_t.
++ */
++#define _XOPEN_SOURCE_EXTENDED
++
+ #include <glib.h>
+ #include <glib/gstdio.h>
+ #include <ctype.h>
+--- pidgin-2.4.0-orig/configure 2008-03-27 00:49:16.000000000 -0400
++++ pidgin-2.4.0/configure 2008-03-27 00:52:49.000000000 -0400
+@@ -20806,6 +20806,7 @@
+
+
+
++if false ; then
+ { echo "$as_me:$LINENO: checking for fink" >&5
+ echo $ECHO_N "checking for fink... $ECHO_C" >&6; }
+ if test -d /sw; then
+@@ -20817,6 +20818,7 @@
+ { echo "$as_me:$LINENO: result: not found" >&5
+ echo "${ECHO_T}not found" >&6; }
+ fi
++fi
+ ;;
+ *)
+ ;;
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs