Author: jajcus Date: Sun Dec 6 20:53:40 2009 GMT Module: packages Tag: HEAD ---- Log message: - broken configure test for qt library removed
---- Files affected: packages/dssi: dssi.spec (1.9 -> 1.10) , dssi-qt_test.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/dssi/dssi.spec diff -u packages/dssi/dssi.spec:1.9 packages/dssi/dssi.spec:1.10 --- packages/dssi/dssi.spec:1.9 Sun Dec 6 21:29:29 2009 +++ packages/dssi/dssi.spec Sun Dec 6 21:53:34 2009 @@ -8,6 +8,7 @@ Group: Development/Libraries Source0: http://dl.sourceforge.net/dssi/%{name}-%{version}.tar.gz # Source0-md5: bc4c50f9f9b3cd13019718266f8f15af +Patch0: %{name}-qt_test.patch URL: http://dssi.sourceforge.net/ BuildRequires: qt-devel >= 3.3 BuildRequires: alsa-lib-devel >= 0.9 @@ -93,8 +94,15 @@ %prep %setup -q +%patch0 -p1 %build +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} + CFLAGS="$CFLAGS -I%{_includedir}/qt" CPPFLAGS="$CPPFLAGS -I%{_includedir}/qt" export QTDIR=%{_prefix} @@ -148,6 +156,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2009/12/06 20:53:34 jajcus +- broken configure test for qt library removed + Revision 1.9 2009/12/06 20:29:29 jajcus - qt-devel dependency fixed ================================================================ Index: packages/dssi/dssi-qt_test.patch diff -u /dev/null packages/dssi/dssi-qt_test.patch:1.1 --- /dev/null Sun Dec 6 21:53:40 2009 +++ packages/dssi/dssi-qt_test.patch Sun Dec 6 21:53:34 2009 @@ -0,0 +1,18 @@ +diff -dur dssi-1.0.0.orig/configure.ac dssi-1.0.0/configure.ac +--- dssi-1.0.0.orig/configure.ac 2009-01-05 02:47:50.000000000 +0100 ++++ dssi-1.0.0/configure.ac 2009-12-06 21:50:57.000000000 +0100 +@@ -68,14 +68,7 @@ + fi + else + AC_MSG_RESULT([$QTDIR]) +- AC_MSG_CHECKING([for Qt library]) +- if test -f $QTDIR/lib/libqt-mt.so -o -f $QTDIR/lib/libqt-mt.a; then + with_qt=yes +- AC_MSG_RESULT([in $QTDIR/lib]) +- else +- with_qt=no +- AC_MSG_RESULT([no. Perhaps QTDIR is not set correctly?]) +- fi + fi + if test "x${with_qt}" = xyes ; then + if test "x${QTINCDIR}" != x ; then ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dssi/dssi.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
