qt5-speech: update to 5.15.5.
This commit is contained in:
parent
38a134a4b9
commit
73f8a66f5c
|
@ -5,7 +5,7 @@ endif()
|
||||||
get_filename_component(_qt5TextToSpeech_install_prefix "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
|
get_filename_component(_qt5TextToSpeech_install_prefix "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE)
|
||||||
|
|
||||||
# For backwards compatibility only. Use Qt5TextToSpeech_VERSION instead.
|
# For backwards compatibility only. Use Qt5TextToSpeech_VERSION instead.
|
||||||
set(Qt5TextToSpeech_VERSION_STRING 5.15.4)
|
set(Qt5TextToSpeech_VERSION_STRING 5.15.5)
|
||||||
|
|
||||||
set(Qt5TextToSpeech_LIBRARIES Qt5::TextToSpeech)
|
set(Qt5TextToSpeech_LIBRARIES Qt5::TextToSpeech)
|
||||||
|
|
||||||
|
@ -53,8 +53,8 @@ if (NOT TARGET Qt5::TextToSpeech)
|
||||||
|
|
||||||
set(_Qt5TextToSpeech_OWN_INCLUDE_DIRS "${_qt5TextToSpeech_install_prefix}/include/qt5/" "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech")
|
set(_Qt5TextToSpeech_OWN_INCLUDE_DIRS "${_qt5TextToSpeech_install_prefix}/include/qt5/" "${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech")
|
||||||
set(Qt5TextToSpeech_PRIVATE_INCLUDE_DIRS
|
set(Qt5TextToSpeech_PRIVATE_INCLUDE_DIRS
|
||||||
"${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4"
|
"${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5"
|
||||||
"${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.4/QtTextToSpeech"
|
"${_qt5TextToSpeech_install_prefix}/include/qt5/QtTextToSpeech/5.15.5/QtTextToSpeech"
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach(_dir ${_Qt5TextToSpeech_OWN_INCLUDE_DIRS})
|
foreach(_dir ${_Qt5TextToSpeech_OWN_INCLUDE_DIRS})
|
||||||
|
@ -97,7 +97,7 @@ if (NOT TARGET Qt5::TextToSpeech)
|
||||||
foreach(_module_dep ${_Qt5TextToSpeech_MODULE_DEPENDENCIES})
|
foreach(_module_dep ${_Qt5TextToSpeech_MODULE_DEPENDENCIES})
|
||||||
if (NOT Qt5${_module_dep}_FOUND)
|
if (NOT Qt5${_module_dep}_FOUND)
|
||||||
find_package(Qt5${_module_dep}
|
find_package(Qt5${_module_dep}
|
||||||
5.15.4 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
|
5.15.5 ${_Qt5TextToSpeech_FIND_VERSION_EXACT}
|
||||||
${_Qt5TextToSpeech_DEPENDENCIES_FIND_QUIET}
|
${_Qt5TextToSpeech_DEPENDENCIES_FIND_QUIET}
|
||||||
${_Qt5TextToSpeech_FIND_DEPENDENCIES_REQUIRED}
|
${_Qt5TextToSpeech_FIND_DEPENDENCIES_REQUIRED}
|
||||||
PATHS "${CMAKE_CURRENT_LIST_DIR}/.." NO_DEFAULT_PATH
|
PATHS "${CMAKE_CURRENT_LIST_DIR}/.." NO_DEFAULT_PATH
|
||||||
|
@ -198,7 +198,7 @@ if (NOT TARGET Qt5::TextToSpeech)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
_populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.4" "" FALSE)
|
_populate_TextToSpeech_target_properties(RELEASE "libQt5TextToSpeech.so.5.15.5" "" FALSE)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'qt5-speech'
|
# Template file for 'qt5-speech'
|
||||||
pkgname=qt5-speech
|
pkgname=qt5-speech
|
||||||
version=5.15.4
|
version=5.15.5
|
||||||
revision=2
|
revision=1
|
||||||
_commit=c8a1dadc46ccdbeaef45aa805a9dc98d4b3220bd
|
_commit=e76b23ad707077647cdb4282cf35a71776efa0f0
|
||||||
wrksrc="qtspeech-${_commit}"
|
wrksrc="qtspeech-${_commit}"
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="-- -flite -flite-alsa -speechd"
|
configure_args="-- -flite -flite-alsa -speechd"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
|
distfiles="https://invent.kde.org/qt/qt/qtspeech/-/archive/${_commit}.tar.gz"
|
||||||
checksum=970ef98f9803965dfebbb1a06ec4a7978389cf20249afed4273e037e7d5ddcf9
|
checksum=5dcf10add2118729a0951a15bc353c8b6fe4d441baf9503766bc5ee0a7a9d6fa
|
||||||
|
|
||||||
_cleanup_wrksrc_leak() {
|
_cleanup_wrksrc_leak() {
|
||||||
if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
|
if [ -d "${PKGDESTDIR}/usr/lib/cmake" ]; then
|
||||||
|
|
Loading…
Reference in New Issue