SOURCES: amarok-qtsrcipt_notr.patch (NEW) - init

shadzik shadzik at pld-linux.org
Tue Apr 14 21:25:48 CEST 2009


Author: shadzik                      Date: Tue Apr 14 19:25:48 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- init

---- Files affected:
SOURCES:
   amarok-qtsrcipt_notr.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/amarok-qtsrcipt_notr.patch
diff -u /dev/null SOURCES/amarok-qtsrcipt_notr.patch:1.1
--- /dev/null	Tue Apr 14 21:25:49 2009
+++ SOURCES/amarok-qtsrcipt_notr.patch	Tue Apr 14 21:25:43 2009
@@ -0,0 +1,14 @@
+diff -up amarok-2.0.90/CMakeLists.txt.qtscript_not_required amarok-2.0.90/CMakeLists.txt
+--- amarok-2.0.90/CMakeLists.txt.qtscript_not_required	2009-04-06 16:29:12.000000000 -0500
++++ amarok-2.0.90/CMakeLists.txt	2009-04-10 13:00:07.000000000 -0500
+@@ -38,8 +38,8 @@ if( WITH_PLAYER )
+ 
+     macro_log_feature( KDE4_FOUND "kdelibs" "The toolkit Amarok uses to build" "http://www.kde.org" TRUE "4.2.0" "" )
+ 
+-    find_package( QtScriptQtBindings REQUIRED )
+-    macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" TRUE "" "" )
++    macro_optional_find_package(QtScriptQtBindings)
++    macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" FALSE "" "" )
+ 
+     add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
+ 
================================================================


More information about the pld-cvs-commit mailing list