Hello community, here is the log from the commit of package wsndsrv for openSUSE:Factory checked in at Tue Oct 18 14:33:10 CEST 2011.
-------- --- openSUSE:Factory/wsndsrv/wsndsrv.changes 2011-09-23 12:50:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/wsndsrv/wsndsrv.changes 2011-10-17 10:34:16.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Oct 17 08:34:07 UTC 2011 - [email protected] + +- ignore audiofile macros + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wsndsrv.spec ++++++ --- /var/tmp/diff_new_pack.S6pPc5/_old 2011-10-18 14:33:07.000000000 +0200 +++ /var/tmp/diff_new_pack.S6pPc5/_new 2011-10-18 14:33:07.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package wsndsrv (Version 0.4.0) +# spec file for package wsndsrv # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: wsndsrv -BuildRequires: WindowMaker-devel esound-devel gcc-c++ xorg-x11 +BuildRequires: WindowMaker-devel audiofile-devel esound-devel gcc-c++ xorg-x11 License: BSD 3-Clause Group: System/Sound Daemons Url: ftp://shadowmere.student.utwente.nl/pub/WindowMaker/ @@ -42,13 +42,6 @@ %description A Soundserver for Window Maker. - - -Authors: --------- - Pascal Hofstee <[email protected]> - Alain Kalker <[email protected]> - %prep %setup -q -n WSoundServer-%{version} -a 1 -a 2 %patch ++++++ WSoundServer-0.4.0-warning.patch ++++++ --- /var/tmp/diff_new_pack.S6pPc5/_old 2011-10-18 14:33:07.000000000 +0200 +++ /var/tmp/diff_new_pack.S6pPc5/_new 2011-10-18 14:33:07.000000000 +0200 @@ -1,15 +1,28 @@ ---- configure.in -+++ configure.in -@@ -130,7 +130,7 @@ +Index: configure.in +=================================================================== +--- configure.in.orig 2011-10-17 10:23:59.499090500 +0200 ++++ configure.in 2011-10-17 10:32:26.178941786 +0200 +@@ -121,16 +121,16 @@ dnl ==================================== + dnl Check for libaudiofile + dnl ====================== + case ${host_os} in +-irix*) ++*) + echo + echo "Compiling on IRIX Platform." + echo "Home of the original libaudiofile. For now let's just simply assume" + echo "that libaudiofile is present on the system." + AUDIOFILE_LIBS="-laudiofile" ;; - *) +-*) ++greatone*) AM_PATH_AUDIOFILE(0.1.9, have_audiofile=yes, have_audiofile=no) - CFLAGS=$AUDIOFILE_CFLAGS + CFLAGS=$CFLAGS $AUDIOFILE_CFLAGS LIBS=$AUDIOFILE_LIBS if test "x$AUDIOFILE_LIBS" = "x"; then -@@ -174,7 +174,7 @@ +@@ -174,7 +174,7 @@ AC_ARG_ENABLE(esd, if test "$enable_esd" = yes; then AM_PATH_ESD(0.2.8, have_esd=yes, have_esd=no) @@ -18,3 +31,23 @@ LIBS=$ESD_LIBS AC_CHECK_FUNCS(esd_get_latency) AM_CONDITIONAL(HAVE_ESD,test "x$have_esd" = xyes) +Index: acinclude.m4 +=================================================================== +--- acinclude.m4.orig 2011-10-17 10:23:59.000000000 +0200 ++++ acinclude.m4 2011-10-17 10:29:30.076255024 +0200 +@@ -26,3 +26,15 @@ AC_CHECK_HEADER([$1]) + CPPFLAGS="$CPPFLAGS_old" + ]) + ++ ++dnl AM_PATH_AUDIOFILE([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) ++dnl Test for AUDIOFILE, and define AUDIOFILE_CFLAGS and AUDIOFILE_LIBS ++dnl ++AC_DEFUN(AM_PATH_AUDIOFILE, ++[dnl ++ AUDIOFILE_CFLAGS="" ++ AUDIOFILE_LIBS="" ++ AC_SUBST(AUDIOFILE_CFLAGS) ++ AC_SUBST(AUDIOFILE_LIBS) ++]) ++ continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
