From owner-svn-ports-all@FreeBSD.ORG Tue Jan 7 10:46:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC86BC3F; Tue, 7 Jan 2014 10:46:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DBDC1980; Tue, 7 Jan 2014 10:46:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s07AkWLQ059107; Tue, 7 Jan 2014 10:46:32 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s07AkWJ7059102; Tue, 7 Jan 2014 10:46:32 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201401071046.s07AkWJ7059102@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 7 Jan 2014 10:46:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338998 - in head/multimedia: . phonon-designerplugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 10:46:32 -0000 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 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