~swem/totem/assignment

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-02-25 19:11:33 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100225191133-7bonpywglovrzohq
Tags: 2.29.91-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
* debian/patches/99_gst-bus_flush.patch:
  + Patch from upstream GIT to fix automatic codec installation
    and random errors showing up from previous tracks.
* debian/control.in:
  + Add ATK build dependency to allow buildds to actually install
    the correct version instead of producing an error.

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