aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-quicktimeline
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Only define USE_LDCONFIG in devel/qt5-coreTobias C. Berner2020-11-211-1/+1
| | | | | | | | | | | | | | All the qt5-ports share the same library directory. devel/qt5-core is dependet on by all others. So there is no need to add identical entries to libdata/ldconfig, and restart the ldconfig service on every pkg change of those ports. Reported by: bapt Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27224 Notes: svn path=/head/; revision=556007
* x11-toolkits/qt5-quick3d, x11-toolkits/qt5-quicktimeline: add debug-plist ↵Tobias C. Berner2020-08-231-0/+1
| | | | | | | support Notes: svn path=/head/; revision=545815
* [NEW PORTS] x11-toolkits/qt5-quick3d and x11-toolkits/qt5-quicktimelineLoïc Bartoletti2020-08-203-0/+26
Add QtQuick3D and QtQuick Timeline. QtQuick3D Description from Qt [1]: Qt Quick 3D provides a high-level API for creating 3D content or UIs based on Qt Quick. Rather than using an external engine which creates syncing issues, and additional layers of abstraction, we provide extensions to the existing Qt Quick scenegraph for spatial content, and a renderer for that extended scenegraph. When using the Spatial scenegraph it is also be possible to mix Qt Quick 2D content with 3D content. QtQuick Timeline Description from Qt [2]: The Qt Quick Timeline module enables keyframe-based animations and parameterization. This module is directly supported by Qt Design Studio and Qt Quick Designer, with a timeline editor to create keyframe-based animations. [1] https://doc.qt.io/qt-5/qtquick3d-index.html [2] https://doc.qt.io/qt-5/qtquicktimeline-index.html Approved by: tcberner and swills (mentors) Differential Revision: https://reviews.freebsd.org/D25762 Notes: svn path=/head/; revision=545533