Author: glen Date: Sat Jan 2 09:26:20 2010 GMT Module: packages Tag: AMAROK_1_4 ---- Log message: - add amarok-ac.patch
---- Files affected: packages/amarok: amarok.spec (1.200.2.7 -> 1.200.2.8) , amarok-ac.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: packages/amarok/amarok.spec diff -u packages/amarok/amarok.spec:1.200.2.7 packages/amarok/amarok.spec:1.200.2.8 --- packages/amarok/amarok.spec:1.200.2.7 Tue Dec 22 12:21:20 2009 +++ packages/amarok/amarok.spec Sat Jan 2 10:26:15 2010 @@ -50,6 +50,7 @@ Patch10: kde-am.patch Patch11: gcc44.patch Patch12: coverfetcher.patch +Patch13: amarok-ac.patch URL: http://amarok.kde.org/ # Upgrade to 2.0.1.1 required? # http://www.trapkit.de/advisories/TKADV2009-002.txt @@ -119,6 +120,9 @@ # temporary hack for proper libgpod::itdb_get_mountpoint() detection. %define filterout_ld -Wl,--as-needed +# build broken with spaces in CC +%undefine with_ccache + %description A KDE audio player. @@ -219,6 +223,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %{__sed} -i -e 's/Categories=.*/Categories=Qt;KDE;AudioVideo;Player;/' \ amarok/src/amarok.desktop \ @@ -465,6 +470,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.200.2.8 2010/01/02 09:26:15 glen +- add amarok-ac.patch + Revision 1.200.2.7 2009/12/22 11:21:20 glen - release 12 ================================================================ Index: packages/amarok/amarok-ac.patch diff -u /dev/null packages/amarok/amarok-ac.patch:1.1.2.1 --- /dev/null Sat Jan 2 10:26:20 2010 +++ packages/amarok/amarok-ac.patch Sat Jan 2 10:26:15 2010 @@ -0,0 +1,13 @@ +--- amarok-1.4.10/configure.in.in~ 2008-08-14 00:21:51.000000000 +0300 ++++ amarok-1.4.10/configure.in.in 2010-01-02 11:02:39.846780562 +0200 +@@ -1,6 +1,10 @@ + #MIN_CONFIG(3.3) + CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" + ++dnl Checks for programs. ++AC_PROG_CC ++AC_PROG_CXX ++ + if test "$build_arts" = "yes"; then + AC_DEFINE(USE_ARTS, 1, [If we use arts volume]) + LIB_ARTS="-lartskde" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/amarok/amarok.spec?r1=1.200.2.7&r2=1.200.2.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
