[amarok] /: Bump Qt dependency to version 4.8.3.

Mark Kretschmann kretschmann at kde.org
Thu Jul 11 09:04:25 UTC 2013


Git commit fa427c64a042b47135f7ecf0010be4f477f0e12c by Mark Kretschmann.
Committed on 11/07/2013 at 09:00.
Pushed by markey into branch 'master'.

Bump Qt dependency to version 4.8.3.

The rationale is that Qt 4.8.3 fixed the crash bug in QtScript
that made Amarok almost impossible to use.

CCMAIL: amarok-devel at kde.org

M  +1    -1    CMakeLists.txt
M  +3    -0    ChangeLog
M  +1    -1    README

http://commits.kde.org/amarok/fa427c64a042b47135f7ecf0010be4f477f0e12c

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4c04e5a..9094f5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,7 +84,7 @@ include_directories(
     ${CMAKE_CURRENT_BINARY_DIR}/shared
 )
 
-find_package( Qt4 4.8.2 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit REQUIRED )
+find_package( Qt4 4.8.3 COMPONENTS QtCore QtGui QtScript QtSvg QtXml QtWebKit REQUIRED )
 find_package( KDE4 4.8.4 REQUIRED )
 
 include( KDE4Defaults )
diff --git a/ChangeLog b/ChangeLog
index 588cce5..53f5672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@ VERSION 2.8
   * Many fixes for various bugs with switching desktop color themes at runtime,
     including OSD, spectrum analyzer, collection browser.
 
+  CHANGES:
+   * Amarok now depends on Qt 4.8.3.
+
 
 VERSION 2.8-Beta 1
   FEATURES:
diff --git a/README b/README
index 9f84fba..df80900 100644
--- a/README
+++ b/README
@@ -42,7 +42,7 @@ Required
       * phonon-gstreamer 4.6.3 (or newer)
       * phonon-vlc 0.6.1 (or newer; as of 0.6.1 doesn't yet play Audio CDs, bug 313046)
 
-    * Qt 4.8.2 (or newer)
+    * Qt 4.8.3 (or newer)
       http://qt-project.org
 
     * TagLib 1.7 (or newer)


More information about the Amarok-devel mailing list