~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-15 02:32:20 UTC
  • mfrom: (1.5.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110815023220-x2n5l0i4deiqn7dn
Tags: 0.14.2-0ubuntu1
* New upstream version.
  - New Mallard format help
* debian/control:
  - Add gnome-doc-utils to build-depends
  - Bump pygtk minimum to 2.24
* debian/patches/01_lpi.patch
  - Move LPI items below User Manual in Help menu
* debian/watch: Watch for 0.14.* tar.bz2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl initialize autoconf
4
4
dnl when going to/from release please set the nano (fourth number) right !
5
5
dnl releases only do Wall, cvs and prerelease does Werror too
6
 
AC_INIT(PiTiVi, 0.14.1,
 
6
AC_INIT(PiTiVi, 0.14.2,
7
7
    https://bugzilla.gnome.org/browse.cgi?product=pitivi,
8
8
    pitivi)
9
9
 
31
31
dnl For a more exhaustive list of checks, you can have a look at
32
32
dnl the runtime checks in pitivi/check.py
33
33
 
34
 
AC_SUBST(PYGTK_REQ, 2.17.0)
 
34
AC_SUBST(PYGTK_REQ, 2.24.0)
35
35
AC_SUBST(PYGST_REQ, 0.10.19)
36
36
AC_SUBST(GST_REQ, 0.10.28)
37
37
AC_SUBST(GNONLIN_REQ, 0.10.16)
73
73
 
74
74
AC_CONFIG_FILES([bin/pitivi], [chmod +x bin/pitivi])
75
75
 
 
76
GNOME_DOC_INIT([0.18.0])
 
77
 
76
78
dnl output stuff
77
79
AC_OUTPUT(
78
80
Makefile
79
81
bin/Makefile
80
82
common/Makefile
81
83
common/m4/Makefile
 
84
help/Makefile
82
85
pitivi/Makefile
83
86
pitivi/configure.py
84
87
pitivi/ui/Makefile