From 4c6fa7b259e82863830f6fd216aba92234d869af8fe55383d071f70b0163460b Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Fri, 6 Sep 2024 12:06:09 +0000 Subject: [PATCH] Qt 5.15.15 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdatavis3d?expand=0&rev=24 --- .gitattributes | 23 + .gitignore | 1 + _service | 18 + _servicedata | 4 + libqt5-qtdatavis3d.changes | 535 ++++++++++++++++++ libqt5-qtdatavis3d.spec | 142 +++++ ...avis3d-everywhere-src-5.15.14+kde0.obscpio | 3 + ...avis3d-everywhere-src-5.15.15+kde0.obscpio | 3 + qtdatavis3d-everywhere-src.obsinfo | 4 + 9 files changed, 733 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _servicedata create mode 100644 libqt5-qtdatavis3d.changes create mode 100644 libqt5-qtdatavis3d.spec create mode 100644 qtdatavis3d-everywhere-src-5.15.14+kde0.obscpio create mode 100644 qtdatavis3d-everywhere-src-5.15.15+kde0.obscpio create mode 100644 qtdatavis3d-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/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..c87a779 --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + enable + 5.15.15+kde@TAG_OFFSET@ + https://invent.kde.org/qt/qt/qtdatavis3d.git + git + qtdatavis3d-everywhere-src + kde/5.15 + v5.15.15-lts-lgpl + enable + + + + + *.tar + xz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..53c5254 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://invent.kde.org/qt/qt/qtdatavis3d.git + e5c03e4431eed6c4654c20fb2d2a20485cff522d \ No newline at end of file diff --git a/libqt5-qtdatavis3d.changes b/libqt5-qtdatavis3d.changes new file mode 100644 index 0000000..1beeabd --- /dev/null +++ b/libqt5-qtdatavis3d.changes @@ -0,0 +1,535 @@ +------------------------------------------------------------------- +Wed Sep 4 20:02:08 UTC 2024 - Fabian Vogt + +- Update to version 5.15.15+kde0, rebased upstream: + * Bump version to 5.15.15 + +------------------------------------------------------------------- +Wed May 29 06:25:48 UTC 2024 - Fabian Vogt + +- Update to version 5.15.14+kde0, rebased upstream: + * Bump version to 5.15.14 + +------------------------------------------------------------------- +Tue Mar 19 09:55:40 UTC 2024 - Fabian Vogt + +- Update to version 5.15.13+kde0, rebased upstream: + * Bump version to 5.15.13 + +------------------------------------------------------------------- +Fri Dec 29 13:13:31 UTC 2023 - Fabian Vogt + +- Update to version 5.15.12+kde0, rebased upstream: + * Bump version to 5.15.12 + +------------------------------------------------------------------- +Fri Oct 6 06:36:26 UTC 2023 - Fabian Vogt + +- Update to version 5.15.11+kde0, rebased upstream: + * No code changes + +------------------------------------------------------------------- +Tue Jun 13 12:58:36 UTC 2023 - Fabian Vogt + +- Update to version 5.15.10+kde0, rebased upstream: + * Show CMake, qmake information in C++ class documentation + +------------------------------------------------------------------- +Fri Apr 21 09:54:55 UTC 2023 - Fabian Vogt + +- Update to version 5.15.8+kde4, rebased upstream: + * Fix autotest failure + * Use signalspy instead of processevents + +------------------------------------------------------------------- +Mon Jan 9 09:17:41 UTC 2023 - Fabian Vogt + +- Update to version 5.15.8+kde0, rebased upstream: + * Fix tst_proxy::multiMatch autotest + +------------------------------------------------------------------- +Thu Nov 3 08:51:30 UTC 2022 - Fabian Vogt + +- Update to version 5.15.7+kde0, rebased upstream: + * Fix: QAbstract3DGraph orthoProjection docs + +------------------------------------------------------------------- +Mon Sep 26 10:33:04 UTC 2022 - Fabian Vogt + +- Update to version 5.15.6+kde0, rebased upstream: + * Fix bargraph labels face wrong direction + * Fix Q3DScatter memory leak + +------------------------------------------------------------------- +Mon Jun 27 13:09:20 UTC 2022 - Fabian Vogt + +- Update to version 5.15.5+kde0, rebased upstream: + * Fix QML theme showing totally dark + * Revert "Update commercial license headers" + * QSurfaceDataProxy: Fix crashes adding the first row of data + * Update commercial license headers +- Drop 0001-Revert-Bump-version.patch, it's versioned correctly now + +------------------------------------------------------------------- +Tue Jun 22 19:38:51 UTC 2021 - Fabian Vogt + +- Switch to KDE's maintenance branch +- Update to version 5.15.2+kde2: + * Add changes file for Qt 5.15.2 + * Bump version +- Add patch to reset version to 5.15.2: + * 0001-Revert-Bump-version.patch + +------------------------------------------------------------------- +Sat Jan 16 16:25:01 UTC 2021 - Fabian Vogt + +- Add compatibility with qml-autoreqprov + +------------------------------------------------------------------- +Fri Nov 20 12:08:47 UTC 2020 - Fabian Vogt + +- Update to 5.15.2: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.15.2/?h=5.15.2 + +------------------------------------------------------------------- +Thu Sep 10 07:57:03 UTC 2020 - Fabian Vogt + +- Update to 5.15.1: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.15.1/?h=5.15.1 + +------------------------------------------------------------------- +Tue May 26 09:48:44 UTC 2020 - Callum Farmer + +- Update to version 5.15.0: + * No changelog available + +------------------------------------------------------------------- +Wed May 20 16:07:12 UTC 2020 - Callum Farmer + +- Update to 5.15.0-rc2: + * No changelog available + +------------------------------------------------------------------- +Wed May 6 11:26:45 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/qtdatavis3d.git/plain/dist/changes-5.15.0/?h=5.15.0 + +------------------------------------------------------------------- +Fri Apr 24 07:11:07 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta4: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Apr 14 06:47:23 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Mar 24 12:13:32 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Fri Feb 28 09:58:45 UTC 2020 - Fabian Vogt + +- Update to 5.15.0-beta1: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Feb 19 10:16:18 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 + +------------------------------------------------------------------- +Mon Jan 27 13:14:10 UTC 2020 - Fabian Vogt + +- Update to 5.14.1: + * New bugfix release + * For more details please see: + http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.14.1/?h=v5.14.1 + +------------------------------------------------------------------- +Tue Dec 17 09:55:59 UTC 2019 - Christophe Giboudeaux + +- Update the license tags. + +------------------------------------------------------------------- +Thu Dec 12 12:41:12 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/qtdatavis3d.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/qtdatavis3d.git/tree/dist/changes-5.13.2?h=v5.14.0 + +------------------------------------------------------------------- +Wed Dec 4 14:37:35 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:51 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Oct 24 13:22:29 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 15 12:34:23 UTC 2019 - Fabian Vogt + +- Update to 5.14.0-beta1: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Mon Sep 30 13:29:59 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 + +------------------------------------------------------------------- +Fri Sep 6 08:03:32 UTC 2019 - Fabian Vogt + +- Update to 5.13.1: + * New bugfix release + * For more details please see: + * http://code.qt.io/cgit/qt/qtdatavis3d.git/plain/dist/changes-5.13.1/?h=v5.13.1 + +------------------------------------------------------------------- +Wed Jun 19 11:19:31 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/qtdatavis3d.git/plain/dist/changes-5.13.0/?h=5.13 + +------------------------------------------------------------------- +Tue Jun 4 07:24:22 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-rc: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Mon Apr 29 09:16:14 UTC 2019 - fabian@ritter-vogt.de + +- Update to 5.13.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Apr 18 07:26:46 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/qtdatavis3d.git/plain/dist/changes-5.12.3/?h=v5.12.3 + +------------------------------------------------------------------- +Thu Mar 21 10:24:47 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/qtdatavis3d.git/plain/dist/changes-5.13.0/?h=5.13 + +------------------------------------------------------------------- +Thu Mar 14 08:47:58 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/qtdatavis3d.git/plain/dist/changes-5.12.2/?h=5.12.2 + +------------------------------------------------------------------- +Fri Feb 1 08:39:38 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/qtdatavis3d.git/plain/dist/changes-5.12.1/?h=v5.12.1 + +------------------------------------------------------------------- +Wed Dec 19 11:49:53 UTC 2018 - Fabian Vogt + +- Use %license +- Remove empty libqt5-qtdatavis3d package + +------------------------------------------------------------------- +Thu Dec 6 13:35:25 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/qtdatavis3d.git/plain/dist/changes-5.12.0/?h=v5.12.0 + +------------------------------------------------------------------- +Mon Dec 3 08:16:23 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/qtdatavis3d.git/plain/dist/changes-5.12.0/?h=5.12.0 + +------------------------------------------------------------------- +Thu Nov 22 13:38:55 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-rc: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Nov 8 15:24:27 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta4: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Fri Oct 26 07:20:22 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta3: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Oct 17 08:22:29 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta2: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Fri Oct 5 18:55:54 UTC 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0-beta1: + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Tue Oct 2 07:33:18 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:49 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/qtdatavis3d.git/plain/dist/changes-5.11.2/?h=v5.11.2 + +------------------------------------------------------------------- +Tue Jun 19 10:49:53 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/qtdatavis3d.git/plain/dist/changes-5.11.1/?h=v5.11.1 + +------------------------------------------------------------------- +Tue May 22 15:12:43 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/qtdatavis3d.git/plain/dist/changes-5.11.0/?h=v5.11.0 + +------------------------------------------------------------------- +Tue May 8 10:59:13 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-rc + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Mon Apr 23 08:55:17 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta4 + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Apr 11 09:13:37 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta3 + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Wed Mar 28 09:17:10 CEST 2018 - fabian@ritter-vogt.de + +- Update to 5.11.0-beta2 + * New bugfix release + * No changelog available + +------------------------------------------------------------------- +Thu Mar 1 09:54:48 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/qtdatavis3d.git/plain/dist/changes-5.11.0-beta1/?h=v5.11.0-beta1 + +------------------------------------------------------------------- +Tue Feb 20 14:28:00 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:22 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/qtdatavis3d.git/plain/dist/changes-5.10.1/?h=v5.10.1 + +------------------------------------------------------------------- +Thu Dec 7 12:18:06 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 final + * New bugfix release + +------------------------------------------------------------------- +Sun Dec 3 14:12:48 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 2 + * New bugfix release + +------------------------------------------------------------------- +Thu Nov 30 09:47:12 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10.0 RC 1 + * New bugfix release + +------------------------------------------------------------------- +Sat Nov 25 12:46:34 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.9.3 + * New bugfix release + * For more details, see: + http://code.qt.io/cgit/qt/qtdatavis3d.git/tree/dist/changes-5.9.3/?h=v5.9.3 + +------------------------------------------------------------------- +Wed Nov 15 11:41:44 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 4 +- Contains bugfixes + +------------------------------------------------------------------- +Thu Nov 2 07:22:19 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 3 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 30 16:19:22 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.10 Beta 2 +- Contains bugfixes + +------------------------------------------------------------------- +Mon Oct 9 16:17:22 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:57:06 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 +- For more information visit: + https://blog.qt.io/blog/2017/09/13/qt-5-10-alpha-released/ + +------------------------------------------------------------------- +Tue Jul 4 07:33:18 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.9.1 + * For more details please see: + http://blog.qt.io/blog/2017/06/30/qt-5-9-1-released/ + +------------------------------------------------------------------- +Wed May 31 07:05:08 UTC 2017 - fabian@ritter-vogt.de + +- Update to 5.9.0 final + +------------------------------------------------------------------- +Mon May 29 17:49:52 UTC 2017 - fabian@ritter-vogt.de + +- Drop -docs subackage, part of libqt5-qtdoc + +------------------------------------------------------------------- +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 + +------------------------------------------------------------------- +Wed Dec 28 23:11:07 UTC 2016 - jengelh@inai.de + +- RPM group fixup and summary improvement. + +------------------------------------------------------------------- +Wed Dec 14 16:05:46 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/ + +------------------------------------------------------------------- +Fri Jul 29 04:46:56 UTC 2016 - termim@gmail.com + +- initial checkin + diff --git a/libqt5-qtdatavis3d.spec b/libqt5-qtdatavis3d.spec new file mode 100644 index 0000000..59ad907 --- /dev/null +++ b/libqt5-qtdatavis3d.spec @@ -0,0 +1,142 @@ +# +# spec file for package libqt5-qtdatavis3d +# +# Copyright (c) 2021 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 import of examples +%global __requires_exclude qmlimport\\(CustomFormatter.* + +%define qt5_snapshot 1 +%define libname libQt5DataVisualization5 +%define base_name libqt5 +%define real_version 5.15.15 +%define so_version 5.15.15 +%define tar_version qtdatavis3d-everywhere-src-%{version} +Name: libqt5-qtdatavis3d +Version: 5.15.15+kde0 +Release: 0 +Summary: Qt5 Data Visualization 3D +License: GPL-3.0-or-later +Group: Development/Libraries/X11 +URL: https://doc.qt.io/qt-5/qtdatavisualization-index.html +Source: %{tar_version}.tar.xz +BuildRequires: fdupes +BuildRequires: libqt5-qtdeclarative-devel >= %{real_version} +%if %{qt5_snapshot} +#to create the forwarding headers +BuildRequires: perl +%endif +BuildRequires: xz +%requires_ge libQtQuick5 + +%description +Qt5 Data Visualization module provides a way to visualize data in 3D. + + * Multiple data visualization options: 3D Bars, 3D Scatter, and 3D Surface + * 2D slice views of the 3D data + * Interactive data: rotate, zoom, and highlight data using mouse or touch + * Uses OpenGL for rendering the data + * QML2 support + * Customizable axes for data + - Control viewable data window with axis ranges + - Customize value axis grid lines and labels with axis formatters + - Polar horizontal axes support for surface and scatter graphs + * Customizable input handling + * Customizable themes + * Custom items and labels can be added to any graph + * Ready-made data proxies to visualize data from Qt item models and height maps + * Perspective and orthographic projections + * Volumetric custom items + +%prep +%autosetup -p1 -n %{tar_version} + +%package -n %{libname} +Summary: Qt5 Data Visualization module +Group: System/Libraries +%requires_ge libQt5Core5 + +%description -n %{libname} +Qt Data Visualization module provides a way to visualize data in 3D. + +This package contains a shared library for the QtDataVisualization. + +%package -n %{libname}-devel +Summary: Development files for the Qt5 Data Visualization module +Group: Development/Libraries/X11 +Requires: %{libname} = %{version} + +%description -n %{libname}-devel +This package provides header files and shared libraries for development with +Qt Data Visualization. + +%package examples +Summary: Examples for the Qt5 Data Visualization module +Group: Development/Libraries/X11 +Recommends: %{libname}-devel + +%description examples +This package provides examples for Qt 5 Data Visualization module. + +%package imports +Summary: QML imports for the Qt5 Data Visualization module +Group: Development/Libraries/X11 +%requires_ge libDataVisualization5 +Supplements: (%{libname} and libDataVisualization5) + +%description imports +This package contains QML import files for Qt5 Data Visualization module. + +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig + +%build +%if %{qt5_snapshot} +#force the configure script to generate the forwarding headers (it checks whether .git directory exists) +mkdir .git +%endif +%qmake5 +%make_jobs + +%install +%qmake5_install +%fdupes %{buildroot}/%{_libqt5_examplesdir} + +# kill .la files +rm -f %{buildroot}%{_libqt5_libdir}/lib*.la + +%files -n %{libname} +%license LICENSE.* +%{_libqt5_libdir}/libQt5DataVisualization.so.* + +%files -n %{libname}-devel +%{_libqt5_libdir}/libQt5DataVisualization.so +%{_libqt5_libdir}/libQt5DataVisualization.prl +%{_libqt5_libdir}/cmake/Qt5DataVisualization/ +%{_libqt5_libdir}/pkgconfig/Qt5DataVisualization.pc +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_datavisualization.pri +%{_libqt5_archdatadir}/mkspecs/modules/qt_lib_datavisualization_private.pri +%{_libqt5_includedir}/QtDataVisualization/ +%exclude %{_libqt5_includedir}/Qt*/%{so_version}/ + +%files examples +%license examples/datavisualization/texturesurface/license.txt +%{_libqt5_examplesdir}/ + +%files imports +%{_libqt5_archdatadir}/qml/*/ + +%changelog diff --git a/qtdatavis3d-everywhere-src-5.15.14+kde0.obscpio b/qtdatavis3d-everywhere-src-5.15.14+kde0.obscpio new file mode 100644 index 0000000..312d0bd --- /dev/null +++ b/qtdatavis3d-everywhere-src-5.15.14+kde0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91ba240febea69c20daba120fe657500586267787bc8c265e136e8d72787aea +size 19775501 diff --git a/qtdatavis3d-everywhere-src-5.15.15+kde0.obscpio b/qtdatavis3d-everywhere-src-5.15.15+kde0.obscpio new file mode 100644 index 0000000..0639c9f --- /dev/null +++ b/qtdatavis3d-everywhere-src-5.15.15+kde0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c20b2bf6c864f84162da39520a8d7826d2392e3a46e89bc721dd24df9c1466 +size 19775501 diff --git a/qtdatavis3d-everywhere-src.obsinfo b/qtdatavis3d-everywhere-src.obsinfo new file mode 100644 index 0000000..0fd5630 --- /dev/null +++ b/qtdatavis3d-everywhere-src.obsinfo @@ -0,0 +1,4 @@ +name: qtdatavis3d-everywhere-src +version: 5.15.15+kde0 +mtime: 1721730352 +commit: e5c03e4431eed6c4654c20fb2d2a20485cff522d