~ubuntu-branches/ubuntu/lucid/totem-pl-parser/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-01-26 20:52:06 UTC
  • mfrom: (1.4.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126205206-mj1kg7e81c9f0zgv
Tags: 2.29.1-0ubuntu1
* New upstream release:
  - Add introspection support
  - Remove GTK+ dependency
  - Remove deprecated symbols
  - Add more metadata to XSPF playlist saving
  - Fix compilation on *BSDs
* debian/watch: update to take unstable version
* debian/control.in:
  - add Vcs-Bzr tag
  - add gobject-introspection, libgirepository1.0-dev and gir1.0-glib-2.0
    build-dep
  - remove libgtk2.0-dev build-dep
  - bump package revision as soname bumped
  - add gir1.0-totemplparser-1.0 package
* debian/rules:
  - bump makeshlibs args to new revision
  - call dh_girepository
* debian/libtotem-plparser17.install:
  - renamed from debian/libtotem-plparser12.install
* add debian/gir1.0-totemplparser-1.0.install package
* debian/libtotem-plparser-dev.install:
  - add gir file
* add debian/patches/01_fix_gir_file.patch:
  - fix gir and typelib file to have good release version
* add debian/patches/90autoreconf.patch to include previous patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_PREREQ(2.52)
 
1
AC_PREREQ(2.62)
2
2
 
3
3
m4_define(totem_version_major, 2)
4
 
m4_define(totem_version_minor, 28)
5
 
m4_define(totem_version_micro, 2)
 
4
m4_define(totem_version_minor, 29)
 
5
m4_define(totem_version_micro, 1)
6
6
 
7
7
AC_INIT([totem-pl-parser],
8
8
        [totem_version_major.totem_version_minor.totem_version_micro],
9
9
        [http://bugzilla.gnome.org/enter_bug.cgi?product=totem-pl-parser&component=General])
10
10
 
 
11
AM_MAINTAINER_MODE
11
12
AC_CONFIG_SRCDIR([plparse/totem-pl-parser.c])
12
13
AC_CONFIG_HEADERS([config.h])
13
14
AC_GNU_SOURCE
46
47
# - If binary compatibility has been broken (eg removed or changed interfaces)
47
48
#   change to C+1:0:0
48
49
# - If the interface is the same as the previous version, change to C:R+1:A
49
 
PLPARSER_LT_VERSION=16:5:4
 
50
PLPARSER_LT_VERSION=17:0:0
50
51
AC_SUBST(PLPARSER_LT_VERSION)
51
52
 
52
53
TOTEM_PL_PARSER_VERSION_MAJOR=totem_version_major
56
57
AC_SUBST(TOTEM_PL_PARSER_VERSION_MINOR)
57
58
AC_SUBST(TOTEM_PL_PARSER_VERSION_MICRO)
58
59
 
59
 
pkg_modules="glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS"
 
60
pkg_modules="glib-2.0 >= $GLIB_REQS libxml-2.0 gthread-2.0 gio-2.0 >= $GIO_REQS"
60
61
 
61
62
##################################
62
63
# Checking libgmime dependency
121
122
AC_SUBST([AM_LDFLAGS])
122
123
 
123
124
GTK_DOC_CHECK(1.11)
 
125
GOBJECT_INTROSPECTION_CHECK([0.6.7])
124
126
 
125
127
AC_CONFIG_FILES([
126
128
Makefile