svn commit: r489228 - in head/audio: clementine-player clementine-player/files libechonest

Tobias Kortkamp tobik at freebsd.org
Thu Jan 3 21:54:29 UTC 2019


On Thu, Jan 03, 2019 at 09:43:58PM +0000, Sean Bruno wrote:
> Author: sbruno
> Date: Thu Jan  3 21:43:57 2019
> New Revision: 489228
> URL: https://svnweb.freebsd.org/changeset/ports/489228
> 
> Log:
>   audio/clementine-player:  Jump to qt5
>   - regenerate some of the patch files for this new branch
>   - cleanup and try to adjust Makefile
>   
>   audio/libechonest: Jump to qt5
>   - clementine-player is the only port that I could find that has an explicit
>     dependency on libechonest.  Commit this update so there is no window for
>     build failures.
>   
>   Test built on 13-CURRENT, 12-STABLE, 11-STABLE across i386 and amd64.
>   Run-time tested on 13-CURRENT, amd64.
>   
>   PR:		234534 226529
>   Submitted by:	greg at unrelenting.technology
> 
> Added:
>   head/audio/clementine-player/files/patch-3rdparty_libprojectm_MilkdropPresetFactory_Parser.cpp   (contents, props changed)
>   head/audio/clementine-player/files/patch-3rdparty_libprojectm_Renderer_VideoEcho.cpp   (contents, props changed)
> Deleted:
>   head/audio/clementine-player/files/patch-3rdParty_libprojectm_MilkdropPresetFactory_Parser.cpp
>   head/audio/clementine-player/files/patch-3rdParty_libprojectm_Renderer_VideoEcho.cpp
> Modified:
>   head/audio/clementine-player/Makefile
>   head/audio/clementine-player/distinfo
>   head/audio/clementine-player/files/patch-CMakeLists.txt
>   head/audio/clementine-player/files/patch-dist_clementine.desktop
>   head/audio/clementine-player/files/patch-src_CMakeLists.txt
>   head/audio/clementine-player/pkg-plist
>   head/audio/libechonest/Makefile
>   head/audio/libechonest/pkg-plist
> 
> Modified: head/audio/clementine-player/Makefile
> ==============================================================================
> --- head/audio/clementine-player/Makefile	Thu Jan  3 21:40:51 2019	(r489227)
> +++ head/audio/clementine-player/Makefile	Thu Jan  3 21:43:57 2019	(r489228)
> @@ -2,64 +2,61 @@
>  # $FreeBSD$
>  
>  PORTNAME=	clementine
> [...]
>  USE_XORG=	x11
>  
> -CONFLICTS_BUILD=	qt-3.*
> -USE_QT=		corelib \
> +USE_QT=		buildtools \

Does clementine-player, a music player, really need qt5-buildtools
at runtime or should this be buildtools_build instead?

> +		concurrent \
> +		core \
>  		dbus \
>  		gui \
>  		imageformats \
> -		qmake_build \
>  		linguist_build \
> -		moc_build \
>  		network \
>  		opengl \
> -		qtestlib \
> -		rcc_build \
> +		qmake_build \
> +		testlib \

Same here.  Does it really need qt5-testlib at runtime?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190103/0a0f4f2c/attachment.sig>


More information about the svn-ports-head mailing list