Date: Thu, 12 May 2022 09:56:10 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0126809d2b89 - main - games/gcompris-qt: add runtime dependency on Qt5 imageformats Message-ID: <202205120956.24C9uAhH060337@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=0126809d2b89f13f2ec3b8e4afab5b4f856e248c commit 0126809d2b89f13f2ec3b8e4afab5b4f856e248c Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-05-11 15:09:53 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-05-12 09:55:22 +0000 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. --- games/gcompris-qt/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games/gcompris-qt/Makefile b/games/gcompris-qt/Makefile index 2fa2590826ee..9b91e37bc00b 100644 --- a/games/gcompris-qt/Makefile +++ b/games/gcompris-qt/Makefile @@ -1,5 +1,6 @@ PORTNAME= gcompris-qt DISTVERSION= 2.4 +PORTREVISION= 1 CATEGORIES= games education kde MASTER_SITES= http://gcompris.net/download/qt/src/ @@ -17,7 +18,8 @@ USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= doctools_build ecm_build USE_QT= core declarative graphicaleffects gui multimedia network quickcontrols \ sensors svg widgets \ - buildtools_build linguisttools_build qmake_build testlib_build + buildtools_build linguisttools_build qmake_build testlib_build \ + imageformats_run CMAKE_ARGS= -DQML_BOX2D_LIBRARY=${QT_QMLDIR}/Box2D.2.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205120956.24C9uAhH060337>