[arch-commits] Commit in qt6-3d/repos (3 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 6 17:17:51 UTC 2021


    Date: Tuesday, July 6, 2021 @ 17:17:51
  Author: arojas
Revision: 419025

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt6-3d/repos/kde-unstable-x86_64/
  qt6-3d/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 419024, qt6-3d/kde-unstable/PKGBUILD)
  qt6-3d/repos/kde-unstable-x86_64/qt6-3d-gcc11.patch
    (from rev 419024, qt6-3d/kde-unstable/qt6-3d-gcc11.patch)

--------------------+
 PKGBUILD           |   31 +++++++++++++++++++++++++++++++
 qt6-3d-gcc11.patch |   23 +++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: qt6-3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 419024, qt6-3d/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2021-07-06 17:17:51 UTC (rev 419025)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt6-3d
+_qtver=6.2.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='C++ and QML APIs for easy inclusion of 3D graphics'
+depends=(qt6-base)
+makedepends=(cmake qt6-declarative qt6-shadertools vulkan-headers) # assimp
+optdepends=('qt6-shadertools: RHI renderer' 'qt6-declarative: QML bindings')
+groups=(qt6)
+_pkgfn="${pkgname/6-/}-everywhere-src-$_qtver"
+source=(https://download.qt.io/development_releases/qt/${pkgver%.*}/$_qtver/submodules/$_pkgfn.tar.xz)
+sha256sums=('5ed29719a32889b7a637e2c56dcd06b4029f31c6d18cd53ea179400baa1c609d')
+
+build() {
+  cmake -B build -S $_pkgfn
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt6-base "$pkgdir"/usr/share/licenses/$pkgname
+}

Copied: qt6-3d/repos/kde-unstable-x86_64/qt6-3d-gcc11.patch (from rev 419024, qt6-3d/kde-unstable/qt6-3d-gcc11.patch)
===================================================================
--- kde-unstable-x86_64/qt6-3d-gcc11.patch	                        (rev 0)
+++ kde-unstable-x86_64/qt6-3d-gcc11.patch	2021-07-06 17:17:51 UTC (rev 419025)
@@ -0,0 +1,23 @@
+diff -ru qt3d-everywhere-src-6.1.1.orig/src/3rdparty/assimp/src/include/assimp/Importer.hpp qt3d-everywhere-src-6.1.1/src/3rdparty/assimp/src/include/assimp/Importer.hpp
+--- qt3d-everywhere-src-6.1.1.orig/src/3rdparty/assimp/src/include/assimp/Importer.hpp	2021-06-07 08:29:23.902950055 +0000
++++ qt3d-everywhere-src-6.1.1/src/3rdparty/assimp/src/include/assimp/Importer.hpp	2021-06-07 08:30:51.924838527 +0000
+@@ -59,6 +59,8 @@
+ // Public ASSIMP data structures
+ #include <assimp/types.h>
+ 
++#include <exception>
++
+ namespace Assimp {
+ // =======================================================================
+ // Public interface to Assimp
+diff -ru qt3d-everywhere-src-6.1.1.orig/src/3rdparty/assimp/src/code/Common/Importer.h qt3d-everywhere-src-6.1.1/src/3rdparty/assimp/src/code/Common/Importer.h
+--- qt3d-everywhere-src-6.1.1.orig/src/3rdparty/assimp/src/code/Common/Importer.h	2021-06-07 08:34:37.598230479 +0000
++++ qt3d-everywhere-src-6.1.1/src/3rdparty/assimp/src/code/Common/Importer.h	2021-06-07 08:35:11.893602448 +0000
+@@ -47,6 +47,7 @@
+ #include <map>
+ #include <vector>
+ #include <string>
++#include <exception>
+ #include <assimp/matrix4x4.h>
+ 
+ struct aiScene;




More information about the arch-commits mailing list