gaim-uninstalled.pc.in

Mon, 04 Oct 2010 00:35:26 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Mon, 04 Oct 2010 00:35:26 +0000
changeset 30824
5cdb0deaaa9b
parent 16242
f0c15450e403
permissions
-rw-r--r--

Use DNSServiceGetAddrInfo() from dns_sd.h to resolve the IP for remote bonjour
users on Win32 instead of the libpurple resolving API. This way, we make sure
we're using the same interface as we received the presence notification on.

There is also some debug message improvement and using constants instead of
magic numbers in this commit.

15661
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
1 prefix=@prefix@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
2 exec_prefix=@exec_prefix@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
3 libdir=@libdir@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
4 includedir=@includedir@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
5 datarootdir=@datarootdir@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
6 datadir=@datadir@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
7 sysconfdir=@sysconfdir@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
8
16242
f0c15450e403 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents: 15661
diff changeset
9 Name: Pidgin (Gaim compatibility)
f0c15450e403 I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents: 15661
diff changeset
10 Description: Pidgin is a GTK2-based instant messenger application.
15661
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
11 Version: @VERSION@
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
12 Requires: glib-2.0
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
13 Cflags: -I${pc_top_builddir}/${pcfiledir}/libpurple -I${pc_top_builddir}/${pcfiledir}/pidgin
fa41814e7139 SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff changeset
14 Libs: ${pc_top_builddir}/${pcfiledir}/libpurple/libpurple.la

mercurial