Author: goetz Date: Thu Oct 26 17:13:31 2006 New Revision: 73100 Added: packages/cooker/imms/current/SOURCES/imms-2.0.3-configure.patch Modified: packages/cooker/imms/current/SPECS/imms.spec
Log: patch configure to fix the build Added: packages/cooker/imms/current/SOURCES/imms-2.0.3-configure.patch ============================================================================== --- (empty file) +++ packages/cooker/imms/current/SOURCES/imms-2.0.3-configure.patch Thu Oct 26 17:13:31 2006 @@ -0,0 +1,15 @@ +--- imms-2.0.3/configure.ac~ 2006-10-26 16:51:29.000000000 +0200 ++++ imms-2.0.3/configure.ac 2006-10-26 16:53:49.000000000 +0200 +@@ -146,12 +146,6 @@ + LIBS="$LIBS -ltag" + CPPFLAGS=`taglib-config --cflags` + +- AC_TRY_LINK([#include <tag.h> +- #include <fileref.h>], +- [TagLib::FileRef f((TagLib::File*)0); f.tag()->title()], +- [TAGCPPFLAGS="$TAGCPPFLAGS `taglib-config --cflags`" +- AC_MSG_RESULT(yes)], +- [LIBS=$saved_libs AC_MSG_RESULT(no)]) + fi + + if test "$with_taglib" = "yes"; then Modified: packages/cooker/imms/current/SPECS/imms.spec ============================================================================== --- packages/cooker/imms/current/SPECS/imms.spec (original) +++ packages/cooker/imms/current/SPECS/imms.spec Thu Oct 26 17:13:31 2006 @@ -1,10 +1,11 @@ Summary: Intelligent Multimedia Management System Name: imms Version: 2.0.3 -Release: %mkrel 7 +Release: %mkrel 8 Source0: http://prdownloads.sourceforge.net/imms/%{name}-%{version}.tar.bz2 Patch: imms-2.0.3-audacious.patch Patch1: imms-2.0.3-lib64.patch +Patch2: imms-2.0.3-configure.patch License: GPL Group: Sound Url: http://www.luminal.org/wiki/index.php/IMMS/IMMS @@ -79,6 +80,7 @@ touch immsconf.h.in %patch -p1 -b .audacious %patch1 -p1 -b .lib64 +%patch2 -p1 %build make configure
