SOURCES: flac-without_xmms.patch - updated to 1.2.1

gotar gotar at pld-linux.org
Sat Sep 20 18:38:33 CEST 2008


Author: gotar                        Date: Sat Sep 20 16:38:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.2.1

---- Files affected:
SOURCES:
   flac-without_xmms.patch (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/flac-without_xmms.patch
diff -u SOURCES/flac-without_xmms.patch:1.3 SOURCES/flac-without_xmms.patch:1.4
--- SOURCES/flac-without_xmms.patch:1.3	Sun Dec  3 22:34:37 2006
+++ SOURCES/flac-without_xmms.patch	Sat Sep 20 18:38:28 2008
@@ -1,7 +1,7 @@
 diff -urN aaa/flac-1.1.3/configure.in flac-1.1.3/configure.in
 --- aaa/flac-1.1.3/configure.in	2006-11-20 22:29:34.000000000 +0100
 +++ flac-1.1.3/configure.in	2006-12-03 21:58:01.413969320 +0100
-@@ -212,10 +212,6 @@
+@@ -225,10 +225,6 @@
  	no)  enable_xmms_plugin=false ;;
  	*) AC_MSG_ERROR(bad value ${enableval} for --enable-xmms-plugin) ;;
  esac],[enable_xmms_plugin=true])
@@ -10,8 +10,8 @@
 -fi
 -AM_CONDITIONAL(FLaC__HAS_XMMS, test -n "$XMMS_INPUT_PLUGIN_DIR")
  
- dnl check for ogg library
- XIPH_PATH_OGG(have_ogg=yes, AC_MSG_WARN([*** Ogg development enviroment not installed - Ogg support will not be built]))
+ dnl build FLAC++ or not
+ AC_ARG_ENABLE([cpplibs],
 diff -urN aaa/flac-1.1.3/src/Makefile.am flac-1.1.3/src/Makefile.am
 --- aaa/flac-1.1.3/src/Makefile.am	2006-10-14 05:35:42.000000000 +0200
 +++ flac-1.1.3/src/Makefile.am	2006-12-03 21:59:27.660857800 +0100
@@ -23,14 +23,6 @@
 -XMMS_DIRS = plugin_common plugin_xmms
 -endif
 -
- SUBDIRS = \
- 	libFLAC \
- 	libFLAC++ \
-@@ -26,7 +22,6 @@
- 	flac \
- 	metaflac \
- 	monkeys_audio_utilities \
--	$(XMMS_DIRS) \
- 	plugin_winamp2 \
- 	test_grabbag \
- 	test_libs_common \
+ if FLaC__WITH_CPPLIBS
+ CPPLIBS_DIRS = libFLAC++ test_libFLAC++
+ endif
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/flac-without_xmms.patch?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list