phonon-qt5: update to 4.11.0.

This commit is contained in:
John 2019-08-27 21:34:09 +02:00 committed by Enno Boland
parent f23f7bae57
commit 84e0e93c68
2 changed files with 18 additions and 3 deletions

View File

@ -0,0 +1,15 @@
Source: John
Upstream: No
Reason: The include path without phonon at the end seems to be what most packages (e.g. texstudio) expect
--- CMakeLists.txt 2019-08-27 15:26:52.000000000 +0200
+++ - 2019-08-28 19:26:11.902354706 +0200
@@ -170,7 +170,7 @@
LIB_NAME ${PHONON_LIB_SONAME}
DEPS "core widgets"
FILENAME_VAR pri_filename
- INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/phonon
+ INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}
)
install(FILES ${pri_filename} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})

View File

@ -1,7 +1,7 @@
# Template file for 'phonon-qt5'
pkgname=phonon-qt5
version=4.10.3
revision=2
version=4.11.0
revision=1
wrksrc="${pkgname%-*}-${version}"
build_style=cmake
configure_args="-DPHONON_BUILD_PHONON4QT5=ON -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON"
@ -12,7 +12,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://phonon.kde.org/"
distfiles="${KDE_SITE}/${pkgname%-*}/${version}/${pkgname%-*}-${version}.tar.xz"
checksum=2e8b145669afa0e93833e4064b657677abc9413e4007fa5ddc91397c9bddc295
checksum=91250a38feb0adb62385ad9bacc0ea0e67bbba3e0ceb3c2111d83803fb52582e
phonon-qt5-devel_package() {
depends="qt5-devel ${sourcepkg}-${version}_${revision}"