View | Details | Raw Unified | Return to bug 46479
Collapse All | Expand All

(-)a/qt3d.spec (-2 / +9 lines)
Line 0 Link Here
1
diff -Nru '--exclude=BUILD' qt3d-everywhere-src-6.4.2.orig/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp qt3d-everywhere-src-6.4.2/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp
2
--- qt3d-everywhere-src-6.4.2.orig/src/3rdparty/assimp/src/code/AssetLib/FBX/FBXBinaryTokenizer.cpp	2023-03-29 14:09:38.000000000 +0000
Lines 3-9 Link Here
3
3
4
Name: qt6-3d
4
Name: qt6-3d
5
Version: 6.4.2
5
Version: 6.4.2
6
Release: alt1
6
Release: alt2
7
7
8
Group: System/Libraries
8
Group: System/Libraries
9
Summary: Qt6 - Qt3D QML bindings and C++ APIs
9
Summary: Qt6 - Qt3D QML bindings and C++ APIs
Lines 13-18 License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) Link Here
13
Requires: qt6-imageformats
13
Requires: qt6-imageformats
14
14
15
Source: %qt_module-everywhere-src-%version.tar
15
Source: %qt_module-everywhere-src-%version.tar
16
Patch1: alt-gcc13.patch
16
17
17
BuildRequires(pre): rpm-macros-qt6 qt6-tools
18
BuildRequires(pre): rpm-macros-qt6 qt6-tools
18
BuildRequires: cmake qt6-base-devel qt6-declarative-devel qt6-shadertools-devel qt6-multimedia-devel
19
BuildRequires: cmake qt6-base-devel qt6-declarative-devel qt6-shadertools-devel qt6-multimedia-devel
Lines 152-157 Requires: libqt6-core = %_qt6_version Link Here
152
153
153
%prep
154
%prep
154
%setup -n %qt_module-everywhere-src-%version
155
%setup -n %qt_module-everywhere-src-%version
156
%patch1 -p1
157
155
cat >>src/plugins/renderers/rhi/CMakeLists.txt <<__EOF__
158
cat >>src/plugins/renderers/rhi/CMakeLists.txt <<__EOF__
156
find_package(Qt6 COMPONENTS ShaderTools)
159
find_package(Qt6 COMPONENTS ShaderTools)
157
__EOF__
160
__EOF__
Lines 231-236 __EOF__ Link Here
231
#%_qt6_examplesdir/*
234
#%_qt6_examplesdir/*
232
235
233
%changelog
236
%changelog
237
* Tue Jun 13 2023 Alexey Sheplyakov <asheplyakov@altlinux.org> 6.4.2-alt2
238
- fixed build with GCC 13
239
234
* Wed Feb 15 2023 Sergey V Turchin <zerg@altlinux.org> 6.4.2-alt1
240
* Wed Feb 15 2023 Sergey V Turchin <zerg@altlinux.org> 6.4.2-alt1
235
- new version
241
- new version
236
242
237
- 

Return to bug 46479