~bcurtiswx/ubuntu/precise/empathy/3.4.2.3-0ubuntu1

« back to all changes in this revision

Viewing changes to .pc/23_idomessagedialog_for_voip_and_ft.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-03-20 10:40:28 UTC
  • mfrom: (1.1.89)
  • Revision ID: package-import@ubuntu.com-20120320104028-s3t9wzw30quucy1e
Tags: 3.3.92-0ubuntu1
* New upstream release
  - Fixed: empathy-accounts crashed with SIGSEGV in 
    empathy_account_settings_get_account (LP: #951478)
  - Fixed: Rendering artifacts in the call window  
  - Fixed: The video preview is not rounded the same way as its 
    highlight rectangle  
  - Fixed: Crash receiving a call on a already disconnected empathy 
    call window  
  - Fixed: Crash on hangup in audio-only video call  
  - Fixed: Should try to get icons from EMPATHY_SRCDIR  
  - Fixed: Accounts dialog doesn't update when account goes online  
  - Fixed: MUC: make F9 toggle the contact list sidebar  
  - Fixed: Border overflows not taken in account when drawing Clutter 
    actors in empathy-call  
  - Fixed: Untranslated strings in libempathy/empathy-keyring.c  
  - Fixed: Information display of group chat contacts and irc 
    contacts broken  
  - Fixed: Receiving Files via XMPP isn't working 
  - Fixed: Should replace the birthday calendar by a button  
  - Fixed: Hide stupid vCard field roles  
  - Fixed: Contact list only appears after several seconds  
  - Fixed: Remove account info  
  - Fixed: Right align contact info fields  
  - Fixed: Set chat.facebook.com:443 as fallback server  

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
m4_define([empathy_major_version], [3])
5
5
m4_define([empathy_minor_version], [3])
6
 
m4_define([empathy_micro_version], [91])
 
6
m4_define([empathy_micro_version], [92])
7
7
m4_define([empathy_nano_version], [0])
8
8
 
9
9
dnl Display the nano_version only if it's not '0'
35
35
 
36
36
# Hardp deps
37
37
FOLKS_REQUIRED=0.6.6
 
38
GNUTLS_REQUIRED=2.8.5
 
39
 
38
40
GLIB_REQUIRED=2.30.0
39
 
GNUTLS_REQUIRED=2.8.5
40
 
GTK_REQUIRED=3.0.2
 
41
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
 
42
AC_DEFINE(GLIB_VERSION_MAX_REQUIRED, GLIB_VERSION_2_30, [Prevent post 2.30 APIs])
 
43
 
 
44
GTK_REQUIRED=3.3.6
 
45
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
 
46
AC_DEFINE(GDK_VERSION_MAX_REQUIRED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])
 
47
 
 
48
CLUTTER_REQUIRED=1.8.0
 
49
AC_DEFINE(CLUTTER_VERSION_MIN_REQUIRED, CLUTTER_VERSION_1_8, [Ignore post 1.8 deprecations])
 
50
AC_DEFINE(CLUTTER_VERSION_MAX, CLUTTER_VERSION_1_8, [Prevent post 1.8 APIs])
 
51
 
 
52
CLUTTER_GTK_REQUIRED=0.90.3
 
53
CLUTTER_GST_REQUIRED=1.5.2
 
54
 
41
55
GSTREAMER_REQUIRED=0.10.32
42
56
KEYRING_REQUIRED=2.26.0
43
57
GCR_REQUIRED=2.91.4
50
64
GOA_REQUIRED=3.3.0
51
65
 
52
66
# Optional deps
53
 
CLUTTER_REQUIRED=1.7.14
54
 
CLUTTER_GTK_REQUIRED=0.90.3
55
67
ENCHANT_REQUIRED=1.2.0
56
 
GEOCLUE_REQUIRED=0.11
 
68
GEOCLUE_REQUIRED=0.12
57
69
ISO_CODES_REQUIRED=0.35
58
70
NAUTILUS_SENDTO_REQUIRED=2.90.0
59
71
NETWORK_MANAGER_REQUIRED=0.7.0
66
78
#ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"])
67
79
#GNOME_MAINTAINER_MODE_DEFINES
68
80
 
69
 
# Disable GLib deprecation warnings for now; we don't want to bump the GLib dep
70
 
# and make things harder for contributiors without good reason. We'll re-enable
71
 
# those warnings later during the cycle (bgo #662662)
72
 
AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
73
 
 
74
 
# FIXME: bgo #669673
75
 
AC_DEFINE(CLUTTER_DISABLE_DEPRECATION_WARNINGS, 1, [Build with Clutter deprecated])
76
 
 
77
81
AC_CONFIG_MACRO_DIR([m4])
78
82
AC_CONFIG_HEADERS([config.h])
79
83
AC_CONFIG_SRCDIR([configure.ac])
203
207
   farstream-0.1
204
208
   telepathy-farstream >= $TELEPATHY_FARSTREAM_REQUIRED
205
209
   clutter-1.0 >= $CLUTTER_REQUIRED
206
 
   clutter-gtk-1.0
207
 
   clutter-gst-1.0
 
210
   clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED
 
211
   clutter-gst-1.0 >= $CLUTTER_GST_REQUIRED
208
212
])
209
213
 
210
214
AC_DEFINE(EMPATHY_GOA_PROVIDER, "org.gnome.OnlineAccounts",
292
296
# -----------------------------------------------------------
293
297
IT_PROG_INTLTOOL([0.40.0])
294
298
 
295
 
AM_GNU_GETTEXT_VERSION([0.17])
296
 
AM_GNU_GETTEXT([external])
297
 
 
298
299
GETTEXT_PACKAGE=empathy
299
300
AC_SUBST(GETTEXT_PACKAGE)
300
301
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
431
432
   PKG_CHECK_MODULES(LIBCHAMPLAIN,
432
433
    [
433
434
       clutter-gtk-1.0
434
 
       champlain-gtk-0.14
435
 
       champlain-0.14 >= $CHAMPLAIN_REQUIRED
 
435
       champlain-gtk-0.12
 
436
       champlain-0.12 >= $CHAMPLAIN_REQUIRED
436
437
    ], have_libchamplain="yes", have_libchamplain="no")
437
438
 
438
439
   if test "x$have_libchamplain" = "xyes"; then