]> git.pld-linux.org Git - packages/flac.git/blob - flac-without_xmms.patch
- std sf url
[packages/flac.git] / flac-without_xmms.patch
1 diff -Nru flac-1.1.0.orig/configure.in flac-1.1.0/configure.in
2 --- flac-1.1.0.orig/configure.in        Wed Jan 15 21:56:07 2003
3 +++ flac-1.1.0/configure.in     Wed Jan 29 18:52:47 2003
4 @@ -248,9 +248,6 @@
5  AC_DEFINE(FLAC__HAS_OGG)
6  fi
7  
8 -AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - xmms support will not be built]))
9 -AM_CONDITIONAL(FLaC__HAS_XMMS, test x$XMMS_INPUT_PLUGIN_DIR != x)
10 -
11  dnl check for i18n(internationalization); these are from libiconv/gettext
12  AM_ICONV
13  AM_LANGINFO_CODESET
14 diff -Nru flac-1.1.0.orig/src/Makefile.am flac-1.1.0/src/Makefile.am
15 --- flac-1.1.0.orig/src/Makefile.am     Sat Jan 25 19:14:45 2003
16 +++ flac-1.1.0/src/Makefile.am  Wed Jan 29 18:53:35 2003
17 @@ -15,10 +15,6 @@
18  #  along with this program; if not, write to the Free Software
19  #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20  
21 -if FLaC__HAS_XMMS
22 -XMMS_DIRS = plugin_xmms
23 -endif
24 -
25  if FLaC__HAS_OGG
26  OGGFLAC_DIRS = libOggFLAC libOggFLAC++
27  OGGFLAC_TEST_DIRS = test_libOggFLAC test_libOggFLAC++
28 @@ -33,7 +29,6 @@
29         metaflac \
30         monkeys_audio_utilities \
31         plugin_common \
32 -       $(XMMS_DIRS) \
33         plugin_winamp2 \
34         plugin_winamp3 \
35         test_grabbag \
This page took 0.093345 seconds and 3 git commands to generate.