summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-07-22 13:08:53 +0200
committerTreeve Jelbert2015-07-22 13:08:53 +0200
commitb26d33d81cb428d67c4907b11636c26c14ddb8d8 (patch)
treed61bfcc1a7f5ca51c03d2ecaf6bac5d29adf649c
parent810aeaa920ea0556b32a59eb6ccddb7d3d015411 (diff)
qt3d-5.5.0
-rw-r--r--ChangeLog3
-rwxr-xr-xqt5/qt3d/DEPENDS5
-rwxr-xr-xqt5/qt3d/DETAILS16
-rw-r--r--qt5/qt3d/HISTORY3
4 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62082d423d..350c923444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-07-22 Treeve Jelbert <treeve@sourcemage.org>
+ * qt5/qt3d: new spell, 3d drawing for qt5
+
2015-07-21 Vlad Glagolev <stealth@sourcemage.org>
* utils/rlfe: new spell, readline front-end processor
diff --git a/qt5/qt3d/DEPENDS b/qt5/qt3d/DEPENDS
new file mode 100755
index 0000000000..0b76929b2c
--- /dev/null
+++ b/qt5/qt3d/DEPENDS
@@ -0,0 +1,5 @@
+depends -sub CXX gcc &&
+depends -sub OPENGL qtbase &&
+depends qtxmlpatterns &&
+depends qtdeclarative &&
+depends qtimageformats
diff --git a/qt5/qt3d/DETAILS b/qt5/qt3d/DETAILS
new file mode 100755
index 0000000000..78d6d821a5
--- /dev/null
+++ b/qt5/qt3d/DETAILS
@@ -0,0 +1,16 @@
+QT_URL=http://download.qt.io/official_releases/
+ SPELL=qt3d
+ SPELLX=$SPELL-opensource-src
+ VERSION=5.5.0
+ SOURCE_HASH=sha512:771839273ba4ccbec3b9491fa052ce902355540d26325dc641c2414b395a3b590fe12a63ec78a5335e2a52dc75994dbf357e3a31642f2980889abc7682692a7e
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://qt-project.org
+ ENTERED=20150722
+ LICENSE[0]=LGPL
+ KEYWORDS="qt5 x11 libs"
+ SHORT="3D support for qt5"
+cat << EOF
+3D support for qt5
+EOF
diff --git a/qt5/qt3d/HISTORY b/qt5/qt3d/HISTORY
new file mode 100644
index 0000000000..ffb3871a2b
--- /dev/null
+++ b/qt5/qt3d/HISTORY
@@ -0,0 +1,3 @@
+2015-07-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.5.0
+ new spell, for modular qt