summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2019-07-27 18:06:20 +0200
committerTreeve Jelbert2019-07-27 18:06:20 +0200
commit8321614fc7345a78e159851d0b60cee024bd96d1 (patch)
treeca37bf8beded2f9fbe86c06a61822ead89aaff0a
parenta33d773bc41503e74570ef6bc73fd79e5b8e1d84 (diff)
qtlottie-5.13.0
-rw-r--r--ChangeLog3
-rwxr-xr-xqt5/qtlottie/DEPENDS3
-rwxr-xr-xqt5/qtlottie/DETAILS17
-rw-r--r--qt5/qtlottie/HISTORY4
4 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cfc323b55a..17ec701809 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-07-27 Treeve Jelbert <treeve@sourcemage.org>
+ * qt5/qtlottie: added, animation player
+
2019-07-14 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* graphics-libs/opencsg: new spell, a CSG library
* science/cgal: new spell, the computational geometry algorithms
diff --git a/qt5/qtlottie/DEPENDS b/qt5/qtlottie/DEPENDS
new file mode 100755
index 0000000000..b52275cf1c
--- /dev/null
+++ b/qt5/qtlottie/DEPENDS
@@ -0,0 +1,3 @@
+depends -sub CXX gcc &&
+depends qtbase &&
+depends qtdeclarative
diff --git a/qt5/qtlottie/DETAILS b/qt5/qtlottie/DETAILS
new file mode 100755
index 0000000000..fe155d9289
--- /dev/null
+++ b/qt5/qtlottie/DETAILS
@@ -0,0 +1,17 @@
+QT_URL=https://download.qt.io/official_releases/
+ SPELL=qtlottie
+ SPELLX=$SPELL-everywhere-src
+ VERSION=5.13.0
+ SOURCE_HASH=sha512:1465dd814860ca81af0a3359962dd69a0f0a95a7e3e1d66aae2d492f016dd518834b24ef0c5894a18748385c918db4fb155b3181e99738d0e049a3f985961ec1
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=https://qt-project.org
+ ENTERED=20120901
+ LICENSE[0]=LGPL
+ KEYWORDS="qt5 x11 libs"
+ SHORT="player software for json-based 2d vector graphics animations"
+cat << EOF
+Lottie is a family of player software for a certain json-based file format for describing 2d vector graphics animations.
+These files are created/exported directly from After Effects by a plugin called Bodymovin
+EOF
diff --git a/qt5/qtlottie/HISTORY b/qt5/qtlottie/HISTORY
new file mode 100644
index 0000000000..8c87c86790
--- /dev/null
+++ b/qt5/qtlottie/HISTORY
@@ -0,0 +1,4 @@
+2019-07-27 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.13.0
+ spell created
+