forked from pool/qt6-quickeffectmaker
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d0c5d35a9d | ||
|
066fd85d95 | ||
|
6e0ea4fdb4 | ||
|
44e1c24316 | ||
|
930a25fae8 | ||
|
939f07d77f | ||
|
5963b46135 | ||
|
65da2bddb5 |
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 10:22:58 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.8.2
|
||||||
|
https://www.qt.io/blog/qt-6.8.2-released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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:49 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:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Wed Jun 19 07:25:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-quickeffectmaker
|
# spec file for package qt6-quickeffectmaker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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.8.2
|
||||||
%define short_version 6.7
|
%define short_version 6.8
|
||||||
%define tar_name qtquickeffectmaker-everywhere-src
|
%define tar_name qtquickeffectmaker-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-quickeffectmaker%{?pkg_suffix}
|
Name: qt6-quickeffectmaker%{?pkg_suffix}
|
||||||
Version: 6.7.2
|
Version: 6.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for creating shader effects for Qt Quick
|
Summary: Tool for creating shader effects for Qt Quick
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -47,7 +47,6 @@ BuildRequires: cmake(Qt6Gui) = %{real_version}
|
|||||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Quick3DGlslParserPrivate) = %{real_version}
|
BuildRequires: cmake(Qt6Quick3DGlslParserPrivate) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6ShaderTools) = %{real_version}
|
BuildRequires: cmake(Qt6ShaderTools) = %{real_version}
|
||||||
|
|
||||||
%if "%{qt6_flavor}" == "docs"
|
%if "%{qt6_flavor}" == "docs"
|
||||||
BuildRequires: qt6-tools
|
BuildRequires: qt6-tools
|
||||||
%{qt6_doc_packages}
|
%{qt6_doc_packages}
|
||||||
@ -67,7 +66,8 @@ Quick applications and offers both a node editor and a code editor.
|
|||||||
%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}
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b0f26ce07c82c29f28d19b537b31c297799406428fbf0d31911464e717b756d
|
|
||||||
size 4358544
|
|
3
qtquickeffectmaker-everywhere-src-6.8.2.tar.xz
Normal file
3
qtquickeffectmaker-everywhere-src-6.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fcf3c5893172816dfdc438bd4b6b105e15eafd4aeb9c5ac48ea6d7d720e607c
|
||||||
|
size 4348100
|
Loading…
x
Reference in New Issue
Block a user