~ubuntu-branches/ubuntu/intrepid/soundconverter/intrepid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2008-01-10 18:55:34 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080110185534-wg4bzthe3vuiwyx2
Tags: 0.9.8-0ubuntu1
* New upstream release. (LP: #181611)
* debian/control:
  - Depend on gstreamer0.10-plugins-base. (LP: #154617)
  - Don't Suggest gstreamer0.10-lame. It's not in an official
    repository.
  - Bump Standards-Version to 3.7.3.
  - Migrate to official Homepage field. 
* debian/patches/fix-desktop-file.patch: Drop Encoding and duplicate Name
  fields from soundconverter.desktop.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
dnl Process this file with autoconf to produce a configure script.
3
3
AC_PREREQ(2.53)
4
4
AC_INIT(src/soundconverter.py)
5
 
AM_INIT_AUTOMAKE([soundconverter], [0.9.7])
 
5
AM_INIT_AUTOMAKE([soundconverter], [0.9.8])
6
6
 
7
7
m4_define(required_python_abi, [2.4])
8
8
m4_define(required_python_version, [2.4])
12
12
dnl put the ACLOCAL flags in the makefile
13
13
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
14
14
 
15
 
ALL_LINGUAS="fr pl pt_BR sv_SE hu ru es it cs de"
 
15
ALL_LINGUAS="fr pl pt_BR sv_SE hu ru es it cs de nl sr sr@Latn ar eu he sk zh_CN"
16
16
GETTEXT_PACKAGE=soundconverter
17
17
AC_SUBST(GETTEXT_PACKAGE)
18
18
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])