582bef7d99
4.8.2 * Revised the logic used by PulseSupport to come up with an icon name for PulseAudio. If the application has QApplication::windowIcon set with an QIcon constructed through QIcon::fromTheme(string) the actual icon name will be used. Otherwise the lower-case version of QCoreApplication::applicationName is used. * Fixed building with the compiler clang by reverting a previously introduced workaround. 4.8.1 * Prevent a crash when failing to create the preferred backend 4.8.0 * Prevent problems with the CMakeConfig's relative installation path resolution when trying to build on a system which has symlinks as part of the installation path (e.g. Fedora systems). * Prevent warnings on PulseSupport shutdown when AudioOutputs are held by a global static that is only destroyed after PulseSupport was shut down. * Sync clang detection code with kdelibs. * Documented the fact that paused can result in StoppedState if playback can not be started.
37 lines
924 B
Makefile
37 lines
924 B
Makefile
# $NetBSD: Makefile,v 1.46 2014/11/13 09:26:08 markd Exp $
|
|
|
|
DISTNAME= phonon-4.8.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.8.2/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://phonon.kde.org/
|
|
COMMENT= Multimedia API for KDE and QT
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
# BUILD_MAKE_FLAGS+= VERBOSE=1
|
|
|
|
BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4
|
|
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_CMAKE= yes
|
|
CMAKE_ARG_PATH= ..
|
|
CONFIGURE_DIRS= _build
|
|
CMAKE_ARGS+= -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE
|
|
|
|
.include "options.mk"
|
|
|
|
PKGCONFIG_OVERRIDE+= phonon.pc.cmake
|
|
|
|
pre-configure:
|
|
${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
|
|
${MKDIR} ${WRKSRC}/_build
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.qt4-tools= full
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../x11/qt4-qdbus/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|