~ubuntu-branches/ubuntu/intrepid/totem-pl-parser/intrepid-updates

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-06-06 12:44:07 UTC
  • mfrom: (1.2.1 lenny) (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080606124407-gdw18zkqwqhc39lw
Tags: 2.23.1-0ubuntu1
* New upstream version:
  - Port to GIO/GVFS, and remove gnome-vfs dependency
  - Fix handling of XML-ish files with linefeeds after the document head
  - Add support for parsing remote DVDs 
  - Check mime-type by hand when we get application/octect-stream 
    as a mime-type
  - Remove trailing linefeeds from titles
* change for the new soname
* don't install the html documentation in the library
* Sync on Debian
* debian/control.in:
  - updated for the soname change 
  - updated libglib requirement, don't use gnomevfs
  - updated maintainer information

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 totem-pl-parser 2.22.3.
 
3
# Generated by GNU Autoconf 2.61 for totem-pl-parser 2.23.1.
4
4
#
5
5
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=totem&component=playlist%20parser>.
6
6
#
728
728
# Identity of this package.
729
729
PACKAGE_NAME='totem-pl-parser'
730
730
PACKAGE_TARNAME='totem-pl-parser'
731
 
PACKAGE_VERSION='2.22.3'
732
 
PACKAGE_STRING='totem-pl-parser 2.22.3'
 
731
PACKAGE_VERSION='2.23.1'
 
732
PACKAGE_STRING='totem-pl-parser 2.23.1'
733
733
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=totem&component=playlist%20parser'
734
734
 
735
735
ac_unique_file="plparse/totem-pl-parser.c"
1473
1473
  # Omit some internal or obsolete options to make the list less imposing.
1474
1474
  # This message is too long to be a string in the A/UX 3.1 sh.
1475
1475
  cat <<_ACEOF
1476
 
\`configure' configures totem-pl-parser 2.22.3 to adapt to many kinds of systems.
 
1476
\`configure' configures totem-pl-parser 2.23.1 to adapt to many kinds of systems.
1477
1477
 
1478
1478
Usage: $0 [OPTION]... [VAR=VALUE]...
1479
1479
 
1543
1543
 
1544
1544
if test -n "$ac_init_help"; then
1545
1545
  case $ac_init_help in
1546
 
     short | recursive ) echo "Configuration of totem-pl-parser 2.22.3:";;
 
1546
     short | recursive ) echo "Configuration of totem-pl-parser 2.23.1:";;
1547
1547
   esac
1548
1548
  cat <<\_ACEOF
1549
1549
 
1669
1669
test -n "$ac_init_help" && exit $ac_status
1670
1670
if $ac_init_version; then
1671
1671
  cat <<\_ACEOF
1672
 
totem-pl-parser configure 2.22.3
 
1672
totem-pl-parser configure 2.23.1
1673
1673
generated by GNU Autoconf 2.61
1674
1674
 
1675
1675
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1683
1683
This file contains any messages produced by compilers while
1684
1684
running configure, to aid debugging if configure makes a mistake.
1685
1685
 
1686
 
It was created by totem-pl-parser $as_me 2.22.3, which was
 
1686
It was created by totem-pl-parser $as_me 2.23.1, which was
1687
1687
generated by GNU Autoconf 2.61.  Invocation command line was
1688
1688
 
1689
1689
  $ $0 $@
2384
2384
 
2385
2385
# Define the identity of the package.
2386
2386
 PACKAGE='totem-pl-parser'
2387
 
 VERSION='2.22.3'
 
2387
 VERSION='2.23.1'
2388
2388
 
2389
2389
 
2390
2390
cat >>confdefs.h <<_ACEOF
21934
21934
 
21935
21935
 
21936
21936
# Requirements
21937
 
GLIB_REQS=2.13.4
21938
 
GNOMEVFS_REQS=2.16.0
 
21937
GLIB_REQS=2.16.3
21939
21938
DBUS_REQS=0.61
21940
21939
 
21941
21940
# Before making a release, the PLPARSER_LT_VERSION string should be modified.
21945
21944
# - If binary compatibility has been broken (eg removed or changed interfaces)
21946
21945
#   change to C+1:0:0
21947
21946
# - If the interface is the same as the previous version, change to C:R+1:A
21948
 
PLPARSER_LT_VERSION=11:1:1
 
21947
PLPARSER_LT_VERSION=12:0:0
21949
21948
 
21950
21949
 
21951
21950
TOTEM_PL_PARSER_VERSION_MAJOR=2
21952
 
TOTEM_PL_PARSER_VERSION_MINOR=22
21953
 
TOTEM_PL_PARSER_VERSION_MICRO=3
 
21951
TOTEM_PL_PARSER_VERSION_MINOR=23
 
21952
TOTEM_PL_PARSER_VERSION_MICRO=1
21954
21953
 
21955
21954
 
21956
21955
 
22063
22062
    pkg_cv_TOTEM_PLPARSER_CFLAGS="$TOTEM_PLPARSER_CFLAGS"
22064
22063
 elif test -n "$PKG_CONFIG"; then
22065
22064
    if test -n "$PKG_CONFIG" && \
22066
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= \$GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2\"") >&5
22067
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2") 2>&5
 
22065
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0\"") >&5
 
22066
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0") 2>&5
22068
22067
  ac_status=$?
22069
22068
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070
22069
  (exit $ac_status); }; then
22071
 
  pkg_cv_TOTEM_PLPARSER_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2" 2>/dev/null`
 
22070
  pkg_cv_TOTEM_PLPARSER_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0" 2>/dev/null`
22072
22071
else
22073
22072
  pkg_failed=yes
22074
22073
fi
22079
22078
    pkg_cv_TOTEM_PLPARSER_LIBS="$TOTEM_PLPARSER_LIBS"
22080
22079
 elif test -n "$PKG_CONFIG"; then
22081
22080
    if test -n "$PKG_CONFIG" && \
22082
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= \$GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2\"") >&5
22083
 
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2") 2>&5
 
22081
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0\"") >&5
 
22082
  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0") 2>&5
22084
22083
  ac_status=$?
22085
22084
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22086
22085
  (exit $ac_status); }; then
22087
 
  pkg_cv_TOTEM_PLPARSER_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2" 2>/dev/null`
 
22086
  pkg_cv_TOTEM_PLPARSER_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0" 2>/dev/null`
22088
22087
else
22089
22088
  pkg_failed=yes
22090
22089
fi
22102
22101
        _pkg_short_errors_supported=no
22103
22102
fi
22104
22103
        if test $_pkg_short_errors_supported = yes; then
22105
 
                TOTEM_PLPARSER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2" 2>&1`
 
22104
                TOTEM_PLPARSER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0" 2>&1`
22106
22105
        else
22107
 
                TOTEM_PLPARSER_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2" 2>&1`
 
22106
                TOTEM_PLPARSER_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0" 2>&1`
22108
22107
        fi
22109
22108
        # Put the nasty error message in config.log where it belongs
22110
22109
        echo "$TOTEM_PLPARSER_PKG_ERRORS" >&5
22111
22110
 
22112
 
        { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2) were not met:
 
22111
        { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0) were not met:
22113
22112
 
22114
22113
$TOTEM_PLPARSER_PKG_ERRORS
22115
22114
 
22120
22119
and TOTEM_PLPARSER_LIBS to avoid the need to call pkg-config.
22121
22120
See the pkg-config man page for more details.
22122
22121
" >&5
22123
 
echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 camel-1.2) were not met:
 
22122
echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 libxml-2.0 gnome-vfs-module-2.0 camel-1.2 gio-2.0) were not met:
22124
22123
 
22125
22124
$TOTEM_PLPARSER_PKG_ERRORS
22126
22125
 
22171
22170
    pkg_cv_TOTEM_PLPARSER_MINI_CFLAGS="$TOTEM_PLPARSER_MINI_CFLAGS"
22172
22171
 elif test -n "$PKG_CONFIG"; then
22173
22172
    if test -n "$PKG_CONFIG" && \
22174
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 gnome-vfs-module-2.0\"") >&5
22175
 
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0") 2>&5
 
22173
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0\"") >&5
 
22174
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0") 2>&5
22176
22175
  ac_status=$?
22177
22176
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178
22177
  (exit $ac_status); }; then
22179
 
  pkg_cv_TOTEM_PLPARSER_MINI_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 gnome-vfs-module-2.0" 2>/dev/null`
 
22178
  pkg_cv_TOTEM_PLPARSER_MINI_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0" 2>/dev/null`
22180
22179
else
22181
22180
  pkg_failed=yes
22182
22181
fi
22187
22186
    pkg_cv_TOTEM_PLPARSER_MINI_LIBS="$TOTEM_PLPARSER_MINI_LIBS"
22188
22187
 elif test -n "$PKG_CONFIG"; then
22189
22188
    if test -n "$PKG_CONFIG" && \
22190
 
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 gnome-vfs-module-2.0\"") >&5
22191
 
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0") 2>&5
 
22189
    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0\"") >&5
 
22190
  ($PKG_CONFIG --exists --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0") 2>&5
22192
22191
  ac_status=$?
22193
22192
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22194
22193
  (exit $ac_status); }; then
22195
 
  pkg_cv_TOTEM_PLPARSER_MINI_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 gnome-vfs-module-2.0" 2>/dev/null`
 
22194
  pkg_cv_TOTEM_PLPARSER_MINI_LIBS=`$PKG_CONFIG --libs "gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0" 2>/dev/null`
22196
22195
else
22197
22196
  pkg_failed=yes
22198
22197
fi
22210
22209
        _pkg_short_errors_supported=no
22211
22210
fi
22212
22211
        if test $_pkg_short_errors_supported = yes; then
22213
 
                TOTEM_PLPARSER_MINI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0" 2>&1`
 
22212
                TOTEM_PLPARSER_MINI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0" 2>&1`
22214
22213
        else
22215
 
                TOTEM_PLPARSER_MINI_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0" 2>&1`
 
22214
                TOTEM_PLPARSER_MINI_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0" 2>&1`
22216
22215
        fi
22217
22216
        # Put the nasty error message in config.log where it belongs
22218
22217
        echo "$TOTEM_PLPARSER_MINI_PKG_ERRORS" >&5
22219
22218
 
22220
 
        { { echo "$as_me:$LINENO: error: Package requirements (gnome-vfs-2.0 gnome-vfs-module-2.0) were not met:
 
22219
        { { echo "$as_me:$LINENO: error: Package requirements (gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0) were not met:
22221
22220
 
22222
22221
$TOTEM_PLPARSER_MINI_PKG_ERRORS
22223
22222
 
22228
22227
and TOTEM_PLPARSER_MINI_LIBS to avoid the need to call pkg-config.
22229
22228
See the pkg-config man page for more details.
22230
22229
" >&5
22231
 
echo "$as_me: error: Package requirements (gnome-vfs-2.0 gnome-vfs-module-2.0) were not met:
 
22230
echo "$as_me: error: Package requirements (gnome-vfs-2.0 gnome-vfs-module-2.0 gio-2.0) were not met:
22232
22231
 
22233
22232
$TOTEM_PLPARSER_MINI_PKG_ERRORS
22234
22233
 
23094
23093
# report actual input values of CONFIG_FILES etc. instead of their
23095
23094
# values after options handling.
23096
23095
ac_log="
23097
 
This file was extended by totem-pl-parser $as_me 2.22.3, which was
 
23096
This file was extended by totem-pl-parser $as_me 2.23.1, which was
23098
23097
generated by GNU Autoconf 2.61.  Invocation command line was
23099
23098
 
23100
23099
  CONFIG_FILES    = $CONFIG_FILES
23147
23146
_ACEOF
23148
23147
cat >>$CONFIG_STATUS <<_ACEOF
23149
23148
ac_cs_version="\\
23150
 
totem-pl-parser config.status 2.22.3
 
23149
totem-pl-parser config.status 2.23.1
23151
23150
configured by $0, generated by GNU Autoconf 2.61,
23152
23151
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
23153
23152