Merge pull request #6234 from Rmys/master

qt5-phonon:ver.bump
This commit is contained in:
Rmys
2019-01-09 23:24:01 +03:00
committed by GitHub
2 changed files with 13 additions and 5 deletions
+4 -3
View File
@@ -9,7 +9,8 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
kde5.configure("-DPHONON_BUILD_PHONON4QT5=ON")
kde5.configure("-DPHONON_BUILD_PHONON4QT5=ON \
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON")
def build():
kde5.make()
@@ -17,5 +18,5 @@ def build():
def install():
kde5.install()
pisitools.domove("/usr/share/qt5/mkspecs/modules/qt_phonon4qt5.pri", "/usr/lib/qt5/mkspecs/modules/")
pisitools.removeDir("/usr/share/qt5")
#pisitools.domove("/usr/share/qt5/mkspecs/modules/qt_phonon4qt5.pri", "/usr/lib/qt5/mkspecs/modules/")
#pisitools.removeDir("/usr/share/qt5")
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Cross platform multimedia API for KDE4 using QT5</Summary>
<Description>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.</Description>
<Archive sha1sum="9e5340bd53e23f578738c8bf70406f09b1f468a4" type="tarxz">https://download.kde.org/stable/phonon/4.10.1/phonon-4.10.1.tar.xz</Archive>
<Archive sha1sum="035a23989b2386543aa3d95fcaf7a1714ca023d6" type="tarxz">https://download.kde.org/stable/phonon/4.10.2/phonon-4.10.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="5.12.0">qt5-declarative-devel</Dependency>
@@ -26,7 +26,7 @@
<Dependency versionFrom="18.2.5">mesa-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>phonon-qt5.12.patch</Patch>
<!-- <Patch>phonon-qt5.12.patch</Patch> -->
</Patches>
</Source>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="11">
<Date>2019-01-08</Date>
<Version>4.10.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="10">
<Date>2018-12-12</Date>
<Version>4.10.1</Version>