forked from pool/qt6-speech
Compare commits
31 Commits
Author | SHA256 | Date | |
---|---|---|---|
302e2283eb | |||
|
ba9f949153 | ||
c2a367d587 | |||
|
b053feca0a | ||
355da2894c | |||
|
eb6e72d5f8 | ||
5e2b1a944c | |||
|
a0dc499eeb | ||
2a15495369 | |||
5d83197bfc | |||
8f258c8095 | |||
|
319c88bb91 | ||
70f6d68b42 | |||
|
237b5da09c | ||
df70bc8268 | |||
|
4a2ca8af4d | ||
2b5fbc107b | |||
41e7e362c7 | |||
bcb72c3bee | |||
2260760473 | |||
dd0404e74f | |||
026b38381f | |||
da7a083acd | |||
76203aa86b | |||
e6216a5102 | |||
5eea9e8fc0 | |||
647364bab5 | |||
0093c1ef63 | |||
c01f8e8b8a | |||
fb283311e3 | |||
3aef03fd26 |
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 07:15:43 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.2:
|
||||
* https://www.qt.io/blog/qt-6.9.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:33 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.1:
|
||||
* https://www.qt.io/blog/qt-6.9.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 11:03:43 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0:
|
||||
* https://www.qt.io/blog/qt-6.9-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:23:01 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.2
|
||||
https://www.qt.io/blog/qt-6.8.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 17:51:23 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Fix license.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 13:02:13 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.1:
|
||||
* https://www.qt.io/blog/qt-6.8.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 09:29:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0:
|
||||
* https://www.qt.io/blog/qt-6.8-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 08:23:09 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.3
|
||||
* https://www.qt.io/blog/qt-6.7.3-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:26:02 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-speech
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.7.2
|
||||
%define short_version 6.7
|
||||
%define real_version 6.9.2
|
||||
%define short_version 6.9
|
||||
%define tar_name qtspeech-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@@ -26,22 +26,28 @@
|
||||
%define pkg_suffix -docs
|
||||
%endif
|
||||
#
|
||||
# Not available in Leap 15
|
||||
%if 0%{?suse_version} > 1500
|
||||
%bcond_without flite
|
||||
%endif
|
||||
Name: qt6-speech%{?pkg_suffix}
|
||||
Version: 6.7.2
|
||||
Version: 6.9.2
|
||||
Release: 0
|
||||
Summary: Qt 6 TextToSpeech Library and Plugin
|
||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||
License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
URL: https://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
%if %{with flite}
|
||||
# Flite is built without Alsa, adding it to BuildRequires isn't needed
|
||||
BuildRequires: flite-devel > 2.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Multimedia) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||
# flite is not in openSUSE Factory
|
||||
# BuildRequires: cmake(Qt6Multimedia)
|
||||
BuildRequires: pkgconfig(speech-dispatcher)
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
BuildRequires: qt6-tools
|
||||
@@ -69,15 +75,15 @@ The QTextToSpeech class provides a convenient access to text-to-speech engines.
|
||||
%package -n qt6-texttospeech-devel
|
||||
Summary: Qt 6 TextToSpeech library - Development files
|
||||
Requires: libQt6TextToSpeech6 = %{version}
|
||||
Requires: cmake(Qt6QmlIntegration) = %{real_version }
|
||||
Requires: cmake(Qt6QmlIntegration) = %{real_version}
|
||||
|
||||
%description -n qt6-texttospeech-devel
|
||||
Development files for the Qt 6 TextToSpeech library.
|
||||
|
||||
%package -n qt6-texttospeech-private-devel
|
||||
Summary: Non-ABI stable API for the Qt 6 TextToSpeech library
|
||||
Requires: cmake(Qt6CorePrivate) = %{real_version}
|
||||
Requires: cmake(Qt6TextToSpeech) = %{real_version}
|
||||
%requires_eq qt6-core-private-devel
|
||||
|
||||
%description -n qt6-texttospeech-private-devel
|
||||
This package provides private headers of libQt6TextToSpeech that do not have
|
||||
@@ -91,7 +97,8 @@ any ABI or API guarantees.
|
||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||
|
||||
%build
|
||||
%cmake_qt6
|
||||
%cmake_qt6 \
|
||||
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||
|
||||
%{qt6_build}
|
||||
|
||||
@@ -107,6 +114,9 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
|
||||
%files -n qt6-texttospeech
|
||||
%dir %{_qt6_pluginsdir}/texttospeech/
|
||||
%if %{with flite}
|
||||
%{_qt6_pluginsdir}/texttospeech/libqtexttospeech_flite.so
|
||||
%endif
|
||||
%{_qt6_pluginsdir}/texttospeech/libqtexttospeech_mock.so
|
||||
%{_qt6_pluginsdir}/texttospeech/libqtexttospeech_speechd.so
|
||||
%{_qt6_qmldir}/QtTextToSpeech/
|
||||
@@ -130,6 +140,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
%exclude %{_qt6_includedir}/QtTextToSpeech/%{real_version}
|
||||
|
||||
%files -n qt6-texttospeech-private-devel
|
||||
%{_qt6_cmakedir}/Qt6TextToSpeechPrivate/
|
||||
%{_qt6_includedir}/QtTextToSpeech/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_texttospeech_private.pri
|
||||
|
||||
|
BIN
qtspeech-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtspeech-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qtspeech-everywhere-src-6.9.2.tar.xz
Normal file
3
qtspeech-everywhere-src-6.9.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2b667375111637e45517a6e63475987691b922a19900abc52996617a0a088b1
|
||||
size 247748
|
Reference in New Issue
Block a user