From owner-svn-ports-all@FreeBSD.ORG Sun Oct 12 11:32:23 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D60BF789; Sun, 12 Oct 2014 11:32:22 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6CFBB3D; Sun, 12 Oct 2014 11:32:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CBWMC7097339; Sun, 12 Oct 2014 11:32:22 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9CBWLu5097334; Sun, 12 Oct 2014 11:32:21 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201410121132.s9CBWLu5097334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 12 Oct 2014 11:32:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370694 - in head/multimedia: . gstreamer1-qt4 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.18-1 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: Sun, 12 Oct 2014 11:32:23 -0000 Author: makc Date: Sun Oct 12 11:32:20 2014 New Revision: 370694 URL: https://svnweb.freebsd.org/changeset/ports/370694 QAT: https://qat.redports.org/buildarchive/r370694/ Log: Add new port multimedia/gstreamer1-qt4: Qt 4 bindings for GStreamer 1.x WWW: http://gstreamer.freedesktop.org/ Obtained from: KDE/FreeBSD repo Added: head/multimedia/gstreamer1-qt4/ head/multimedia/gstreamer1-qt4/Makefile (contents, props changed) head/multimedia/gstreamer1-qt4/distinfo (contents, props changed) head/multimedia/gstreamer1-qt4/pkg-descr (contents, props changed) head/multimedia/gstreamer1-qt4/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sun Oct 12 10:46:34 2014 (r370693) +++ head/multimedia/Makefile Sun Oct 12 11:32:20 2014 (r370694) @@ -137,6 +137,7 @@ SUBDIR += gstreamer1-plugins-v4l2 SUBDIR += gstreamer1-plugins-vpx SUBDIR += gstreamer1-plugins-x264 + SUBDIR += gstreamer1-qt4 SUBDIR += gstreamer1-vaapi SUBDIR += gstreamermm SUBDIR += gtk-recordmydesktop Added: head/multimedia/gstreamer1-qt4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-qt4/Makefile Sun Oct 12 11:32:20 2014 (r370694) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= gstreamer +PORTVERSION= 1.2.0 +CATEGORIES= multimedia +MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ +PKGNAMESUFFIX= 1-qt4 +DISTNAME= qt-${PORTNAME}-${PORTVERSION} + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt 4 bindings for GStreamer 1.x multimedia library + +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs + +CONFLICTS_INSTALL= gstreamer-qt4-* + +USES= bison cmake:outsource gmake pkgconfig tar:xz +USE_GSTREAMER1= yes +USE_QT4= corelib gui opengl declarative \ + qmake_build moc_build rcc_build uic_build qtestlib_build +USE_LDCONFIG= yes +CMAKE_ARGS= -DUSE_GST_PLUGIN_DIR=off \ + -DUSE_QT_PLUGIN_DIR=off + +PLIST_SUB= SHLIB_VER="${PORTVERSION}" + +post-patch: + ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' \ + ${WRKSRC}/CMakeLists.txt + +.include Added: head/multimedia/gstreamer1-qt4/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-qt4/distinfo Sun Oct 12 11:32:20 2014 (r370694) @@ -0,0 +1,2 @@ +SHA256 (qt-gstreamer-1.2.0.tar.xz) = 9f3b492b74cad9be918e4c4db96df48dab9c012f2ae5667f438b64a4d92e8fd4 +SIZE (qt-gstreamer-1.2.0.tar.xz) = 313632 Added: head/multimedia/gstreamer1-qt4/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-qt4/pkg-descr Sun Oct 12 11:32:20 2014 (r370694) @@ -0,0 +1,5 @@ +QtGStreamer is a set of libraries providing C++ bindings for GStreamer +with a Qt-style API, plus some helper classes and elements for +integrating GStreamer better in Qt applications. + +WWW: http://gstreamer.freedesktop.org/ Added: head/multimedia/gstreamer1-qt4/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-qt4/pkg-plist Sun Oct 12 11:32:20 2014 (r370694) @@ -0,0 +1,137 @@ +include/QtGStreamer/QGlib/Connect +include/QtGStreamer/QGlib/Error +include/QtGStreamer/QGlib/Global +include/QtGStreamer/QGlib/Init +include/QtGStreamer/QGlib/Object +include/QtGStreamer/QGlib/ParamSpec +include/QtGStreamer/QGlib/Quark +include/QtGStreamer/QGlib/RefPointer +include/QtGStreamer/QGlib/Signal +include/QtGStreamer/QGlib/Type +include/QtGStreamer/QGlib/Value +include/QtGStreamer/QGlib/connect.h +include/QtGStreamer/QGlib/connectimpl.h +include/QtGStreamer/QGlib/emitimpl.h +include/QtGStreamer/QGlib/error.h +include/QtGStreamer/QGlib/global.h +include/QtGStreamer/QGlib/init.h +include/QtGStreamer/QGlib/object.h +include/QtGStreamer/QGlib/paramspec.h +include/QtGStreamer/QGlib/qglib_signal.h +include/QtGStreamer/QGlib/quark.h +include/QtGStreamer/QGlib/refpointer.h +include/QtGStreamer/QGlib/type.h +include/QtGStreamer/QGlib/value.h +include/QtGStreamer/QGlib/wrap.h +include/QtGStreamer/QGst/Allocator +include/QtGStreamer/QGst/Bin +include/QtGStreamer/QGst/Buffer +include/QtGStreamer/QGst/BufferList +include/QtGStreamer/QGst/Bus +include/QtGStreamer/QGst/Caps +include/QtGStreamer/QGst/ChildProxy +include/QtGStreamer/QGst/Clock +include/QtGStreamer/QGst/ClockTime +include/QtGStreamer/QGst/ColorBalance +include/QtGStreamer/QGst/Discoverer +include/QtGStreamer/QGst/DoubleRange +include/QtGStreamer/QGst/Element +include/QtGStreamer/QGst/ElementFactory +include/QtGStreamer/QGst/Event +include/QtGStreamer/QGst/Fourcc +include/QtGStreamer/QGst/Fraction +include/QtGStreamer/QGst/FractionRange +include/QtGStreamer/QGst/GhostPad +include/QtGStreamer/QGst/Global +include/QtGStreamer/QGst/Init +include/QtGStreamer/QGst/Int64Range +include/QtGStreamer/QGst/IntRange +include/QtGStreamer/QGst/Memory +include/QtGStreamer/QGst/Message +include/QtGStreamer/QGst/MiniObject +include/QtGStreamer/QGst/Object +include/QtGStreamer/QGst/Pad +include/QtGStreamer/QGst/Parse +include/QtGStreamer/QGst/Pipeline +include/QtGStreamer/QGst/PluginFeature +include/QtGStreamer/QGst/Query +include/QtGStreamer/QGst/Sample +include/QtGStreamer/QGst/Segment +include/QtGStreamer/QGst/StreamVolume +include/QtGStreamer/QGst/Structure +include/QtGStreamer/QGst/TagList +include/QtGStreamer/QGst/Ui/GraphicsVideoSurface +include/QtGStreamer/QGst/Ui/GraphicsVideoWidget +include/QtGStreamer/QGst/Ui/VideoWidget +include/QtGStreamer/QGst/Ui/global.h +include/QtGStreamer/QGst/Ui/graphicsvideosurface.h +include/QtGStreamer/QGst/Ui/graphicsvideowidget.h +include/QtGStreamer/QGst/Ui/videowidget.h +include/QtGStreamer/QGst/UriHandler +include/QtGStreamer/QGst/Utils/ApplicationSink +include/QtGStreamer/QGst/Utils/ApplicationSource +include/QtGStreamer/QGst/Utils/applicationsink.h +include/QtGStreamer/QGst/Utils/applicationsource.h +include/QtGStreamer/QGst/Utils/global.h +include/QtGStreamer/QGst/VideoOrientation +include/QtGStreamer/QGst/VideoOverlay +include/QtGStreamer/QGst/allocator.h +include/QtGStreamer/QGst/bin.h +include/QtGStreamer/QGst/buffer.h +include/QtGStreamer/QGst/bufferlist.h +include/QtGStreamer/QGst/bus.h +include/QtGStreamer/QGst/caps.h +include/QtGStreamer/QGst/childproxy.h +include/QtGStreamer/QGst/clock.h +include/QtGStreamer/QGst/clocktime.h +include/QtGStreamer/QGst/colorbalance.h +include/QtGStreamer/QGst/discoverer.h +include/QtGStreamer/QGst/element.h +include/QtGStreamer/QGst/elementfactory.h +include/QtGStreamer/QGst/enums.h +include/QtGStreamer/QGst/event.h +include/QtGStreamer/QGst/ghostpad.h +include/QtGStreamer/QGst/global.h +include/QtGStreamer/QGst/init.h +include/QtGStreamer/QGst/memory.h +include/QtGStreamer/QGst/message.h +include/QtGStreamer/QGst/miniobject.h +include/QtGStreamer/QGst/object.h +include/QtGStreamer/QGst/pad.h +include/QtGStreamer/QGst/parse.h +include/QtGStreamer/QGst/pipeline.h +include/QtGStreamer/QGst/pluginfeature.h +include/QtGStreamer/QGst/query.h +include/QtGStreamer/QGst/sample.h +include/QtGStreamer/QGst/segment.h +include/QtGStreamer/QGst/streamvolume.h +include/QtGStreamer/QGst/structs.h +include/QtGStreamer/QGst/structure.h +include/QtGStreamer/QGst/taglist.h +include/QtGStreamer/QGst/urihandler.h +include/QtGStreamer/QGst/videoorientation.h +include/QtGStreamer/QGst/videooverlay.h +lib/cmake/QtGStreamer/QtGStreamerConfig.cmake +lib/cmake/QtGStreamer/QtGStreamerConfigCommon.cmake +lib/cmake/QtGStreamer/QtGStreamerConfigVersion.cmake +lib/cmake/QtGStreamer/QtGStreamerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/QtGStreamer/QtGStreamerTargets.cmake +lib/gstreamer-1.0/libgstqtvideosink.so +lib/libQtGLib-2.0.so +lib/libQtGLib-2.0.so.0 +lib/libQtGLib-2.0.so.%%SHLIB_VER%% +lib/libQtGStreamer-1.0.so +lib/libQtGStreamer-1.0.so.0 +lib/libQtGStreamer-1.0.so.%%SHLIB_VER%% +lib/libQtGStreamerUi-1.0.so +lib/libQtGStreamerUi-1.0.so.0 +lib/libQtGStreamerUi-1.0.so.%%SHLIB_VER%% +lib/libQtGStreamerUtils-1.0.so +lib/libQtGStreamerUtils-1.0.so.0 +lib/libQtGStreamerUtils-1.0.so.%%SHLIB_VER%% +%%QT_IMPORTDIR%%/QtGStreamer/libQtGStreamerQuick1.so +%%QT_IMPORTDIR%%/QtGStreamer/qmldir +libdata/pkgconfig/QtGLib-2.0.pc +libdata/pkgconfig/QtGStreamer-1.0.pc +libdata/pkgconfig/QtGStreamerUi-1.0.pc +libdata/pkgconfig/QtGStreamerUtils-1.0.pc