Accepting request 1007321 from KDE:Qt6
Qt 6.4.0 OBS-URL: https://build.opensuse.org/request/show/1007321 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-quick3d?expand=0&rev=7
This commit is contained in:
commit
ba82dce42d
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 10:35:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 6.4.0:
|
||||
* https://www.qt.io/blog/qt-6.4-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 08:29:14 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 6.4.0 RC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 12:41:42 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.3.2
|
||||
%define short_version 6.3
|
||||
%define real_version 6.4.0
|
||||
%define short_version 6.4
|
||||
%define tar_name qtquick3d-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-quick3d%{?pkg_suffix}
|
||||
Version: 6.3.2
|
||||
Version: 6.4.0~git
|
||||
Release: 0
|
||||
Summary: API for creating 3D content and 3D user interfaces based on Qt Quick
|
||||
License: GPL-3.0-or-later
|
||||
@ -321,6 +321,19 @@ Requires: cmake(Qt6Core)
|
||||
Development files for the Qt 6 Quick3DGlslParser library.
|
||||
This library does not have any ABI or API guarantees.
|
||||
|
||||
### Static libraries ###
|
||||
|
||||
# Embree only supports x86_64 and arm64
|
||||
%ifarch x86_64 aarch64
|
||||
%package -n qt6-bundledembree-devel-static
|
||||
Summary: Qt6 BundledEmbree static library
|
||||
%requires_eq qt6-core-private-devel
|
||||
|
||||
%description -n qt6-bundledembree-devel-static
|
||||
The Qt6 BundledEmbree static library.
|
||||
This library does not have any ABI or API guarantees.
|
||||
%endif
|
||||
|
||||
%{qt6_examples_package}
|
||||
|
||||
%endif
|
||||
@ -329,6 +342,9 @@ This library does not have any ABI or API guarantees.
|
||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||
|
||||
%build
|
||||
%ifarch x86_64 aarch64
|
||||
%define _lto_cflags %{nil}
|
||||
%endif
|
||||
%cmake_qt6 \
|
||||
-DFEATURE_system_assimp=ON
|
||||
|
||||
@ -392,13 +408,12 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_quick3dparticleeffects_private.
|
||||
%{_qt6_bindir}/shadergen
|
||||
%{_qt6_bindir}/shapegen
|
||||
%{_qt6_pluginsdir}/assetimporters/libassimp.so
|
||||
%{_qt6_pluginsdir}/assetimporters/libuip.so
|
||||
|
||||
%files imports
|
||||
%{_qt6_qmldir}/QtQuick3D/
|
||||
|
||||
%files -n libQt6Quick3D6
|
||||
%license LICENSE.*
|
||||
%license LICENSES/*
|
||||
%{_qt6_libdir}/libQt6Quick3D.so.*
|
||||
|
||||
%files devel
|
||||
@ -584,6 +599,15 @@ rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_quick3dparticleeffects_private.
|
||||
%{_qt6_metatypesdir}/qt6quick3dglslparserprivate_*_metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_quick3dglslparser_private.pri
|
||||
|
||||
### Static libraries ###
|
||||
|
||||
%ifarch x86_64 aarch64
|
||||
%files -n qt6-bundledembree-devel-static
|
||||
%{_qt6_cmakedir}/Qt6/FindWrapBundledEmbreeConfigExtra.cmake
|
||||
%{_qt6_cmakedir}/Qt6BundledEmbree/
|
||||
%{_qt6_libdir}/libQt6BundledEmbree.a
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1da0aa3db99bd2eed017c9bc9348fc3a52c21e8b2684af16e784e2cc86a29c03
|
||||
size 37291276
|
3
qtquick3d-everywhere-src-6.4.0.tar.xz
Normal file
3
qtquick3d-everywhere-src-6.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f10a1660d4d4103f0749f258eddce4d4878fa7bbbc5e610a900bef28adf017ec
|
||||
size 41490276
|
Loading…
Reference in New Issue
Block a user