[kde-freebsd] [new port] multimedia/qt5-phonon

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jan 19 14:58:14 UTC 2015


"Tobias C. Berner" <tcberner at gmail.com> writes:

> Index: qt5-phonon/Makefile
> ===================================================================
> --- qt5-phonon/Makefile	(revision 0)
> +++ qt5-phonon/Makefile	(working copy)
> @@ -0,0 +1,21 @@
> +# $FreeBSD$
> +
> +PORTNAME=	phonon
> +DISTVERSION=	4.7.2
> +CATEGORIES=	multimedia
> +PKGNAMEPREFIX=	qt5-
> +MASTER_SITES=   KDE/stable/${PORTNAME}/${PORTVERSION}
> +DIST_SUBDIR=    KDE
> +
> +MAINTAINER=	kde at FreeBSD.org
> +COMMENT=	Qt5 bindings for phonon
> +
> +USE_QT5=	assistant_run buildtools_build core declarative designer \
> +		gui network printsupport qmake_build webkit widgets xml

This list looks quite big. I don't think it needs assistant, network,
printsupport, webkit or xml, for example.

> +
> +USES=		cmake tar:xz pkgconfig
> +CMAKE_ARGS=     -DPHONON_BUILD_PHONON4QT5=ON

I'd expect this part to look more like the existing phonon port: a
PULSEAUDIO option, and more options being passed to CMake. Are you sure
those are not needed?


More information about the kde-freebsd mailing list