diff options
author | markd <markd> | 2008-11-03 10:59:46 +0000 |
---|---|---|
committer | markd <markd> | 2008-11-03 10:59:46 +0000 |
commit | b49280f4ecb41e674c18102ca5f139b170873d52 (patch) | |
tree | 17bdf0bd54c96df96e421904a8ba0211687c22a1 /multimedia/phonon/Makefile | |
parent | b95f77125c4e0e192fcb68449f5886d5b52c872b (diff) | |
download | pkgsrc-b49280f4ecb41e674c18102ca5f139b170873d52.tar.gz |
Import of phonon 4.2.0
Phonon is the Multimedia API for KDE and QT.
In Phonon there are three main concepts: MediaObjects, Paths and Outputs.
The MediaObjects control the playback/capture and provide the media data.
MediaObjects can be connected to Outputs using Path objects which also
allow the insertion of Effect objects between MediaObject and Output.
Diffstat (limited to 'multimedia/phonon/Makefile')
-rw-r--r-- | multimedia/phonon/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile new file mode 100644 index 00000000000..0746c0f81c1 --- /dev/null +++ b/multimedia/phonon/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/03 10:59:46 markd Exp $ + +DISTNAME= phonon-4.2.0 +CATEGORIES= multimedia +MASTER_SITES= ${MASTER_SITE_KDE:=phonon/4.2.0/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= markd@NetBSD.org +HOMEPAGE= http://phonon.kde.org +COMMENT= Multimedia API for KDE and QT + +PKG_DESTDIR_SUPPORT= user-destdir + +# BUILD_MAKE_FLAGS+= VERBOSE=1 + +BUILD_DEPENDS+= automoc4>=0.9.83:../../devel/automoc4 + +USE_DIRS+= kde4-1.0 +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ +USE_CMAKE= yes +CMAKE_ARG_PATH= .. +CONFIGURE_DIRS= _build + +pre-configure: + ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ + ${MKDIR} ${WRKSRC}/_build + +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../x11/qt4-qdbus/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" |