~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to configure

  • Committer: Osmo Antero
  • Date: 2012-04-18 19:22:01 UTC
  • Revision ID: osmoma@gmail.com-20120418192201-ejjs6ikv7o4aznbi
New media-player interface that's based on the MediaPlayer2 standard. See src/dbus-mpris2.c.

Show diffs side-by-side

added added

removed removed

Lines of Context:
695
695
GSTREAMER_CFLAGS
696
696
GTK_LIBS
697
697
GTK_CFLAGS
 
698
GIO_LIBS
 
699
GIO_CFLAGS
698
700
GLIB_LIBS
699
701
GLIB_CFLAGS
700
702
PKG_CONFIG_LIBDIR
823
825
PKG_CONFIG_LIBDIR
824
826
GLIB_CFLAGS
825
827
GLIB_LIBS
 
828
GIO_CFLAGS
 
829
GIO_LIBS
826
830
GTK_CFLAGS
827
831
GTK_LIBS
828
832
GSTREAMER_CFLAGS
1503
1507
              path overriding pkg-config's built-in search path
1504
1508
  GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
1505
1509
  GLIB_LIBS   linker flags for GLIB, overriding pkg-config
 
1510
  GIO_CFLAGS  C compiler flags for GIO, overriding pkg-config
 
1511
  GIO_LIBS    linker flags for GIO, overriding pkg-config
1506
1512
  GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
1507
1513
  GTK_LIBS    linker flags for GTK, overriding pkg-config
1508
1514
  GSTREAMER_CFLAGS
5858
5864
 
5859
5865
 
5860
5866
pkg_failed=no
 
5867
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GIO" >&5
 
5868
$as_echo_n "checking for GIO... " >&6; }
 
5869
 
 
5870
if test -n "$GIO_CFLAGS"; then
 
5871
    pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
 
5872
 elif test -n "$PKG_CONFIG"; then
 
5873
    if test -n "$PKG_CONFIG" && \
 
5874
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
5875
  ($PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED") 2>&5
 
5876
  ac_status=$?
 
5877
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
5878
  test $ac_status = 0; }; then
 
5879
  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
 
5880
                      test "x$?" != "x0" && pkg_failed=yes
 
5881
else
 
5882
  pkg_failed=yes
 
5883
fi
 
5884
 else
 
5885
    pkg_failed=untried
 
5886
fi
 
5887
if test -n "$GIO_LIBS"; then
 
5888
    pkg_cv_GIO_LIBS="$GIO_LIBS"
 
5889
 elif test -n "$PKG_CONFIG"; then
 
5890
    if test -n "$PKG_CONFIG" && \
 
5891
    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
5892
  ($PKG_CONFIG --exists --print-errors "gio-2.0 >= $GLIB_REQUIRED") 2>&5
 
5893
  ac_status=$?
 
5894
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
5895
  test $ac_status = 0; }; then
 
5896
  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
 
5897
                      test "x$?" != "x0" && pkg_failed=yes
 
5898
else
 
5899
  pkg_failed=yes
 
5900
fi
 
5901
 else
 
5902
    pkg_failed=untried
 
5903
fi
 
5904
 
 
5905
 
 
5906
 
 
5907
if test $pkg_failed = yes; then
 
5908
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
5909
$as_echo "no" >&6; }
 
5910
 
 
5911
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
5912
        _pkg_short_errors_supported=yes
 
5913
else
 
5914
        _pkg_short_errors_supported=no
 
5915
fi
 
5916
        if test $_pkg_short_errors_supported = yes; then
 
5917
                GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= $GLIB_REQUIRED" 2>&1`
 
5918
        else
 
5919
                GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= $GLIB_REQUIRED" 2>&1`
 
5920
        fi
 
5921
        # Put the nasty error message in config.log where it belongs
 
5922
        echo "$GIO_PKG_ERRORS" >&5
 
5923
 
 
5924
        as_fn_error $? "Package requirements (gio-2.0 >= $GLIB_REQUIRED) were not met:
 
5925
 
 
5926
$GIO_PKG_ERRORS
 
5927
 
 
5928
Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
5929
installed software in a non-standard prefix.
 
5930
 
 
5931
Alternatively, you may set the environment variables GIO_CFLAGS
 
5932
and GIO_LIBS to avoid the need to call pkg-config.
 
5933
See the pkg-config man page for more details." "$LINENO" 5
 
5934
elif test $pkg_failed = untried; then
 
5935
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
5936
$as_echo "no" >&6; }
 
5937
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
5938
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
5939
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
 
5940
is in your PATH or set the PKG_CONFIG environment variable to the full
 
5941
path to pkg-config.
 
5942
 
 
5943
Alternatively, you may set the environment variables GIO_CFLAGS
 
5944
and GIO_LIBS to avoid the need to call pkg-config.
 
5945
See the pkg-config man page for more details.
 
5946
 
 
5947
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
5948
See \`config.log' for more details" "$LINENO" 5; }
 
5949
else
 
5950
        GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
 
5951
        GIO_LIBS=$pkg_cv_GIO_LIBS
 
5952
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
5953
$as_echo "yes" >&6; }
 
5954
 
 
5955
fi
 
5956
 
 
5957
 
 
5958
 
 
5959
 
 
5960
pkg_failed=no
5861
5961
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
5862
5962
$as_echo_n "checking for GTK... " >&6; }
5863
5963