non port: games/gcompris-qt/Makefile |
SVNWeb
|
Number of commits found: 27 |
Thu, 12 May 2022
|
[ 09:55 Adriaan de Groot (adridg) ] 0126809
games/gcompris-qt: add runtime dependency on Qt5 imageformats
It (Qt5 imageformat) is not needed for the build, but is loaded at
runtime for some of the images / movies in the game. Reported
on the KDE distributions@ list.
|
Wed, 13 Apr 2022
|
[ 10:23 Tobias C. Berner (tcberner) ] 6cb446c
games/gcompris-qt: update to 2.4
From [1]:
Today we are releasing GCompris version 2.4.
We optimized the size of all the packages for all platforms and of the
external word images set (~30% smaller).
If you disabled the automatic download and want to have the full images
set, you should go to the configuration and click on "Download full word
image set".
The text "Full word image set is installed" is displayed below when you
have the latest version.
(Only the first 15 lines of the commit message are shown above )
|
Sun, 27 Feb 2022
|
[ 18:08 Adriaan de Groot (adridg) ] 9aaa089
games/gcompris-qt: update to 2.3, latest upstream
There was a bug that broke 3 activities, this is an upstream
quick-fix release with notes at:
https://gcompris.net/news/2022-02-27-en.html
|
Fri, 25 Feb 2022
|
[ 06:49 Tobias C. Berner (tcberner) ] ef80098
games/gcompris-qt: update to 2.2
This is a maintenance release, so every GNU/Linux distribution shipping
2.0 or 2.1 should update to 2.2.
Here is a summary of included changes:
* New images and lot of little issues fixed in Watercycle and
Renewable energy activities.
* New images in Tangram activity.
* Better letter ordering in the virtual keyboard (follows the locale
set in GCompris).
* Fix a crash on Android when starting Balancebox activity.
* Many other little fixes and improvements.
On the translation side:
* Russian translation has been completed.
* New voices added for Norwegian Nynorsk (all except the introduction
voices).
Announcement:
https://gcompris.net/index-en.html#2022-02-24
|
Fri, 21 Jan 2022
|
[ 23:16 Adriaan de Groot (adridg) ] 9925ead
games/gcompris-qt: update to 2.1, latest upstream
Release notes are at
https://gcompris.net/news/2022-01-21-en.html
Cool things I spotted: Breton translation!
|
Fri, 17 Dec 2021
|
[ 13:10 Adriaan de Groot (adridg) ] 759125c
games/gcompris-qt: update to 2.0 release
Release announcement at
https://dot.kde.org/2021/12/17/gcompris-releases-version-20
there's a dozen new activities.
|
Sun, 11 Jul 2021
|
[ 18:53 Adriaan de Groot (adridg) ] ffde39a
games/gcompris-qt: fix build due to missing build-deps
|
Tue, 11 May 2021
|
[ 17:29 Tobias Kortkamp (tobik) ] 7f2c2f7
Clean up some things
- Fix typos
Reported by: portscan
|
Sun, 9 May 2021
|
[ 11:09 Max Brazhnikov (makc) ] 79dc0807
games/gcompris-qt: update to 1.1
This is a bug fix release. Changes:
- Graphics have been updated for 21 activities.
- The GCompris executable has been relicenced to AGPLv3 due to
a dependency of analog electricity.
|
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.
|
Sun, 22 Nov 2020
|
[ 17:20 tcberner ]
games/gcompris-qt: update to 1.0
To celebrate the 20 years of GCompris, we are pleased to announce the release
of GCompris version 1.0.
This new version contains a new major feature: the addition of the Activity
Settings menu with Dataset selection for more than 50 activities, allowing to
choose more specifically what can be learned on the activities.
Announcement:
https://gcompris.net/index-en.html#2020-11-19
|
Fri, 20 Nov 2020
|
[ 07:16 adamw ] (Only the first 10 of 76 ports in this commit are shown above. )
Add education virtual category
PR: 248402
Submitted by: PauAmma
|
Thu, 3 Sep 2020
|
[ 13:30 tcberner ]
games/gcompris-qt: update to 0.97.1
|
Sun, 29 Mar 2020
|
[ 18:17 tcberner ]
games/gcompris: update to 0.97
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sun, 3 Mar 2019
|
[ 10:30 tcberner ]
games/gcompris-qt: update to 0.96
|
Mon, 18 Feb 2019
|
[ 17:59 adridg ]
More non-clang, non-x86 fixes.
- add compiler:c++11-lang
- make WebEngine optional
(Second batch of fixes from the same PR)
PR: 235093
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above )
|
Wed, 26 Dec 2018
|
[ 09:09 tcberner ]
Update games/gcompris-qt to 0.95
- https://gcompris.net/index-en.html#2018-12-20
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Sun, 4 Nov 2018
|
[ 19:00 tcberner ] (Only the first 10 of 187 ports in this commit are shown above. )
Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
porting simpler; the set of ports using either mostly coincided.
Exp-run by: antoine
PR: 223687
PR: 232751
|
Tue, 18 Sep 2018
|
[ 17:39 tcberner ]
games/gcompris-qt -- add missing runtime dependencies
PR: 231302
Reported by: lbartoletti@tuxfamily.org
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Fri, 18 May 2018
|
[ 20:54 tcberner ]
Update games/gcompris-qt to 0.91
|
Mon, 30 Apr 2018
|
[ 18:20 tcberner ]
games/gcompris-qt update to 0.90
|
Sun, 29 Apr 2018
|
[ 17:42 tcberner ]
New port: games/gcompris-qt
A newer qt based version of the educational games/gcompris
|
Number of commits found: 27 |