Date: Tue, 7 Jan 2014 10:46:32 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338998 - in head/multimedia: . phonon-designerplugin Message-ID: <201401071046.s07AkWJ7059102@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Jan 7 10:46:31 2014 New Revision: 338998 URL: http://svnweb.freebsd.org/changeset/ports/338998 Log: Add port for Qt Designer plugin for Phonon Added: head/multimedia/phonon-designerplugin/ head/multimedia/phonon-designerplugin/Makefile (contents, props changed) head/multimedia/phonon-designerplugin/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Tue Jan 7 10:39:41 2014 (r338997) +++ head/multimedia/Makefile Tue Jan 7 10:46:31 2014 (r338998) @@ -263,6 +263,7 @@ SUBDIR += p5-Umph-Prompt SUBDIR += p5-Video-OpenQuicktime SUBDIR += phonon + SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer SUBDIR += phonon-vlc SUBDIR += phonon-xine Added: head/multimedia/phonon-designerplugin/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/phonon-designerplugin/Makefile Tue Jan 7 10:46:31 2014 (r338998) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= phonon +PORTVERSION= 4.7.0 +CATEGORIES= multimedia kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= ${PHONON_BRANCH}/${PORTNAME}/${PORTVERSION} +PKGNAMESUFFIX= -designerplugin +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt Designer plugin for Phonon + +LICENSE= LGPL21 + +USE_QT4= phonon designer \ + qmake_build moc_build rcc_build uic_build +USE_XZ= yes +USES= cmake +CMAKE_ARGS= -DPHONON_QT_PLUGIN_INSTALL_DIR=${PREFIX}/${QT_PLUGINDIR_REL}/designer + +BUILD_WRKSRC= ${WRKSRC}/designer +INSTALL_WRKSRC= ${BUILD_WRKSRC} +DISTINFO_FILE= ${.CURDIR:H}/phonon/distinfo + +PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libphononwidgets.so + +.include <bsd.port.mk> Added: head/multimedia/phonon-designerplugin/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/phonon-designerplugin/pkg-descr Tue Jan 7 10:46:31 2014 (r338998) @@ -0,0 +1,5 @@ +Phonon is the framework responsible for an ubiquitous multimedia +experience in KDE Software Compilation 4. +This port installs Qt Designer plugin for Phonon. + +WWW: http://phonon.kde.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401071046.s07AkWJ7059102>