diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-23 10:51:16 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-23 10:51:16 +0800 |
commit | 63671f5491d85982cbdc9fda9f39aa79d3220b9e (patch) | |
tree | 2e142ea1f901c45c5a0db54459bc360d5b37573f | |
parent | 1a622aeeb9368d9ff229c97fe28c9fab59f138c5 (diff) | |
download | freebsd-ports-gnome-63671f5491d85982cbdc9fda9f39aa79d3220b9e.tar.gz freebsd-ports-gnome-63671f5491d85982cbdc9fda9f39aa79d3220b9e.tar.zst freebsd-ports-gnome-63671f5491d85982cbdc9fda9f39aa79d3220b9e.zip |
New port gstreamer-editor version 0.5.0: Provide View and Controller
counterparts to GStreamer's Model
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-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 |
5 files changed, 113 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index c6075b9bcbcf..9a3fd815c7dc 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -8,6 +8,7 @@ SUBDIR += ffmpeg045 SUBDIR += goggles SUBDIR += gstreamer + SUBDIR += gstreamer-editor SUBDIR += gstreamer-player SUBDIR += gstreamer-plugins SUBDIR += gsubedit 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%% |