diff --git a/desktop/kde/phonon/qt5-phonon/pspec.xml b/desktop/kde/phonon/qt5-phonon/pspec.xml
index b899ed53f8..1dd90f8ee7 100644
--- a/desktop/kde/phonon/qt5-phonon/pspec.xml
+++ b/desktop/kde/phonon/qt5-phonon/pspec.xml
@@ -15,10 +15,10 @@
https://download.kde.org/stable/phonon/4.11.1/phonon-4.11.1.tar.xz
extra-cmake-modules
- qt5-declarative-devel
- qt5-base-devel
- qt5-designer-devel
- qt5-linguist
+ qt5-declarative-devel
+ qt5-base-devel
+ qt5-designer-devel
+ qt5-linguist
alsa-lib-devel
gst-plugins-base-devel
pulseaudio-libs-devel
@@ -34,8 +34,8 @@
qt5-phonon
libgcc
- qt5-base
- qt5-designer
+ qt5-base
+ qt5-designer
pulseaudio-libs
@@ -54,8 +54,8 @@
Development files for phonon-qt5
qt5-phonon
- qt5-base-devel
- qt5-designer-devel
+ qt5-base-devel
+ qt5-designer-devel
pulseaudio-libs-devel
@@ -66,6 +66,13 @@
+
+ 2020-09-09
+ 4.11.1
+ Rebuild qt5.15.1
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2020-04-04
4.11.1
diff --git a/desktop/toolkit/qt5/qt5-phonon/actions.py b/desktop/toolkit/qt5/qt5-phonon/actions.py
deleted file mode 100644
index 728dfadd88..0000000000
--- a/desktop/toolkit/qt5/qt5-phonon/actions.py
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
-
-from pisi.actionsapi import kde5
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import get
-
-def setup():
- kde5.configure("-DPHONON_BUILD_PHONON4QT5=ON \
- -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON")
-
-def build():
- kde5.make()
-
-def install():
- kde5.install()
-
- #pisitools.domove("/usr/share/qt5/mkspecs/modules/qt_phonon4qt5.pri", "/usr/lib/qt5/mkspecs/modules/")
- #pisitools.removeDir("/usr/share/qt5")
diff --git a/desktop/toolkit/qt5/qt5-phonon/files/phonon-qt5.12.patch b/desktop/toolkit/qt5/qt5-phonon/files/phonon-qt5.12.patch
deleted file mode 100644
index 2bd0912b57..0000000000
--- a/desktop/toolkit/qt5/qt5-phonon/files/phonon-qt5.12.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/phonon/pulsesupport.cpp b/phonon/pulsesupport.cpp
-index b7009b11..d3240840 100644
---- a/phonon/pulsesupport.cpp
-+++ b/phonon/pulsesupport.cpp
-@@ -840,7 +840,8 @@ PulseSupport::PulseSupport()
- }
-
- // We require a glib event loop
-- if (!QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("EventDispatcherGlib")) {
-+ if (!QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("EventDispatcherGlib") &&
-+ !QByteArray(QAbstractEventDispatcher::instance()->metaObject()->className()).contains("GlibEventDispatcher")) {
- qWarning("WARNING: Disabling PulseAudio integration for lack of GLib event loop.");
- return;
- }
diff --git a/desktop/toolkit/qt5/qt5-phonon/files/qt-5.4.2.patch b/desktop/toolkit/qt5/qt5-phonon/files/qt-5.4.2.patch
deleted file mode 100644
index f4231e3dac..0000000000
--- a/desktop/toolkit/qt5/qt5-phonon/files/qt-5.4.2.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Hrvoje Senjan
-Date: Thu, 28 May 2015 15:56:47 +0000
-Subject: Yet another _include_dirs fix
-X-Git-Url: http://quickgit.kde.org/?p=phonon.git&a=commitdiff&h=635b65fa417f49ac4ae189e926bf138efc6544d6
----
-Yet another _include_dirs fix
-
-The variable is set as a definition, so mark it as such
----
-
-
---- a/cmake/FindPhononInternal.cmake
-+++ b/cmake/FindPhononInternal.cmake
-@@ -409,7 +409,7 @@
- file(WRITE "${_source_file}" "${_source}")
- set(_include_dirs "-DINCLUDE_DIRECTORIES:STRING=${QT_INCLUDES}")
-
-- try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var)
-+ try_compile(_compile_result ${CMAKE_BINARY_DIR} ${_source_file} CMAKE_FLAGS "${CMAKE_CXX_FLAGS}" COMPILE_DEFINITIONS "${_include_dirs}" OUTPUT_VARIABLE _compile_output_var)
-
- if(NOT _compile_result)
- message("${_compile_output_var}")
-
diff --git a/desktop/toolkit/qt5/qt5-phonon/pspec.xml b/desktop/toolkit/qt5/qt5-phonon/pspec.xml
deleted file mode 100644
index 1dd90f8ee7..0000000000
--- a/desktop/toolkit/qt5/qt5-phonon/pspec.xml
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
-
-
- qt5-phonon
- http://phonon.kde.org
-
- Pisi Linux Admins
- admins@pisilinux.org
-
- LGPLv2.1
- library
- Cross platform multimedia API for KDE4 using QT5
- Phonon was created as a solution to several problems with multimedia commonly faced by Unix desktops, especially KDE 3's outdated multimedia framework aRts. Phonon itself is not a multimedia framework, but interfaces with existing frameworks such as GStreamer or Xine via backends.
- https://download.kde.org/stable/phonon/4.11.1/phonon-4.11.1.tar.xz
-
- extra-cmake-modules
- qt5-declarative-devel
- qt5-base-devel
- qt5-designer-devel
- qt5-linguist
- alsa-lib-devel
- gst-plugins-base-devel
- pulseaudio-libs-devel
- gstreamer-devel
- mesa-devel
-
-
-
-
-
-
-
- qt5-phonon
-
- libgcc
- qt5-base
- qt5-designer
-
- pulseaudio-libs
-
-
- /usr/bin
- /usr/lib/libphonon*
- /usr/lib/qt5
- /usr/share/dbus-1
- /usr/share/phonon4qt5
- /usr/share/locale
-
-
-
-
- qt5-phonon-devel
- Development files for phonon-qt5
-
- qt5-phonon
- qt5-base-devel
- qt5-designer-devel
- pulseaudio-libs-devel
-
-
- /usr/include
- /usr/lib/pkgconfig
- /usr/lib/cmake
-
-
-
-
-
- 2020-09-09
- 4.11.1
- Rebuild qt5.15.1
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2020-04-04
- 4.11.1
- Rebuild qt5.14.2
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2020-02-28
- 4.11.1
- Rebuild qt5.14.1
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-12-22
- 4.11.1
- Rebuild qt5.13.2
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-10-02
- 4.11.1
- Rebuild qt5.13.2
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-09-26
- 4.11.1
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-09-15
- 4.11.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-09-04
- 4.11.0
- Version bump.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-06-24
- 4.10.2
- Rebuild.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-04-14
- 4.10.2
- Rebuild.
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2019-01-08
- 4.10.2
- Version bump.
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
- 2018-12-12
- 4.10.1
- Rebuild
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
- 2018-10-18
- 4.10.1
- Rebuild
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
- 2018-08-11
- 4.10.1
- Rebuild
- Ertuğrul Erata
- ertugrulerata@gmail.com
-
-
- 2018-05-01
- 4.10.1
- Version bump
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2018-02-27
- 4.10.0
- Version bump
- Mustafa Cinasal
- muscnsl@gmail.com
-
-
- 2017-02-28
- 5.29.0
- Rebuild for new Toolchain.
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2017-02-27
- 4.9.1
- Version bump.
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2016-05-16
- 4.9.0
- Version bump.
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2016-05-03
- 4.9.0
- Version bump.
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
- 2015-08-13
- 4.8.3
- First release
- Stefan Gronewold(groni)
- groni@pisilinux.org
-
-
-
diff --git a/desktop/toolkit/qt5/qt5-phonon/translations.xml b/desktop/toolkit/qt5/qt5-phonon/translations.xml
deleted file mode 100644
index b0f45dbca5..0000000000
--- a/desktop/toolkit/qt5/qt5-phonon/translations.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
- phonon
- KDE4 için platform bağımsız çokluortam kitaplığı
- Phonon, Unix masaüstlerinde özellikle de KDE3'ün eski çokluortam çatısı aRts'tan kaynaklanan bir çok problemi çözmek için üretilmiştir. Phonon kendi başına bir çokluortam çatısı değildir, Xine veya GStreamer gibi varolan çatıları arka uç olarak kullanırak bir arayüz görevi görür.
-
-
-
- phonon-devel
- phonon için geliştirme dosyaları
-
-