]> git.pld-linux.org Git - packages/flac.git/blame - flac-without_xmms.patch
- converted to UTF-8
[packages/flac.git] / flac-without_xmms.patch
CommitLineData
7f1e43a8 1diff -urN aaa/flac-1.1.3/configure.in flac-1.1.3/configure.in
2--- aaa/flac-1.1.3/configure.in 2006-11-20 22:29:34.000000000 +0100
3+++ flac-1.1.3/configure.in 2006-12-03 21:58:01.413969320 +0100
4@@ -212,10 +212,6 @@
5 no) enable_xmms_plugin=false ;;
6 *) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;;
7 esac],[enable_xmms_plugin=true])
8-if test "x$enable_xmms_plugin" != xfalse ; then
9- AM_PATH_XMMS(0.9.5.1, , AC_MSG_WARN([*** XMMS >= 0.9.5.1 not installed - XMMS support will not be built]))
10-fi
11-AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR")
1f1157d8 12
7f1e43a8 13 dnl check for ogg library
14 XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
15diff -urN aaa/flac-1.1.3/src/Makefile.am flac-1.1.3/src/Makefile.am
16--- aaa/flac-1.1.3/src/Makefile.am 2006-10-14 05:35:42.000000000 +0200
17+++ flac-1.1.3/src/Makefile.am 2006-12-03 21:59:27.660857800 +0100
1f1157d8 18@@ -15,10 +15,6 @@
7f1e43a8 19 # restrictive of those mentioned above. See the file COPYING.Xiph in this
20 # distribution.
1f1157d8 21
22-if FLaC__HAS_XMMS
7f1e43a8 23-XMMS_DIRS = plugin_common plugin_xmms
1f1157d8 24-endif
25-
7f1e43a8 26 SUBDIRS = \
27 libFLAC \
28 libFLAC++ \
29@@ -26,7 +22,6 @@
30 flac \
1f1157d8 31 metaflac \
32 monkeys_audio_utilities \
1f1157d8 33- $(XMMS_DIRS) \
34 plugin_winamp2 \
2e12a8a8 35 test_grabbag \
7f1e43a8 36 test_libs_common \
This page took 0.244566 seconds and 4 git commands to generate.