Friday, December 29, 2023

Re: UPDATE: SMPlayer-23.6.0

On Fri, Dec 29, 2023 at 12:22:22PM +0100, Gonzalo L. Rodriguez wrote:
> Hello,
>
> Update for SMPlayer to 23.6.0:
>
> https://www.smplayer.info/en/changes
>
> OK? Comments?

Always fails like this with MAKE_JOBS > 2 and I see what the problem is,
Line 21 in ${WRKSRC}/Makefile does not pass anything to make(1)...

===> Building for smplayer-23.6.0
./get_svn_revision.sh
fatal: not a git repository (or any parent up to mount point /usr/ports)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
cd src && /usr/local/bin/qmake-qt5 && make
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
make: unknown option -- -
usage: make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk]
[-I directory] [-j max_jobs] [-m directory] [-V variable]
[NAME=value ...] [target ...]
gmake: *** [Makefile:21: src/smplayer] Error 2


But current 22.7.0 already has this problem, so it is not a regression.

No comments:

Post a Comment