~ubuntu-branches/ubuntu/gutsy/sound-juicer/gutsy-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-14 13:21:20 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514132120-lbw7f1a281yxhpjx
Tags: 2.19.1-0ubuntu1
* New upstream version:
  - Fix type names, which caused an assertion on startup
  - Fix profile checking, which caused SJ to fail to parse any profiles
  - Fix error handling when using errno

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([Sound Juicer],[2.16.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer],[sound-juicer])
 
1
AC_INIT([Sound Juicer],[2.19.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer],[sound-juicer])
2
2
 
3
3
AC_PREREQ(2.52)
4
4
 
7
7
AC_CONFIG_SRCDIR([libjuicer/sj-extractor.c])
8
8
AM_CONFIG_HEADER([config.h])
9
9
 
10
 
AM_MAINTAINER_MODE
11
 
 
12
10
GNOME_COMMON_INIT
13
11
 
14
12
# Do the gettext/i18n stuff
56
54
AC_SUBST(GSTREAMER_LIBS)
57
55
 
58
56
# Find the GStreamer elements we use, and warn if they are not present.
59
 
AM_GST_ELEMENT_CHECK(cdparanoiasrc,,AC_MSG_WARN([The 'cdparanoia' element was not found. This will cause Sound Juicer to fail at runtime.]))
60
57
AM_GST_ELEMENT_CHECK(vorbisenc,,AC_MSG_WARN([The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail.]))
61
58
AM_GST_ELEMENT_CHECK(flacenc,,AC_MSG_WARN([The 'flacenc' element was not found. This will cause encoding to FLAC to fail.]))
62
59
AM_GST_ELEMENT_CHECK(wavenc,,AC_MSG_WARN([The 'wavenc' element was not found. This will cause encoding to Wave to fail.]))