"Tobias C. Berner" <[email protected]> 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= [email protected] > +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? _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
