diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-23 02:51:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-23 02:51:16 +0000 |
commit | cf11c8a2b63fd640a10b42cbf0cf3d0a901ab22a (patch) | |
tree | 9a0349cc0cc7f18b10b0304c18251fce7de4abf2 /multimedia/gstreamer-editor | |
parent | 9d8d9021b7bc3f23ed6a1c3a5664d3c1034f87a9 (diff) | |
download | ports-cf11c8a2b63fd640a10b42cbf0cf3d0a901ab22a.tar.gz ports-cf11c8a2b63fd640a10b42cbf0cf3d0a901ab22a.zip |
New port gstreamer-editor version 0.5.0: Provide View and Controller
counterparts to GStreamer's Model
Notes
Notes:
svn path=/head/; revision=77182
Diffstat (limited to 'multimedia/gstreamer-editor')
-rw-r--r-- | multimedia/gstreamer-editor/Makefile | 47 | ||||
-rw-r--r-- | multimedia/gstreamer-editor/distinfo | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-editor/pkg-descr | 7 | ||||
-rw-r--r-- | multimedia/gstreamer-editor/pkg-plist | 57 |
4 files changed, 112 insertions, 0 deletions
diff --git a/multimedia/gstreamer-editor/Makefile b/multimedia/gstreamer-editor/Makefile new file mode 100644 index 000000000000..693d2aaa329b --- /dev/null +++ b/multimedia/gstreamer-editor/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: gstreamer player +# Date created: Fri Jul 12 06:02:42 UTC 2002 +# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gstreamer +PORTVERSION= 0.5.0 +CATEGORIES= multimedia gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= -editor +DISTNAME= gst-editor-${PORTVERSION} + +MAINTAINER= lioux@FreeBSD.org +COMMENT= Provide View and Controller counterparts to GStreamer's Model + +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \ + gconf-2.5:${PORTSDIR}/devel/gconf2 \ + glade-2.0.0:${PORTSDIR}/devel/libglade2 \ + gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ + gstreamer-0.6.0:${PORTSDIR}/multimedia/gstreamer \ + gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ + pango-1.0.200:${PORTSDIR}/x11-toolkits/pango \ + popt.0:${PORTSDIR}/devel/popt \ + xml2.5:${PORTSDIR}/textproc/libxml2 +RUN_DEPENDS= gst-visualise:${PORTSDIR}/multimedia/gstreamer-plugins + +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomehack \ + gnomehier \ + gnomeprefix +USE_LIBTOOL= yes +CONFIGURE_ARGS= --program-transform-name='' +CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} +PLIST_SUB= \ + VERSION="${PORTVERSION}" +INSTALLS_SHLIB= yes + +MAN1= gst-editor.1 gst-inspect-gui.1 gst-launch-gui.1 + +PKG_CONFIG?="${LOCALBASE}/bin/pkg-config" + +.include <bsd.port.mk> diff --git a/multimedia/gstreamer-editor/distinfo b/multimedia/gstreamer-editor/distinfo new file mode 100644 index 000000000000..deeeaaeeeea5 --- /dev/null +++ b/multimedia/gstreamer-editor/distinfo @@ -0,0 +1 @@ +MD5 (gst-editor-0.5.0.tar.gz) = 53bc099fd0cdc2007cd61f6145ab03e1 diff --git a/multimedia/gstreamer-editor/pkg-descr b/multimedia/gstreamer-editor/pkg-descr new file mode 100644 index 000000000000..6c58e60a8ae3 --- /dev/null +++ b/multimedia/gstreamer-editor/pkg-descr @@ -0,0 +1,7 @@ +The goal of gst-editor is to provide View and Controller counterparts +to GStreamer's Model. It mirrors the state of GStreamer pipelines, +and can be used to modify pipeline topology, state, and properties. +Furthermore, it provides an interface to GStreamer's XML pipeline +(de)serialization code, and a few more goodies. + +WWW: http://gstreamer.sourceforge.net/ diff --git a/multimedia/gstreamer-editor/pkg-plist b/multimedia/gstreamer-editor/pkg-plist new file mode 100644 index 000000000000..0cccdc94d42f --- /dev/null +++ b/multimedia/gstreamer-editor/pkg-plist @@ -0,0 +1,57 @@ +bin/gst-editor +bin/gst-inspect-gui +bin/gst-launch-gui +include/gst-editor-%%VERSION%%/gst/debug-ui/debug-ui.h +include/gst-editor-%%VERSION%%/gst/editor/editor.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditor.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditorbin.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditorcanvas.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditorelement.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditoritem.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditorlink.h +include/gst-editor-%%VERSION%%/gst/editor/gsteditorpad.h +include/gst-editor-%%VERSION%%/gst/element-browser/browser.h +include/gst-editor-%%VERSION%%/gst/element-browser/caps-tree.h +include/gst-editor-%%VERSION%%/gst/element-browser/element-tree.h +include/gst-editor-%%VERSION%%/gst/element-ui/gst-element-ui-prop-view.h +include/gst-editor-%%VERSION%%/gst/element-ui/gst-element-ui.h +lib/libgstdebugui.a +lib/libgstdebugui.la +lib/libgstdebugui.so +lib/libgstdebugui.so.0 +lib/libgsteditor.a +lib/libgsteditor.la +lib/libgsteditor.so +lib/libgsteditor.so.0 +lib/libgstelementbrowser.a +lib/libgstelementbrowser.la +lib/libgstelementbrowser.so +lib/libgstelementbrowser.so.0 +lib/libgstelementui.a +lib/libgstelementui.la +lib/libgstelementui.so +lib/libgstelementui.so.0 +share/gnome/applications/gst-editor.desktop +share/gnome/applications/gst-inspect.desktop +share/gnome/applications/gst-launch.desktop +share/gnome/gst-editor/editor.glade2 +share/gnome/gst-editor/editorelement.glade2 +share/gnome/gst-editor/gnome/help/gst-editor/C/gst-editor-manual.xml +share/gnome/gst-editor/gnome/help/gst-editor/C/legal.xml +share/gnome/gst-editor/gst-editor.png +share/gnome/omf/gst-editor/gst-editor-manual-C.omf +share/gnome/pixmaps/gst-editor.png +share/gnome/pixmaps/gst-inspect.png +share/gnome/pixmaps/gst-launch.png +@dirrm share/gnome/omf/gst-editor +@dirrm share/gnome/gst-editor/gnome/help/gst-editor/C +@dirrm share/gnome/gst-editor/gnome/help/gst-editor +@dirrm share/gnome/gst-editor/gnome/help +@dirrm share/gnome/gst-editor/gnome +@dirrm share/gnome/gst-editor +@dirrm include/gst-editor-%%VERSION%%/gst/element-ui +@dirrm include/gst-editor-%%VERSION%%/gst/element-browser +@dirrm include/gst-editor-%%VERSION%%/gst/editor +@dirrm include/gst-editor-%%VERSION%%/gst/debug-ui +@dirrm include/gst-editor-%%VERSION%%/gst +@dirrm include/gst-editor-%%VERSION%% |