From a76c882b43722d7045f25628d53537f66a05a3430136f33d0ad6fc1e19cec18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 3 May 2024 15:33:10 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main libqt5-qt3d revision 2b3f6f441b925e08f0481a181a82cb77 --- .gitattributes | 23 + _constraints | 8 + _service | 18 + _servicedata | 4 + libqt5-qt3d.changes | 717 +++++++++++++++++++++++ libqt5-qt3d.spec | 671 +++++++++++++++++++++ qt3d-everywhere-src-5.15.11+kde0.obscpio | 3 + qt3d-everywhere-src.obsinfo | 4 + 8 files changed, 1448 insertions(+) create mode 100644 .gitattributes create mode 100644 _constraints create mode 100644 _service create mode 100644 _servicedata create mode 100644 libqt5-qt3d.changes create mode 100644 libqt5-qt3d.spec create mode 100644 qt3d-everywhere-src-5.15.11+kde0.obscpio create mode 100644 qt3d-everywhere-src.obsinfo diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..1bcc300 --- /dev/null +++ b/_constraints @@ -0,0 +1,8 @@ + + + + + 7000 + + + diff --git a/_service b/_service new file mode 100644 index 0000000..e60da77 --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + enable + 5.15.11+kde@TAG_OFFSET@ + https://invent.kde.org/qt/qt/qt3d.git + git + qt3d-everywhere-src + kde/5.15 + v5.15.11-lts-lgpl + enable + + + + + *.tar + xz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..658004b --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://invent.kde.org/qt/qt/qt3d.git + c1f8fa2578d99e07f5e581f26bd532695b9534f9 \ No newline at end of file diff --git a/libqt5-qt3d.changes b/libqt5-qt3d.changes new file mode 100644 index 0000000..a936d77 --- /dev/null +++ b/libqt5-qt3d.changes @@ -0,0 +1,717 @@ +------------------------------------------------------------------- +Fri Oct 6 06:35:32 UTC 2023 - Fabian Vogt + +- Update to version 5.15.11+kde0, rebased upstream: + * Blacklist 1 tests in tst_dynamicnodecreation on ubuntu-20.04 + * Start using a dedicated QThreadPool again instead of a global one + * RenderViewBuilder: use QAspectManager::idealThreadCount + * Qt3DQuick: includemocs + * Fix compile warnings + * Qt3DExtras: includemocs + * Qt3D Tests: includemocs + * Qt3DRender: includemocs + * FilterKey: fix ambiguous relational operators in C++20 + * Fix various [=] lambda captures to capture [this] instead + * Qt3DCore: includemocs + * Qtquick3danimationplugin: includemocs + * Qtquick3dlogicplugin: includemocs + * Qtquick3drenderplugin: includemocs + * Qtquick3dinputplugin: includemocs + * Qt3DQuickInput: includemocs + * QtAssimpSceneImportPlugin: includemocs + * QtDefaultGeometryLoaderPlugin: includemocs + * Qtqtquick3dcoreplugin: includemocs + * Qtqtquickscene3dplugin: includemocs + * Qt3DQuickAnimation: includemocs + * Qt3DInput: includemocs + * Qt3DQuickExtras: includemocs + * QtGLTFSceneImportPlugin: includemocs + * Qt3DAnimation: includemocs + * QtGLTFGeometryLoaderPlugin: includemocs + * Qt3DLogic: includemocs + * Qtquick3dextrasplugin: includemocs + * Qt3DQuickScene2D: includemocs + * Qt3DQuickRender: includemocs + * Qtqtquickscene2dplugin: includemocs + * QViewport documentation: fix wrong property type for gamma property + * CalcBoundingVolumeJob: don't rely on QChangeArbiter for extent changes + * Restore PLY support to Assimp + +------------------------------------------------------------------- +Tue Jun 13 12:58:20 UTC 2023 - Fabian Vogt + +- Update to version 5.15.10+kde0, rebased upstream: + * Protect code for unsupported configs + * Fix blacklisting string for ubuntu-20.04 in graphicshelpergl4 + +------------------------------------------------------------------- +Fri Apr 21 09:53:28 UTC 2023 - Fabian Vogt + +- Update to version 5.15.8+kde6, rebased upstream: + * Blacklist: test cases blacklisted in tst_GraphicsHelperGL4: + * tst_qchangearbiter: remove tests for message based synching + * Scene3DView: fix shutdown crash + +------------------------------------------------------------------- +Mon Jan 9 09:14:30 UTC 2023 - Fabian Vogt + +- Update to version 5.15.8+kde0, rebased upstream: + * Update Assimp qt_attributions following reuse of qtquick3d assimp submodule + * tst_qchangearbiter: fix failures on Ubuntu 20.04 CI node + * Build Assimp using submodule + * QGeometryFactory: don't make op== virtual + +------------------------------------------------------------------- +Thu Nov 3 08:50:19 UTC 2022 - Fabian Vogt + +- Update to version 5.15.7+kde6, rebased upstream: + * No code changes + +------------------------------------------------------------------- +Mon Sep 26 10:32:30 UTC 2022 - Fabian Vogt + +- Update to version 5.15.6+kde6, rebased upstream: + * No code changes + +------------------------------------------------------------------- +Mon Jun 27 13:08:59 UTC 2022 - Fabian Vogt + +- Update to version 5.15.5+kde15, rebased upstream: + * Revert "Update commercial license headers" + * Update commercial license headers +- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now + +------------------------------------------------------------------- +Fri Jan 21 08:11:56 UTC 2022 - Fabian Vogt + +- Update to version 5.15.2+kde39: + * OpenGL renderer: restore surface on context when shutting down + * OpenGL: Fix content not updated when using OnDemand and switching textures + * ObjectPicker: markDirty(AllDirty) when we change the enabled property + * ComputeCommand: call markDirty(ComputeDirty) when enabled changes + +------------------------------------------------------------------- +Thu Oct 28 07:19:57 UTC 2021 - Fabian Vogt + +- Update to version 5.15.2+kde33: + * Picking: reuse LayerFilterJob to perform layer filtering + * Trigger an update on the quick window when creating a render aspect + * Render enough frames to flush the Qt3D pipeline when dirty + * Fix for QShaderNode fix that selected highest version number of a rule + * Fix call to drawBuffers in SubmissionContext + * Fix parameter priorization documentation + * CameraLens: use ParametersDirty rather than AllDirty + * Rerun bounding volume update jobs when entity enabled property changes + +------------------------------------------------------------------- +Tue Jun 22 19:35:01 UTC 2021 - Fabian Vogt + +- Switch to KDE's maintenance branch +- Update to version 5.15.2+kde25: + * Fix multi-view picking + * Don't export QKeyFrame which is fully implemented in the header + * ObjectPicker: ensure pristine pickers are handled + * Add missing sampler types and sizes to gl4 helpers + * Restore ObjectLevelLockingPolicy on ShaderManager + * Fix light uniforms not properly being updated + * qpicktriangleevent_p.h Add missing private API warning + * Fix sampler2DArrayShadow uniform in QShaderGenerator + * Print warning about using primitive restart on ES2 + * Allow assimp to compile on non-gcc compilers + * Fix binding of CubeMapArray textures + * Fix disabling shader cache via environment variable + * QShaderProgramBuilder: add documentation related to caching + * OpenGL renderer: fix use of outdated VAO when shader is reloaded + * SyncRenderViewPreCommandUpdate: fix a few odd cases + * Only set the state flag after having merged with the other states + * Introduce QGeometryRendererPrivate::sortIndex + * Add mipmaps count to QAbstracTexturePrivate + * Scene3DItem: release frontend/backend tree on destruction + * Fix GLTexture cleanup + * Check if texture upload is full sized + * Handle invalid entity names in QSceneLoader::component + * Add dedicated Qt3D.Renderer.ShaderCache logging category + * Add caching mechanism to ShaderBuilder + * Bump version +- Add patch to reset version to 5.15.2: + * 0001-Revert-Bump-version.patch + +------------------------------------------------------------------- +Sun Jan 31 13:39:52 UTC 2021 - Fabian Vogt + +- Add compatibility with qml-autoreqprov + +------------------------------------------------------------------- +Tue Dec 15 08:15:38 UTC 2020 - Fabian Vogt + +- Drop baselibs.conf, -32bit packages are not used anywhere and due + to system assimp not providing -32bit packages broken anyway +- Fix links in %{_bindir} + +------------------------------------------------------------------- +Fri Nov 20 12:08:42 UTC 2020 - Fabian Vogt + +- Update to 5.15.2: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.15.2/?h=5.15.2 +- Use only the system provided assimp, which is only available on TW for now +- Link from Qt bindir into %_bindir, not the other way around to fix + applicationDirPath called from Qt binaries +- Add -qt5 suffix to all binaries in %_bindir + +------------------------------------------------------------------- +Thu Sep 10 07:56:59 UTC 2020 - Fabian Vogt + +- Update to 5.15.1: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.15.1/?h=5.15.1 + +------------------------------------------------------------------- +Tue May 26 09:40:19 UTC 2020 - Callum Farmer + +- Update to version 5.15.0: + * No changelog available + +------------------------------------------------------------------- +Thu May 21 06:57:26 UTC 2020 - Callum Farmer + +- Update to version 5.15.0-rc2: + * No changelog available + +------------------------------------------------------------------- +Wed May 6 11:26:30 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-rc: + * New bugfix release + * For the changes between 5.14.2 and 5.15.0 please see: + http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.15.0/?h=5.15.0 + +------------------------------------------------------------------- +Fri Apr 24 07:11:03 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta4: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Apr 14 06:47:18 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Mar 24 12:13:27 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Mar 3 08:00:33 UTC 2020 - Fabian Vogt + +- Drop condition on ppc64(le) in _constraints (bsc#1164499) + +------------------------------------------------------------------- +Fri Feb 28 09:58:40 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta1: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Feb 19 10:16:12 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-alpha: + * New feature release + * For more details please see: + https://wiki.qt.io/New_Features_in_Qt_5.15 + +------------------------------------------------------------------- +Tue Jan 28 09:29:47 UTC 2020 - Michel Normand + +- Increase PowerPC disk size in _constraints to avoid build failure + +------------------------------------------------------------------- +Mon Jan 27 13:18:31 UTC 2020 - Fabian Vogt + +- Update to 5.14.1: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.14.1/?h=v5.14.1 + +------------------------------------------------------------------- +Tue Dec 17 10:11:11 UTC 2019 - Christophe Giboudeaux + +- Update the license tags. + +------------------------------------------------------------------- +Thu Dec 12 12:39:44 UTC 2019 - Fabian Vogt + +- Update to 5.14.0: + * New bugfix release + * For the changes between 5.13.2 and 5.14.0 please see: + https://code.qt.io/cgit/qt/qt3d.git/tree/dist/changes-5.14.0?h=v5.14.0 + * For the changes between 5.13.1 and 5.13.2 please see: + https://code.qt.io/cgit/qt/qt3d.git/tree/dist/changes-5.13.2?h=v5.14.0 + +------------------------------------------------------------------- +Wed Dec 4 14:37:30 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-rc: + * New bugfix release + * No changelog available + * For more details please see: + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 + +------------------------------------------------------------------- +Tue Nov 12 13:00:24 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Oct 24 13:22:23 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 15 12:34:18 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta1: + * New bugfix release + * No changelog available +- Drop patches, now upstream: + * fix-return-nonvoid-function.patch + +------------------------------------------------------------------- +Mon Sep 30 13:29:53 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-alpha: + * New feature release + * No changelog available + * For more details about Qt 5.14 please see: + https://wiki.qt.io/New_Features_in_Qt_5.14 +- Add patch to fix build: + * fix-return-nonvoid-function.patch + +------------------------------------------------------------------- +Wed Sep 25 08:42:32 UTC 2019 - Christophe Giboudeaux + +- Increase the disk size for ppc64le builds. + +------------------------------------------------------------------- +Fri Sep 6 08:03:06 UTC 2019 - Fabian Vogt + +- Update to 5.13.1: + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.13.1/?h=v5.13.1 + +------------------------------------------------------------------- +Fri Jul 12 13:21:22 UTC 2019 - Fabian Vogt + +- Drop lto-workaround.patch in favor of just disabling LTO + +------------------------------------------------------------------- +Fri Jul 12 11:42:02 UTC 2019 - Fabian Vogt + +- Add patch to fix build with LTO enabled: + * lto-workaround.patch + +------------------------------------------------------------------- +Wed Jun 19 11:18:55 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0: + * New bugfix release + * No changelog available + * For more details about Qt 5.13 please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.13.0/?h=5.13 + +------------------------------------------------------------------- +Tue Jun 4 07:24:12 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-rc: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Mon Apr 29 09:16:01 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Apr 18 07:26:22 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.12.3: + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.12.3/?h=v5.12.3 + +------------------------------------------------------------------- +Thu Mar 21 10:24:18 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-beta1: + * New feature release + * For more details about Qt 5.13 please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.13.0/?h=5.13 + +------------------------------------------------------------------- +Sun Mar 17 14:26:40 UTC 2019 - wbauer@tmo.at + +- Drop use-Assimp-namespace-to-fix-build-for-big-endian.patch, + merged upstream (since 5.11.0-beta1 already) +- Adjust filelist for Leap 42.3 to fix the build, assimp is only + compiled with gcc5 or higher now + +------------------------------------------------------------------- +Thu Mar 14 08:46:55 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.12.2: + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.12.2/?h=5.12.2 + +------------------------------------------------------------------- +Fri Feb 1 08:39:15 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.12.1: + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.12.1/?h=v5.12.1 + +------------------------------------------------------------------- +Thu Dec 6 13:34:59 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0: + * New feature release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.12.0/?h=v5.12.0 + +------------------------------------------------------------------- +Mon Dec 3 08:16:15 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-rc2: + * New bugfix release + * Only important bugfixes +- Changelog for Qt 5.12.0: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.12.0/?h=5.12.0 + +------------------------------------------------------------------- +Thu Nov 22 13:38:43 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-rc: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Nov 8 15:24:18 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta4: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Fri Oct 26 07:20:10 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Oct 17 08:22:18 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Fri Oct 5 18:52:07 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta1: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 2 07:33:07 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-alpha: + * New feature release + * For more details please see: + * http://wiki.qt.io/New_Features_in_Qt_5.12 + +------------------------------------------------------------------- +Fri Sep 21 07:58:38 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.11.2 + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.11.2/?h=v5.11.2 + +------------------------------------------------------------------- +Tue Jun 19 10:49:42 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.1 + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.11.1/?h=v5.11.1 + +------------------------------------------------------------------- +Tue May 22 15:05:53 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0 + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.11.0/?h=v5.11.0 + +------------------------------------------------------------------- +Tue May 8 10:58:48 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-rc + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Mon Apr 23 08:55:10 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta4 + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Apr 11 09:13:24 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta3 + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Mar 28 09:17:03 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta2 + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Mar 13 13:40:37 UTC 2018 - christophe@krop.fr + +- Fix the license tag. + +------------------------------------------------------------------- +Thu Mar 1 09:54:38 CET 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta1 + * New feature release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1 +- Remove patches, now upstream: + * add-typecasts-in-glTFAssetWriter.inl.patch +- Refresh patches: + * use-Assimp-namespace-to-fix-build-for-big-endian.patch + +------------------------------------------------------------------- +Fri Feb 23 07:12:27 UTC 2018 - mlin@suse.com + +- Add add-typecasts-in-glTFAssetWriter.inl.patch (bsc#1082475) + * Add typecasts in glTFAssetWriter.inl to fix compile errors on s390 + about ambiguous constructors https://github.com/assimp/assimp/issues/980 + +------------------------------------------------------------------- +Thu Feb 22 08:06:32 UTC 2018 - mlin@suse.com + +- Drop fix-assimp-bigendian-lvalue.diff (bsc#1082225) + * The fix was part of assimp lib 3.3.1 already and Qt 5.10 has been updated + to assimp lib 3.3.1, thus we don't need that patch anymore. +- Add use-Assimp-namespace-to-fix-build-for-big-endian.patch + * Use Assimp namespace to fix build for big-endian architectures + https://github.com/assimp/assimp/pull/986 + +------------------------------------------------------------------- +Tue Feb 20 14:27:44 CET 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-alpha + * New feature release + * For more details please see: + * https://wiki.qt.io/New_Features_in_Qt_5.11 + +------------------------------------------------------------------- +Wed Feb 14 15:44:00 CET 2018 - fabian@ritter-vogt.de + +- Update to 5.10.1 + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qt3d.git/plain/dist/changes-5.10.1/?h=v5.10.1 + +------------------------------------------------------------------- +Fri Dec 8 23:10:53 UTC 2017 - christophe@krop.fr + +- Update the license tag (boo#967696) + +------------------------------------------------------------------- +Thu Dec 7 12:18:04 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 final + * New bugfix release + +------------------------------------------------------------------- +Sun Dec 3 14:12:45 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 2 + * New bugfix release + +------------------------------------------------------------------- +Thu Nov 30 09:47:09 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 1 + * New bugfix release + +------------------------------------------------------------------- +Sat Nov 25 12:46:31 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.9.3 + * New bugfix release + * For more details, see: + http://code.qt.io/cgit/qt/qt3d.git/tree/dist/changes-5.9.3/?h=v5.9.3 + +------------------------------------------------------------------- +Wed Nov 15 11:41:27 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 4 +- Contains bugfixes + +------------------------------------------------------------------- +Thu Nov 2 07:22:06 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 3 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 30 16:19:17 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 2 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 9 16:17:17 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 1 +- For more information visit: + https://blog.qt.io/blog/2017/10/09/qt-5-10-beta-released/ + +------------------------------------------------------------------- +Sun Oct 8 13:59:46 UTC 2017 - lbeltrame@kde.org + +- Update to 5.9.2 + * For more details please see: + https://blog.qt.io/blog/2017/10/06/qt-5-9-2-released/ + +------------------------------------------------------------------- +Mon Sep 25 14:42:37 CEST 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Alpha 1: + * Tech Preview of Skeletal Animation system + * Animation clocks: Control playback speed of one or more animato + * Framebuffer blit frame graph node + * Proximity filter frame graph node + * Improved layer filtering frame graph node + * Shader graphs: dynamically generate fragment shaders from graph + * Sprite sheet support + * Point and line picking support + * Camera viewAll command + * Optional SIMD support + * Scene2D: Embed Qt Quick content into Qt 3D and interact with it +- For more information visit: + https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/ + +------------------------------------------------------------------- +Tue Aug 22 07:39:56 UTC 2017 - fabian@ritter-vogt.de + +- Update baselibs.conf to include all libs + +------------------------------------------------------------------- +Sat Jul 1 08:08:16 UTC 2017 - lbeltrame@kde.org + +- Update to 5.9.1 + * For more details please see: + http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/ + +------------------------------------------------------------------- +Thu Jun 1 07:42:50 UTC 2017 - jengelh@inai.de + +- Update descriptions. + +------------------------------------------------------------------- +Wed May 31 07:05:05 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.9.0 final + +------------------------------------------------------------------- +Wed May 24 19:16:41 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.9.0 RC: + * For more details please see: + http://lists.qt-project.org/pipermail/announce/2017-May/000115.html + and https://wiki.qt.io/New_Features_in_Qt_5.9 +- Fixup descriptions + +------------------------------------------------------------------- +Wed Dec 14 16:05:43 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.1 + * For more details please see: + https://blog.qt.io/blog/2016/12/14/qt-5-7-1-released/ + and https://www.qt.io/qt5-7/ + +------------------------------------------------------------------- +Sun Sep 25 09:29:13 UTC 2016 - jengelh@inai.de + +- Set RPM groups for SLPP packages. Update descriptions. + +------------------------------------------------------------------- +Sat Sep 24 18:39:00 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.7.0 + * For more details please see: + https://www.qt.io/qt5-7/ + +------------------------------------------------------------------- +Wed Jun 8 14:15:14 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * For more details please see: + http://blog.qt.io/blog/2016/06/08/qt-5-6-1-released/ + +------------------------------------------------------------------- +Wed Mar 30 08:38:15 UTC 2016 - alarrosa@suse.com + +- Add fix-assimp-bigendian-lvalue.diff to fix a non-lvalue being + referenced by an unary & in assimp on s390/s390x + +------------------------------------------------------------------- +Fri Mar 18 19:02:58 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.0 + * For more details please see: + http://blog.qt.io/blog/2016/03/16/qt-5-6-released/ + and https://wiki.qt.io/New_Features_in_Qt_5.6 + +------------------------------------------------------------------- +Fri Oct 16 20:22:26 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.5.1 + * For more details please see: + http://blog.qt.io/blog/2015/10/15/qt-5-5-1-released/ + +------------------------------------------------------------------- +Sat Aug 22 19:10:16 UTC 2015 - hrvoje.senjan@gmail.com + +- Activate package + diff --git a/libqt5-qt3d.spec b/libqt5-qt3d.spec new file mode 100644 index 0000000..5c969c0 --- /dev/null +++ b/libqt5-qt3d.spec @@ -0,0 +1,671 @@ +# +# spec file for package libqt5-qt3d +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + +# Internal QML imports of examples +%global __requires_exclude qmlimport\\(Qardboard.* + +%define qt5_snapshot 1 +%define libname libQt53DCore5 +%define base_name libqt5 +%define real_version 5.15.11 +%define so_version 5.15.11 +%define tar_version qt3d-everywhere-src-%{version} +%global enable_assimp (0%{?suse_version} >= 1550) +Name: libqt5-qt3d +Version: 5.15.11+kde0 +Release: 0 +Summary: Qt 5 3D Addon +# Legal: some files are GPL-3.0-only WITH Qt-GPL-exception-1.0 +# The exception allows using these files under the license of the larger project +License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) +Group: Development/Libraries/X11 +URL: https://www.qt.io +Source: %{tar_version}.tar.xz +BuildRequires: fdupes +BuildRequires: libQt5Bootstrap-devel-static >= %{real_version} +BuildRequires: libQt5Concurrent-devel >= %{real_version} +BuildRequires: libQt5Core-private-headers-devel >= %{real_version} +BuildRequires: libQt5Gui-private-headers-devel >= %{real_version} +BuildRequires: libQt5OpenGLExtensions-devel-static >= %{real_version} +BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{real_version} +%if %{qt5_snapshot} +#to create the forwarding headers +BuildRequires: perl +%endif +BuildRequires: pkgconfig +BuildRequires: xz +%if %{enable_assimp} +BuildRequires: pkgconfig(assimp) > 3.3.1 +%endif +BuildRequires: pkgconfig(zlib) + +%description +Qt is a set of libraries for developing applications. + +Qt 3D provides functionality for near-realtime simulation +systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications. + +%prep +%autosetup -p1 -n %{tar_version} + +%package -n %{libname} +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 +# Removed in Qt3D 5.6 +Provides: libQt53dCollision5 = %{version} +Obsoletes: libQt53dCollision5 < %{version} + +%description -n %{libname} +Qt is a set of libraries for developing applications. + +Qt 3D provides functionality for near-realtime simulation +systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications. + +%package -n libQt53DInput5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DInput5 +Qt is a set of libraries for developing applications. + +The Qt 3D Input module provides classes for handling user input in +applications using Qt3D. + +%package -n libQt53DQuick5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DQuick5 +Qt is a set of libraries for developing applications. + +This package provides core Qt 3D QML types. + +%package -n libQt53DQuickRender5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 +Provides: libQt53DQuickRenderer5 = %{version} +Obsoletes: libQt53DQuickRenderer5 < %{version} + +%description -n libQt53DQuickRender5 +Qt is a set of libraries for developing applications. + +This package provides Qt 3D QML types for rendering. + +%package -n libQt53DRender5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 +Provides: libQt53DRenderer5 = %{version} +Obsoletes: libQt53DRenderer5 < %{version} + +%description -n libQt53DRender5 +Qt is a set of libraries for developing applications. + +The Qt 3D Render module contains functionality to support 2D and 3D +rendering using Qt 3D. + +%package -n libQt53DQuickInput5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DQuickInput5 +Qt is a set of libraries for developing applications. + +Qt 3D provides functionality for near-realtime simulation +systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications. + +%package -n libQt53DLogic5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DLogic5 +Qt is a set of libraries for developing applications. + +Qt 3D Logic module enables synchronizing frames with the Qt 3D +backend. + +%package -n libQt53DExtras5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DExtras5 +Qt is a set of libraries for developing applications. + +Qt 3D provides functionality for near-realtime simulation +systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications. + +%package -n libQt53DQuickExtras5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DQuickExtras5 +Qt is a set of libraries for developing applications. + +This Qt 3D module contains functionality to support near-realtime +simulation systems. + +%package -n libQt53DAnimation5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DAnimation5 +Qt is a set of libraries for developing applications. + +This Qt 3D module contains functionality to support near-realtime +simulation systems. + +%package -n libQt53DQuickAnimation5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DQuickAnimation5 +Qt is a set of libraries for developing applications. + +This Qt 3D module contains functionality to support near-realtime +simulation systems. + +%package -n libQt53DQuickScene2D5 +Summary: Qt 5 3D Addon +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n libQt53DQuickScene2D5 +Qt is a set of libraries for developing applications. + +This Qt 3D module contains functionality to support near-realtime +simulation systems. + +%package imports +Summary: Qt 5 3D Library - QML imports +Group: Development/Libraries/X11 +%requires_ge libQtQuick5 +Supplements: (%{libname} and libQtQuick5) + +%description imports +Qt is a set of libraries for developing applications. + +This Qt 3D module contains functionality to support near-realtime +simulation systems. + +%package examples +Summary: Qt5 3D examples +Group: Development/Libraries/X11 +License: BSD-3-Clause +Recommends: %{name}-devel + +%description examples +Examples for the libqt5-qt3d module. + +%package tools +Summary: Qt5 3D tools +Group: Development/Libraries/X11 +Recommends: %{name}-devel + +%description tools +Tools for libqt5-qt3d module. + +%package -n libQt53DCore-devel +Summary: Development files for the Qt 5 Core 3D library +Group: Development/Libraries/X11 +Requires: libQt53DCore5 = %{version} + +%description -n libQt53DCore-devel +Development files for the Qt 5 Core 3D library. + +%package -n libQt53DInput-devel +Summary: Development files for the Qt 5 Input 3D library +Group: Development/Libraries/X11 +Requires: libQt53DInput5 = %{version} + +%description -n libQt53DInput-devel +Development files for the Qt 5 Input 3D library. + +%package -n libQt53DQuick-devel +Summary: Development files for the Qt 5 Quick 3D library +Group: Development/Libraries/X11 +Requires: libQt53DQuick5 = %{version} + +%description -n libQt53DQuick-devel +Development files for the Qt 5 Quick 3D library. + +%package -n libQt53DQuickRender-devel +Summary: Development files for the Qt 5 QuickRenderer 3D library +Group: Development/Libraries/X11 +Requires: libQt53DQuickRender5 = %{version} +Provides: libQt53DQuickRenderer-devel = %{version} +Obsoletes: libQt53DQuickRenderer-devel < %{version} + +%description -n libQt53DQuickRender-devel +Development files for the Qt 5 QuickRenderer 3D library. + +%package -n libQt53DRender-devel +Summary: Development files for the Qt 5 Renderer 3D library +Group: Development/Libraries/X11 +# Qt53DRenderConfig.cmake requires libscene2d.so +Requires: libQt53DQuickScene2D5 = %{version} +Requires: libQt53DRender5 = %{version} +Provides: libQt53DRenderer-devel = %{version} +Obsoletes: libQt53DRenderer-devel < %{version} + +%description -n libQt53DRender-devel +Development files for the Qt 5 Renderer 3D library. + +%package -n libQt53DQuickInput-devel +Summary: Development files for the Qt 5 QuickInput 3D library +Group: Development/Libraries/X11 +Requires: libQt53DQuickInput5 = %{version} + +%description -n libQt53DQuickInput-devel +Development files for the Qt 5 Quick Input 3D library. + +%package -n libQt53DLogic-devel +Summary: Development files for the Qt 5 Logic 3D library +Group: Development/Libraries/X11 +Requires: libQt53DLogic5 = %{version} + +%description -n libQt53DLogic-devel +Development files for the Qt 5 Logic 3D library. + +%package -n libQt53DExtras-devel +Summary: Development files for the Qt 5 3D Extras libary +Group: Development/Libraries/X11 +Requires: libQt53DExtras5 = %{version} + +%description -n libQt53DExtras-devel +Development files for the Qt 5 3D Extras library. + +%package -n libQt53DAnimation-devel +Summary: Development files for the Qt 5 3D Animation library +Group: Development/Libraries/X11 +Requires: libQt53DAnimation5 = %{version} + +%description -n libQt53DAnimation-devel +Development files for the Qt 5 3D Animation library. + +%package -n libQt53DQuickAnimation-devel +Summary: Development files for the Qt 5 3D Quick Animation library +Group: Development/Libraries/X11 +Requires: libQt53DQuickAnimation5 = %{version} + +%description -n libQt53DQuickAnimation-devel +Development files for the Qt 5 3D Quick Animation library. + +%package -n libQt53DQuickScene2D-devel +Summary: Development files for the Qt 5 3D Quick Scene 2D library +Group: Development/Libraries/X11 +Requires: libQt53DQuickScene2D5 = %{version} + +%description -n libQt53DQuickScene2D-devel +Development files for the Qt 5 3D Quick Scene 2D library. + +%package -n libQt53DQuickExtras-devel +Summary: Development files for the Qt 5 3D QuickExtras library +Group: Development/Libraries/X11 +Requires: libQt53DQuickExtras5 = %{version} + +%description -n libQt53DQuickExtras-devel +Development files for the Qt 5 Logic 3D library. + +%package devel +Summary: Development files for the Qt5 3D library +Group: Development/Libraries/X11 +Requires: libQt53DAnimation-devel = %{version} +Requires: libQt53DCore-devel = %{version} +Requires: libQt53DExtras-devel = %{version} +Requires: libQt53DInput-devel = %{version} +Requires: libQt53DLogic-devel = %{version} +Requires: libQt53DQuick-devel = %{version} +Requires: libQt53DQuickAnimation-devel = %{version} +Requires: libQt53DQuickExtras-devel = %{version} +Requires: libQt53DQuickInput-devel = %{version} +Requires: libQt53DQuickRender-devel = %{version} +Requires: libQt53DQuickScene2D-devel = %{version} +Requires: libQt53DRender-devel = %{version} +# Removed in Qt3D 5.6 +Provides: libQt53dCollision-devel = %{version} +Obsoletes: libQt53dCollision-devel < %{version} + +%description devel +You need this package if you want to compile programs with qt3d. + +%package private-headers-devel +Summary: Non-ABI stable experimental API for the Qt5 3D library +Group: Development/Libraries/C and C++ +Requires: %{name}-devel = %{version} +Requires: libQt5Core-private-headers-devel >= %{real_version} +Requires: libQt5Gui-private-headers-devel >= %{real_version} +Requires: libQt5OpenGLExtensions-devel-static >= %{real_version} +Requires: libqt5-qtdeclarative-private-headers-devel >= %{real_version} +BuildArch: noarch + +%description private-headers-devel +This package provides private headers of libqt5-qt3d that are normally +not used by application development and that do not have any ABI or +API guarantees. The packages that build against these have to require +the exact Qt version. + +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig +%post -n libQt53DInput5 -p /sbin/ldconfig +%postun -n libQt53DInput5 -p /sbin/ldconfig +%post -n libQt53DQuick5 -p /sbin/ldconfig +%postun -n libQt53DQuick5 -p /sbin/ldconfig +%post -n libQt53DQuickRender5 -p /sbin/ldconfig +%postun -n libQt53DQuickRender5 -p /sbin/ldconfig +%post -n libQt53DRender5 -p /sbin/ldconfig +%postun -n libQt53DRender5 -p /sbin/ldconfig +%post -n libQt53DQuickInput5 -p /sbin/ldconfig +%postun -n libQt53DQuickInput5 -p /sbin/ldconfig +%post -n libQt53DLogic5 -p /sbin/ldconfig +%postun -n libQt53DLogic5 -p /sbin/ldconfig +%post -n libQt53DExtras5 -p /sbin/ldconfig +%postun -n libQt53DExtras5 -p /sbin/ldconfig +%post -n libQt53DAnimation5 -p /sbin/ldconfig +%postun -n libQt53DAnimation5 -p /sbin/ldconfig +%post -n libQt53DQuickAnimation5 -p /sbin/ldconfig +%postun -n libQt53DQuickAnimation5 -p /sbin/ldconfig +%post -n libQt53DQuickScene2D5 -p /sbin/ldconfig +%postun -n libQt53DQuickScene2D5 -p /sbin/ldconfig +%post -n libQt53DQuickExtras5 -p /sbin/ldconfig +%postun -n libQt53DQuickExtras5 -p /sbin/ldconfig + +%build +# -flto breaks CONFIG += resources_big (QTBUG-73834), but resources_big is needed to prevent excessive memory use +%define _lto_cflags %{nil} +%if %{qt5_snapshot} +#force the configure script to generate the forwarding headers (it checks whether .git directory exists) +mkdir .git +%endif +%qmake5 -- \ +%if %{enable_assimp} + -system-assimp \ +%else + -no-assimp \ +%endif + +%make_jobs + +%install +%qmake5_install + +# kill .la files +rm -f %{buildroot}%{_libqt5_libdir}/lib*.la + +%if %{enable_assimp} +# put all the binaries to %%_bindir and symlink them back to %%_qt5_bindir +mkdir -p %{buildroot}%{_bindir} +pushd %{buildroot}%{_libqt5_bindir} +for i in * ; do + ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i}-qt5 + ln -s %{_libqt5_bindir}/$i %{buildroot}%{_bindir}/${i} +done +popd +%endif + +%fdupes %{buildroot} + +%files -n %{libname} +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DCore.so.* + +%files -n libQt53DInput5 +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DInput.so.* + +%files -n libQt53DQuick5 +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuick.so.* + +%files -n libQt53DQuickRender5 +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickRender.so.* + +%files -n libQt53DRender5 +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DRender.so.* +%dir %{_libqt5_libdir}/qt5/plugins/sceneparsers +%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneimport.so +%{_libqt5_libdir}/qt5/plugins/sceneparsers/libgltfsceneexport.so +%if %{enable_assimp} +%{_libqt5_libdir}/qt5/plugins/sceneparsers/libassimpsceneimport.so +%endif +%dir %{_libqt5_libdir}/qt5/plugins/geometryloaders +%{_libqt5_libdir}/qt5/plugins/geometryloaders/libdefaultgeometryloader.so +%{_libqt5_libdir}/qt5/plugins/geometryloaders/libgltfgeometryloader.so +%dir %{_libqt5_libdir}/qt5/plugins/renderers +%{_libqt5_libdir}/qt5/plugins/renderers/libopenglrenderer.so + +%files -n libQt53DQuickInput5 +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickInput.so.* + +%files -n libQt53DLogic5 +%defattr(-,root,root,755) +%{_libqt5_libdir}/libQt53DLogic.so.* +%license LICENSE.* + +%files -n libQt53DExtras5 +%license LICENSE.* +%{_libqt5_libdir}/libQt53DExtras.so.* + +%files -n libQt53DAnimation5 +%license LICENSE.* +%{_libqt5_libdir}/libQt53DAnimation.so.* + +%files -n libQt53DQuickAnimation5 +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickAnimation.so.* + +%files -n libQt53DQuickScene2D5 +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickScene2D.so.* +%dir %{_libqt5_libdir}/qt5/plugins/renderplugins +%{_libqt5_libdir}/qt5/plugins/renderplugins/libscene2d.so + +%files -n libQt53DQuickExtras5 +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickExtras.so.* + +%files imports +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_archdatadir}/qml/*/ + +%files tools +%defattr(-,root,root,755) +%license LICENSE.* +%if %{enable_assimp} +%{_bindir}/qgltf +%{_bindir}/qgltf-qt5 +%{_libqt5_bindir}/qgltf +%endif + +%files examples +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_examplesdir}/ + +%files -n libQt53DCore-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DCore.so +%{_libqt5_libdir}/libQt53DCore.prl +%{_libqt5_libdir}/cmake/Qt53DCore/ +%{_libqt5_libdir}/pkgconfig/Qt53DCore.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dcore.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dcore_private.pri +%{_libqt5_includedir}/Qt3DCore/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DInput-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DInput.so +%{_libqt5_libdir}/libQt53DInput.prl +%{_libqt5_libdir}/cmake/Qt53DInput/ +%{_libqt5_libdir}/pkgconfig/Qt53DInput.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dinput.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dinput_private.pri +%{_libqt5_includedir}/Qt3DInput/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuick-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuick.so +%{_libqt5_libdir}/libQt53DQuick.prl +%{_libqt5_libdir}/cmake/Qt53DQuick/ +%{_libqt5_libdir}/pkgconfig/Qt53DQuick.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquick.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquick_private.pri +%{_libqt5_includedir}/Qt3DQuick/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuickRender-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_includedir}/Qt3DQuickRender/ +%{_libqt5_libdir}/cmake/Qt53DQuickRender/ +%{_libqt5_libdir}/libQt53DQuickRender.so +%{_libqt5_libdir}/libQt53DQuickRender.prl +%{_libqt5_libdir}/pkgconfig/Qt53DQuickRender.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickrender.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickrender_private.pri +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuickInput-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_includedir}/Qt3DQuickInput/ +%{_libqt5_libdir}/libQt53DQuickInput.so +%{_libqt5_libdir}/libQt53DQuickInput.prl +%{_libqt5_libdir}/cmake/Qt53DQuickInput/ +%{_libqt5_libdir}/pkgconfig/Qt53DQuickInput.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickinput_private.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickinput.pri +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DRender-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_includedir}/Qt3DRender/ +%{_libqt5_libdir}/cmake/Qt53DRender/ +%{_libqt5_libdir}/libQt53DRender.so +%{_libqt5_libdir}/libQt53DRender.prl +%{_libqt5_libdir}/pkgconfig/Qt53DRender.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3drender_private.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3drender.pri +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DLogic-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DLogic.so +%{_libqt5_libdir}/libQt53DLogic.prl +%{_libqt5_libdir}/cmake/Qt53DLogic/ +%{_libqt5_libdir}/pkgconfig/Qt53DLogic.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dlogic.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dlogic_private.pri +%{_libqt5_includedir}/Qt3DLogic/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DExtras-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DExtras.so +%{_libqt5_libdir}/libQt53DExtras.prl +%{_libqt5_libdir}/cmake/Qt53DExtras/ +%{_libqt5_libdir}/pkgconfig/Qt53DExtras.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dextras.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dextras_private.pri +%{_libqt5_includedir}/Qt3DExtras/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DAnimation-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DAnimation.so +%{_libqt5_libdir}/libQt53DAnimation.prl +%{_libqt5_libdir}/cmake/Qt53DAnimation/ +%{_libqt5_libdir}/pkgconfig/Qt53DAnimation.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3danimation.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3danimation_private.pri +%{_libqt5_includedir}/Qt3DAnimation/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuickAnimation-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickAnimation.so +%{_libqt5_libdir}/libQt53DQuickAnimation.prl +%{_libqt5_libdir}/cmake/Qt53DQuickAnimation/ +%{_libqt5_libdir}/pkgconfig/Qt53DQuickAnimation.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickanimation.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickanimation_private.pri +%{_libqt5_includedir}/Qt3DQuickAnimation/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuickScene2D-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickScene2D.so +%{_libqt5_libdir}/libQt53DQuickScene2D.prl +%{_libqt5_libdir}/cmake/Qt53DQuickScene2D/ +%{_libqt5_libdir}/pkgconfig/Qt53DQuickScene2D.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickscene2d.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickscene2d_private.pri +%{_libqt5_includedir}/Qt3DQuickScene2D/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files -n libQt53DQuickExtras-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_libdir}/libQt53DQuickExtras.so +%{_libqt5_libdir}/libQt53DQuickExtras.prl +%{_libqt5_libdir}/cmake/Qt53DQuickExtras/ +%{_libqt5_libdir}/pkgconfig/Qt53DQuickExtras.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickextras.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_3dquickextras_private.pri +%{_libqt5_includedir}/Qt3DQuickExtras/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files private-headers-devel +%defattr(-,root,root,755) +%license LICENSE.* +%{_libqt5_includedir}/Qt*/%{so_version}/ + +%files devel +%defattr(-,root,root,755) +%license LICENSE.* + +%changelog diff --git a/qt3d-everywhere-src-5.15.11+kde0.obscpio b/qt3d-everywhere-src-5.15.11+kde0.obscpio new file mode 100644 index 0000000..2c39b8d --- /dev/null +++ b/qt3d-everywhere-src-5.15.11+kde0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea337868d1a7414e1307cc3012bd52995b95bb482072cd6f5aeb2e40d46e29a +size 239267342 diff --git a/qt3d-everywhere-src.obsinfo b/qt3d-everywhere-src.obsinfo new file mode 100644 index 0000000..2b2049d --- /dev/null +++ b/qt3d-everywhere-src.obsinfo @@ -0,0 +1,4 @@ +name: qt3d-everywhere-src +version: 5.15.11+kde0 +mtime: 1686319710 +commit: c1f8fa2578d99e07f5e581f26bd532695b9534f9