dust3d: update to 1.1.6.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
--- a/src/texturegenerator.h 2019-07-11 15:02:38.000000000 +0200
|
||||
+++ b/src/texturegenerator.h 2020-09-01 01:01:14.662510375 +0200
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <vector>
|
||||
#include <QImage>
|
||||
#include <QColor>
|
||||
+#include <QPainterPath>
|
||||
#include "outcome.h"
|
||||
#include "meshloader.h"
|
||||
#include "snapshot.h"
|
||||
@@ -1,12 +1,30 @@
|
||||
--- a/thirdparty/fbx/src/fbxnode.h
|
||||
+++ b/thirdparty/fbx/src/fbxnode.h
|
||||
@@ -2,6 +2,9 @@
|
||||
#define FBXNODE_H
|
||||
|
||||
#include "fbxproperty.h"
|
||||
--- a/application/third_party/fbx/src/fbxproperty.h
|
||||
+++ b/application/third_party/fbx/src/fbxproperty.h
|
||||
@@ -4,6 +4,7 @@
|
||||
#include <memory>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
+#include <cstdint>
|
||||
+#include <vector>
|
||||
+#include <string>
|
||||
|
||||
namespace fbx {
|
||||
|
||||
--- a/dust3d/base/ds3_file.h
|
||||
+++ b/dust3d/base/ds3_file.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <cstdint>
|
||||
|
||||
namespace dust3d {
|
||||
|
||||
--- a/dust3d/mesh/solid_mesh_boolean_operation.h
|
||||
+++ b/dust3d/mesh/solid_mesh_boolean_operation.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <dust3d/base/position_key.h>
|
||||
#include <dust3d/base/vector3.h>
|
||||
#include <dust3d/mesh/solid_mesh.h>
|
||||
+#include <cstdint>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# Template file for 'dust3d'
|
||||
pkgname=dust3d
|
||||
version=1.0.0b21
|
||||
version=1.1.6
|
||||
revision=1
|
||||
_version="${version/b/-beta.}"
|
||||
build_style=qmake
|
||||
build_wrksrc="application"
|
||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||
makedepends="qt5-devel cgal-devel"
|
||||
makedepends="qt5-devel qt5-svg-devel qt5-multimedia-devel cgal-devel"
|
||||
short_desc="3D Modeling software"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://dust3d.org/"
|
||||
distfiles="https://github.com/huxingyi/dust3d/archive/${_version}.tar.gz"
|
||||
checksum=7c29e1153e6b568459ab8a8fadbec3398a43b5d60f295018c3f0cdcad2d2b4b1
|
||||
distfiles="https://github.com/huxingyi/dust3d/archive/${version}.tar.gz"
|
||||
checksum=3262ab442f9080f2d61475cb265855f82b1b51d776f17f457b13f7bc47e22655
|
||||
|
||||
do_install() {
|
||||
vbin dust3d
|
||||
vlicense LICENSE
|
||||
vlicense ${wrksrc}/LICENSE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user