~ubuntu-branches/debian/sid/transmageddon/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-08-04 12:53:55 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120804125355-q9x5j84gt4qgdd29
Tags: 0.21-1
* New upstream release:
  - Fix MPEG4 profiles to work with new caps in GStreamer
  - Move preset directory to be Transmageddon specific (LP: #945987)
  - Stop using XDG python library and just use glib
  - Fix bug with repeated remuxings of same file
  - Added or updated Brazilian, Swedish, Slovak, Turkish and
    Serbian translation
* Transmageddon actually requires python-gst0.10 (>= 0.10.22).
  Thanks to Martin Owens for having reported this.
* Fix watch file.
* Update debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
6
AC_INIT([transmageddon],
7
 
        [0.20],
 
7
        [0.21],
8
8
        [https://bugzilla.gnome.org/enter_bug.cgi?product=transmageddon],
9
9
        [transmageddon],
10
10
        [http://www.linuxrising.org/transmageddon])
29
29
dnl For a more exhaustive list of checks, you can have a look at
30
30
dnl the runtime checks in pitivi/check.py
31
31
 
32
 
AC_SUBST(PYGTK_REQ, 2.8.0)
33
 
AC_SUBST(PYGST_REQ, 0.10.6)
34
 
AC_SUBST(GST_REQ, 0.10.13.1)
 
32
AC_SUBST(PYGTK_REQ, 2.24.0)
 
33
AC_SUBST(PYGST_REQ, 0.10.23)
 
34
AC_SUBST(GST_REQ, 0.10.36.0)
35
35
 
36
36
AS_AC_EXPAND(LIBDIR, $libdir)
37
37
AC_MSG_NOTICE(Storing library files in $LIBDIR)