Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 6920 | Differences between
and this patch

Collapse All | Expand All

(-)libgnome-2.8.0/configure (-6 / +1 lines)
Lines 22711-22717 fi Link Here
22711
22711
22712
22712
22713
22713
22714
SOUND_MODULES="esound >= 0.2.26  audiofile >= 0.2.3"
22714
SOUND_MODULES="audiofile >= 0.2.3"
22715
22715
22716
  succeeded=no
22716
  succeeded=no
22717
22717
Lines 22810-22820 cat >>confdefs.h <<\_ACEOF Link Here
22810
_ACEOF
22810
_ACEOF
22811
22811
22812
22812
22813
cat >>confdefs.h <<\_ACEOF
22814
#define HAVE_ESD
22815
_ACEOF
22816
22817
22818
  else
22813
  else
22819
22814
22820
  SOUND_MODULES=""
22815
  SOUND_MODULES=""
(-)libgnome-2.8.0/configure.in (-3 / +1 lines)
Lines 112-123 dnl We first check for esound and audiof Link Here
112
dnl support built in)
112
dnl support built in)
113
dnl
113
dnl
114
114
115
SOUND_MODULES="esound >= esound_required_version dnl
115
SOUND_MODULES="audiofile >= audiofile_required_version"
116
 audiofile >= audiofile_required_version"
117
PKG_CHECK_MODULES(SOUND_TEST, [$SOUND_MODULES],
116
PKG_CHECK_MODULES(SOUND_TEST, [$SOUND_MODULES],
118
[
117
[
119
  AC_DEFINE(HAVE_LIBAUDIOFILE,, [Compile with audiofile support])
118
  AC_DEFINE(HAVE_LIBAUDIOFILE,, [Compile with audiofile support])
120
  AC_DEFINE(HAVE_ESD,, [Compile with esd support])
121
],[
119
],[
122
  SOUND_MODULES=""
120
  SOUND_MODULES=""
123
])
121
])

Return to bug 6920