non port: x11-toolkits/qt5-quick3d/Makefile |
SVNWeb
|
Number of commits found: 12 |
Mon, 10 Apr 2023
|
[ 09:59 Jan Beich (jbeich) ] ad22fdf
x11-toolkits/qt5-quick3d: unbreak after 020693c166d1
Project MESSAGE: perl -w /usr/local/lib/qt5/bin/syncqt.pl -module QtQuick3DUtils
-version 5.15.8 -outdir
/wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
-builddir
/wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
/wrkdirs/usr/ports/x11-toolkits/qt5-quick3d/work/kde-qtquick3d-5.15.8p1
sh: perl: not found
PR: 266007
Reported by: antoine (via exp-run)
|
Thu, 29 Dec 2022
|
[ 11:52 Tobias C. Berner (tcberner) ] 3aeb8b7 (Only the first 10 of 95 ports in this commit are shown above. )
Qt5: Update Qt 5 to 5.15.7
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11
Exp-run by: antoine
PR: 268533
|
Sun, 11 Sep 2022
|
[ 10:20 Felix Palmen (zirias) ] ddae4e9 (Only the first 10 of 1105 ports in this commit are shown above. )
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 19:34 Yuri Victorovich (yuri) ] 249f65e
multimedia/assimp: Update 5.1.5 -> 5.2.4
Also:
* simplify test-related code
* add workaround for minizip-related build breakage in new versions
|
Sun, 2 Jan 2022
|
[ 08:47 Tobias C. Berner (tcberner) ] 6b3bece (Only the first 10 of 152 ports in this commit are shown above. )
Qt: Switch Qt5 to use KDE's Qt patch collection
From [1]
What's this?
This is a set of git repositories based on the last public
commits available for Qt 5.15 branches with a curated collection
of patches on top to ensure open source products can be used
comfortably until users transition to their Qt 6-based ports.
Which patches does it include?
This collection of patches includes patches that fix at least
one of the following:
(Only the first 15 lines of the commit message are shown above )
|
Sat, 18 Dec 2021
|
[ 17:35 Tobias C. Berner (tcberner) ] b452cf3
x11-toolkits/qt5-quick3d: switch to use bundled assimp
Quick3d is at the moment not compatible with assimp-5.1.0. In poudriere,
due to assimp not being available, the port was already built with the
bundled assimp version.
For builds in a non-clean-room environment, explitely specify, that we
want the bundled one too.
PR: 260355
Reported by: Bertrand Petit <bsdpr@phoe.frmug.org>
|
Sun, 4 Jul 2021
|
[ 16:55 Loïc Bartoletti (lbartoletti) ] be86c4f (Only the first 10 of 49 ports in this commit are shown above. )
misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.
We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 21 Nov 2020
|
[ 18:18 tcberner ] (Only the first 10 of 44 ports in this commit are shown above. )
Only define USE_LDCONFIG in devel/qt5-core
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
|
Thu, 20 Aug 2020
|
[ 12:37 lbartoletti ] (Only the first 10 of 12 ports in this commit are shown above. )
[NEW PORTS] x11-toolkits/qt5-quick3d and x11-toolkits/qt5-quicktimeline
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
|
Number of commits found: 12 |