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

« back to all changes in this revision

Viewing changes to 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
51
65
GOA_REQUIRED=3.3.0
52
66
 
53
67
# Optional deps
54
 
CLUTTER_REQUIRED=1.7.14
55
 
CLUTTER_GTK_REQUIRED=0.90.3
56
68
ENCHANT_REQUIRED=1.2.0
57
 
GEOCLUE_REQUIRED=0.11
 
69
GEOCLUE_REQUIRED=0.12
58
70
ISO_CODES_REQUIRED=0.35
59
71
NAUTILUS_SENDTO_REQUIRED=2.90.0
60
72
NETWORK_MANAGER_REQUIRED=0.7.0
68
80
#ifelse(empathy_released, 1, [], [enable_maintainer_mode="yes"])
69
81
#GNOME_MAINTAINER_MODE_DEFINES
70
82
 
71
 
# Disable GLib deprecation warnings for now; we don't want to bump the GLib dep
72
 
# and make things harder for contributiors without good reason. We'll re-enable
73
 
# those warnings later during the cycle (bgo #662662)
74
 
AC_DEFINE(GLIB_DISABLE_DEPRECATION_WARNINGS, 1, [Build with GLib deprecated])
75
 
 
76
 
# FIXME: bgo #669673
77
 
AC_DEFINE(CLUTTER_DISABLE_DEPRECATION_WARNINGS, 1, [Build with Clutter deprecated])
78
 
 
79
83
AC_CONFIG_MACRO_DIR([m4])
80
84
AC_CONFIG_HEADERS([config.h])
81
85
AC_CONFIG_SRCDIR([configure.ac])
206
210
   farstream-0.1
207
211
   telepathy-farstream >= $TELEPATHY_FARSTREAM_REQUIRED
208
212
   clutter-1.0 >= $CLUTTER_REQUIRED
209
 
   clutter-gtk-1.0
210
 
   clutter-gst-1.0
 
213
   clutter-gtk-1.0 >= $CLUTTER_GTK_REQUIRED
 
214
   clutter-gst-1.0 >= $CLUTTER_GST_REQUIRED
211
215
])
212
216
 
213
217
AC_DEFINE(EMPATHY_GOA_PROVIDER, "org.gnome.OnlineAccounts",
295
299
# -----------------------------------------------------------
296
300
IT_PROG_INTLTOOL([0.40.0])
297
301
 
298
 
AM_GNU_GETTEXT_VERSION([0.17])
299
 
AM_GNU_GETTEXT([external])
300
 
 
301
302
GETTEXT_PACKAGE=empathy
302
303
AC_SUBST(GETTEXT_PACKAGE)
303
304
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Gettext package name])
462
463
   PKG_CHECK_MODULES(LIBCHAMPLAIN,
463
464
    [
464
465
       clutter-gtk-1.0
465
 
       champlain-gtk-0.14
466
 
       champlain-0.14 >= $CHAMPLAIN_REQUIRED
 
466
       champlain-gtk-0.12
 
467
       champlain-0.12 >= $CHAMPLAIN_REQUIRED
467
468
    ], have_libchamplain="yes", have_libchamplain="no")
468
469
 
469
470
   if test "x$have_libchamplain" = "xyes"; then