~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-02-13 16:57:30 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20090213165730-zehs2hnzj2pso94k
Tags: 2.25.3-0ubuntu1
* New upstream release (LP: #329134)
  - Put the disc number in the file name
  - Support multiple genres
  - Use libcanberra for event sounds
  - Handle custom patterns in the prefs dialog
  - Remove Musicbrainz data if the track data is changed
  - Fix disc number editing logic
* debian/control.in:
  - Bump libgstreamer0.10-dev to 0.10.15
  - Build-dep on libcanberra-gtk-dev 
  - Also depend on libcanberra-gtk0
* debian/debian/patches/01_lpi.patch, 
  debian/patches/02_autoconf.patch:
  - Refreshed for the new upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.61 for Sound Juicer 2.25.2.
 
3
# Generated by GNU Autoconf 2.61 for Sound Juicer 2.25.3.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='Sound Juicer'
730
730
PACKAGE_TARNAME='sound-juicer'
731
 
PACKAGE_VERSION='2.25.2'
732
 
PACKAGE_STRING='Sound Juicer 2.25.2'
 
731
PACKAGE_VERSION='2.25.3'
 
732
PACKAGE_STRING='Sound Juicer 2.25.3'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=sound-juicer'
734
734
 
735
735
ac_unique_file="libjuicer/sj-extractor.c"
1503
1503
  # Omit some internal or obsolete options to make the list less imposing.
1504
1504
  # This message is too long to be a string in the A/UX 3.1 sh.
1505
1505
  cat <<_ACEOF
1506
 
\`configure' configures Sound Juicer 2.25.2 to adapt to many kinds of systems.
 
1506
\`configure' configures Sound Juicer 2.25.3 to adapt to many kinds of systems.
1507
1507
 
1508
1508
Usage: $0 [OPTION]... [VAR=VALUE]...
1509
1509
 
1573
1573
 
1574
1574
if test -n "$ac_init_help"; then
1575
1575
  case $ac_init_help in
1576
 
     short | recursive ) echo "Configuration of Sound Juicer 2.25.2:";;
 
1576
     short | recursive ) echo "Configuration of Sound Juicer 2.25.3:";;
1577
1577
   esac
1578
1578
  cat <<\_ACEOF
1579
1579
 
1724
1724
test -n "$ac_init_help" && exit $ac_status
1725
1725
if $ac_init_version; then
1726
1726
  cat <<\_ACEOF
1727
 
Sound Juicer configure 2.25.2
 
1727
Sound Juicer configure 2.25.3
1728
1728
generated by GNU Autoconf 2.61
1729
1729
 
1730
1730
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1738
1738
This file contains any messages produced by compilers while
1739
1739
running configure, to aid debugging if configure makes a mistake.
1740
1740
 
1741
 
It was created by Sound Juicer $as_me 2.25.2, which was
 
1741
It was created by Sound Juicer $as_me 2.25.3, which was
1742
1742
generated by GNU Autoconf 2.61.  Invocation command line was
1743
1743
 
1744
1744
  $ $0 $@
2431
2431
 
2432
2432
# Define the identity of the package.
2433
2433
 PACKAGE='sound-juicer'
2434
 
 VERSION='2.25.2'
 
2434
 VERSION='2.25.3'
2435
2435
 
2436
2436
 
2437
2437
cat >>confdefs.h <<_ACEOF
23382
23382
        pkg_cv_UI_CFLAGS="$UI_CFLAGS"
23383
23383
    else
23384
23384
        if test -n "$PKG_CONFIG" && \
23385
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1\"") >&5
23386
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1") 2>&5
 
23385
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk\"") >&5
 
23386
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk") 2>&5
23387
23387
  ac_status=$?
23388
23388
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23389
23389
  (exit $ac_status); }; then
23390
 
  pkg_cv_UI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1" 2>/dev/null`
 
23390
  pkg_cv_UI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk" 2>/dev/null`
23391
23391
else
23392
23392
  pkg_failed=yes
23393
23393
fi
23400
23400
        pkg_cv_UI_LIBS="$UI_LIBS"
23401
23401
    else
23402
23402
        if test -n "$PKG_CONFIG" && \
23403
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1\"") >&5
23404
 
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1") 2>&5
 
23403
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk\"") >&5
 
23404
  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk") 2>&5
23405
23405
  ac_status=$?
23406
23406
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23407
23407
  (exit $ac_status); }; then
23408
 
  pkg_cv_UI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1" 2>/dev/null`
 
23408
  pkg_cv_UI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk" 2>/dev/null`
23409
23409
else
23410
23410
  pkg_failed=yes
23411
23411
fi
23424
23424
        _pkg_short_errors_supported=no
23425
23425
fi
23426
23426
        if test $_pkg_short_errors_supported = yes; then
23427
 
                UI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1"`
 
23427
                UI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk"`
23428
23428
        else
23429
 
                UI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1"`
 
23429
                UI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk"`
23430
23430
        fi
23431
23431
        # Put the nasty error message in config.log where it belongs
23432
23432
        echo "$UI_PKG_ERRORS" >&5
23433
23433
 
23434
 
        { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1) were not met:
 
23434
        { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk) were not met:
23435
23435
 
23436
23436
$UI_PKG_ERRORS
23437
23437
 
23442
23442
and UI_LIBS to avoid the need to call pkg-config.
23443
23443
See the pkg-config man page for more details.
23444
23444
" >&5
23445
 
echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1) were not met:
 
23445
echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.14  libglade-2.0  gconf-2.0 gio-2.0 gmodule-export-2.0 dbus-glib-1 libcanberra-gtk) were not met:
23446
23446
 
23447
23447
$UI_PKG_ERRORS
23448
23448
 
23496
23496
        pkg_cv_GSTREAMER_CFLAGS="$GSTREAMER_CFLAGS"
23497
23497
    else
23498
23498
        if test -n "$PKG_CONFIG" && \
23499
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10\"") >&5
23500
 
  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10") 2>&5
 
23499
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10\"") >&5
 
23500
  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10") 2>&5
23501
23501
  ac_status=$?
23502
23502
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23503
23503
  (exit $ac_status); }; then
23504
 
  pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10" 2>/dev/null`
 
23504
  pkg_cv_GSTREAMER_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10" 2>/dev/null`
23505
23505
else
23506
23506
  pkg_failed=yes
23507
23507
fi
23514
23514
        pkg_cv_GSTREAMER_LIBS="$GSTREAMER_LIBS"
23515
23515
    else
23516
23516
        if test -n "$PKG_CONFIG" && \
23517
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10\"") >&5
23518
 
  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10") 2>&5
 
23517
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10\"") >&5
 
23518
  ($PKG_CONFIG --exists --print-errors "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10") 2>&5
23519
23519
  ac_status=$?
23520
23520
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23521
23521
  (exit $ac_status); }; then
23522
 
  pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10" 2>/dev/null`
 
23522
  pkg_cv_GSTREAMER_LIBS=`$PKG_CONFIG --libs "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10" 2>/dev/null`
23523
23523
else
23524
23524
  pkg_failed=yes
23525
23525
fi
23538
23538
        _pkg_short_errors_supported=no
23539
23539
fi
23540
23540
        if test $_pkg_short_errors_supported = yes; then
23541
 
                GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10"`
 
23541
                GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10"`
23542
23542
        else
23543
 
                GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10"`
 
23543
                GSTREAMER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10"`
23544
23544
        fi
23545
23545
        # Put the nasty error message in config.log where it belongs
23546
23546
        echo "$GSTREAMER_PKG_ERRORS" >&5
23547
23547
 
23548
 
        { { echo "$as_me:$LINENO: error: Package requirements (gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10) were not met:
 
23548
        { { echo "$as_me:$LINENO: error: Package requirements (gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10) were not met:
23549
23549
 
23550
23550
$GSTREAMER_PKG_ERRORS
23551
23551
 
23556
23556
and GSTREAMER_LIBS to avoid the need to call pkg-config.
23557
23557
See the pkg-config man page for more details.
23558
23558
" >&5
23559
 
echo "$as_me: error: Package requirements (gstreamer-0.10 >= 0.10.5 gstreamer-plugins-base-0.10) were not met:
 
23559
echo "$as_me: error: Package requirements (gstreamer-0.10 >= 0.10.15 gstreamer-plugins-base-0.10) were not met:
23560
23560
 
23561
23561
$GSTREAMER_PKG_ERRORS
23562
23562
 
25043
25043
# report actual input values of CONFIG_FILES etc. instead of their
25044
25044
# values after options handling.
25045
25045
ac_log="
25046
 
This file was extended by Sound Juicer $as_me 2.25.2, which was
 
25046
This file was extended by Sound Juicer $as_me 2.25.3, which was
25047
25047
generated by GNU Autoconf 2.61.  Invocation command line was
25048
25048
 
25049
25049
  CONFIG_FILES    = $CONFIG_FILES
25096
25096
_ACEOF
25097
25097
cat >>$CONFIG_STATUS <<_ACEOF
25098
25098
ac_cs_version="\\
25099
 
Sound Juicer config.status 2.25.2
 
25099
Sound Juicer config.status 2.25.3
25100
25100
configured by $0, generated by GNU Autoconf 2.61,
25101
25101
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25102
25102