~ubuntu-branches/ubuntu/lucid/totem/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-25 11:43:11 UTC
  • mfrom: (1.11.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225114311-vsjdzq9kl2n2g3ss
Tags: 2.29.91-0ubuntu1
* New upstream version:
  - Fix compilation with newer versions of Tracker
  - Update time in the status bar when frame-stepping
  - Fix a lot of build problems with newer GTK+, or using pedantic linkers
  - Update Vala bindings for external plugins
  - Fix problems with the popup menu in the browser plugin
* debian/control.in:
  - updated the gstreamer and gtk requirements
* debian/patches/90_autotools.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
m4_define(totem_version_major, 2)
4
4
m4_define(totem_version_minor, 29)
5
 
m4_define(totem_version_micro, 4)
 
5
m4_define(totem_version_micro, 91)
6
6
 
7
7
AC_INIT([totem],
8
8
        [totem_version_major.totem_version_minor.totem_version_micro],
38
38
 
39
39
# Requirements
40
40
GLIB_REQS=2.22
41
 
GTK_REQS=2.19.1
 
41
GTK_REQS=2.19.5
42
42
TOTEM_PLPARSER_REQS=2.29.1
43
43
GNOMEICON_REQS=2.15.90
44
44
DBUS_REQS=0.61
60
60
dnl the two versions here implicate the gstreamer core and gst-plugins
61
61
dnl release versions.
62
62
GST_MAJORMINOR=0.10
63
 
GST_REQS=0.10.24
64
 
GSTPLUG_REQS=0.10.25.1
 
63
GST_REQS=0.10.26
 
64
GSTPLUG_REQS=0.10.26
65
65
 
66
66
HAVE_GSTREAMER=no
67
67