forked from pool/qt6-quicktimeline
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
05be8e4c29 | |||
|
d1fcee823f | ||
5c78461200 | |||
|
47c3d22a95 | ||
ff7a75c75c | |||
|
b0dac6986b | ||
12cc8db876 | |||
70d921132a | |||
046ddd2705 | |||
|
7e4aa5e363 | ||
48c3b7b53a | |||
|
c9146c3d40 | ||
7537bb6dbc | |||
|
149a26ff24 |
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 3 07:49:31 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:41 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:22:59 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:30:18 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
- Fix license.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 13:02:10 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:50 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:05 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:25:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Jun 19 07:25:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-quicktimeline
|
# spec file for package qt6-quicktimeline
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.7.2
|
%define real_version 6.9.1
|
||||||
%define short_version 6.7
|
%define short_version 6.9
|
||||||
%define tar_name qtquicktimeline-everywhere-src
|
%define tar_name qtquicktimeline-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
@@ -27,21 +27,21 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-quicktimeline%{?pkg_suffix}
|
Name: qt6-quicktimeline%{?pkg_suffix}
|
||||||
Version: 6.7.2
|
Version: 6.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 6 module for creating keyframe-based animations
|
Summary: Qt 6 module for creating keyframe-based animations
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-only
|
||||||
URL: https://www.qt.io
|
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
|
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||||
Source99: qt6-quicktimeline-rpmlintrc
|
Source99: qt6-quicktimeline-rpmlintrc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
|
||||||
BuildRequires: qt6-qml-private-devel
|
|
||||||
BuildRequires: qt6-quick-private-devel
|
|
||||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6QmlPrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6QuickPrivate) = %{real_version}
|
||||||
%if "%{qt6_flavor}" == "docs"
|
%if "%{qt6_flavor}" == "docs"
|
||||||
BuildRequires: qt6-tools
|
BuildRequires: qt6-tools
|
||||||
%{qt6_doc_packages}
|
%{qt6_doc_packages}
|
||||||
@@ -69,8 +69,8 @@ The Qt 6 QuickTimeline library.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Qt 6 QuickTimeline library - Development files
|
Summary: Qt 6 QuickTimeline library - Development files
|
||||||
Requires: libQt6QuickTimeline6 = %{version}
|
Requires: libQt6QuickTimeline6 = %{version}
|
||||||
Requires: cmake(Qt6Qml)
|
Requires: cmake(Qt6Qml) = %{real_version}
|
||||||
Requires: cmake(Qt6Quick)
|
Requires: cmake(Qt6Quick) = %{real_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for the Qt 6 QuickTimeline library.
|
Development files for the Qt 6 QuickTimeline library.
|
||||||
@@ -89,7 +89,8 @@ any ABI or API guarantees.
|
|||||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_qt6
|
%cmake_qt6 \
|
||||||
|
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||||
|
|
||||||
%{qt6_build}
|
%{qt6_build}
|
||||||
|
|
||||||
@@ -134,6 +135,8 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
|||||||
%exclude %{_qt6_includedir}/QtQuickTimelineBlendTrees/%{real_version}
|
%exclude %{_qt6_includedir}/QtQuickTimelineBlendTrees/%{real_version}
|
||||||
|
|
||||||
%files private-devel
|
%files private-devel
|
||||||
|
%{_qt6_cmakedir}/Qt6QuickTimelinePrivate/
|
||||||
|
%{_qt6_cmakedir}/Qt6QuickTimelineBlendTreesPrivate/
|
||||||
%{_qt6_includedir}/QtQuickTimeline/%{real_version}
|
%{_qt6_includedir}/QtQuickTimeline/%{real_version}
|
||||||
%{_qt6_includedir}/QtQuickTimelineBlendTrees/%{real_version}
|
%{_qt6_includedir}/QtQuickTimelineBlendTrees/%{real_version}
|
||||||
%{_qt6_mkspecsdir}/modules/qt_lib_quicktimeline_private.pri
|
%{_qt6_mkspecsdir}/modules/qt_lib_quicktimeline_private.pri
|
||||||
|
BIN
qtquicktimeline-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtquicktimeline-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtquicktimeline-everywhere-src-6.9.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtquicktimeline-everywhere-src-6.9.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user