forked from pool/qt6-quickeffectmaker
Compare commits
12 Commits
Author | SHA256 | Date | |
---|---|---|---|
b20bc746a2 | |||
|
ac05416f04 | ||
11c0c78ff4 | |||
|
356d3e40c5 | ||
d0c5d35a9d | |||
|
066fd85d95 | ||
6e0ea4fdb4 | |||
|
44e1c24316 | ||
930a25fae8 | |||
|
939f07d77f | ||
5963b46135 | |||
|
65da2bddb5 |
12
_constraints
Normal file
12
_constraints
Normal file
@@ -0,0 +1,12 @@
|
||||
<constraints>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>ppc64le</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="G">8</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
@@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:30 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.1:
|
||||
* https://www.qt.io/blog/qt-6.9.1-released
|
||||
- Add a _constraints file for ppc64le builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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: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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-quickeffectmaker
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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.1
|
||||
%define short_version 6.9
|
||||
%define tar_name qtquickeffectmaker-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-quickeffectmaker%{?pkg_suffix}
|
||||
Version: 6.7.2
|
||||
Version: 6.9.1
|
||||
Release: 0
|
||||
Summary: Tool for creating shader effects for Qt Quick
|
||||
License: GPL-3.0-only
|
||||
@@ -37,17 +37,16 @@ Source1: org.qt.quickeffectmaker6.desktop
|
||||
Source2: org.qt.quickeffectmaker.png
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: qt6-gui-private-devel
|
||||
BuildRequires: qt6-quick-private-devel
|
||||
BuildRequires: qt6-shadertools-private-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
BuildRequires: cmake(Qt6GuiPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Quick3DGlslParserPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QuickPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6ShaderTools) = %{real_version}
|
||||
|
||||
BuildRequires: cmake(Qt6ShaderToolsPrivate) = %{real_version}
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
BuildRequires: qt6-tools
|
||||
%{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}
|
||||
|
||||
%build
|
||||
%cmake_qt6
|
||||
%cmake_qt6 \
|
||||
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||
|
||||
%{qt6_build}
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b0f26ce07c82c29f28d19b537b31c297799406428fbf0d31911464e717b756d
|
||||
size 4358544
|
3
qtquickeffectmaker-everywhere-src-6.9.1.tar.xz
Normal file
3
qtquickeffectmaker-everywhere-src-6.9.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39b617c40642bb44f54e781ecea9338f2cf2b794c552df0b7a8795cabad15d31
|
||||
size 4358748
|
Reference in New Issue
Block a user