diff options
Diffstat (limited to 'multimedia/clutter-gst')
-rw-r--r-- | multimedia/clutter-gst/Makefile | 30 | ||||
-rw-r--r-- | multimedia/clutter-gst/distinfo | 2 | ||||
-rw-r--r-- | multimedia/clutter-gst/pkg-descr | 16 | ||||
-rw-r--r-- | multimedia/clutter-gst/pkg-plist | 32 |
4 files changed, 80 insertions, 0 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile new file mode 100644 index 000000000..710834434 --- /dev/null +++ b/multimedia/clutter-gst/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: clutter-gst +# Date created: 2008-12-25 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/multimedia/clutter-gst/Makefile,v 1.6 2010/06/29 21:14:02 kwm Exp $ + +PORTNAME= clutter-gst +PORTVERSION= 1.3.10 +CATEGORIES= multimedia +MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Clutter GStreamer integration + +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter + +USE_GMAKE= yes +USE_BZIP2= yes +USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack ltverhack gnomeprefix +USE_GSTREAMER= yes +USE_XORG= xp x11 +USE_LDCONFIG= yes +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.mk> diff --git a/multimedia/clutter-gst/distinfo b/multimedia/clutter-gst/distinfo new file mode 100644 index 000000000..b09648a5a --- /dev/null +++ b/multimedia/clutter-gst/distinfo @@ -0,0 +1,2 @@ +SHA256 (clutter-gst-1.3.10.tar.bz2) = 7e29ceb23c28fcff40d6bbc81157bdc7c3ae4477292116e1fbb3a71da0368d8e +SIZE (clutter-gst-1.3.10.tar.bz2) = 463513 diff --git a/multimedia/clutter-gst/pkg-descr b/multimedia/clutter-gst/pkg-descr new file mode 100644 index 000000000..e45e23ccd --- /dev/null +++ b/multimedia/clutter-gst/pkg-descr @@ -0,0 +1,16 @@ +Clutter-GStreamer (clutter-gst) is an integration library for using GStreamer +with Clutter. + +Clutter is an open source software library for creating fast, visually +rich and animated graphical user interfaces. It uses OpenGL for drawing +primitives and has multiple backends, allowing its usage on different +platforms. + +GStreamer is a streaming media framework, based on graphs of filters +which operate on media data. Applications using this library can do +anything from real-time sound processing to playing videos, and just +about anything else media-related. Its plugin-based architecture means +that new data types or processing capabilities can be added simply by +installing new plug-ins. + +WWW: http://clutter-project.org/ diff --git a/multimedia/clutter-gst/pkg-plist b/multimedia/clutter-gst/pkg-plist new file mode 100644 index 000000000..08fbc39e7 --- /dev/null +++ b/multimedia/clutter-gst/pkg-plist @@ -0,0 +1,32 @@ +include/clutter-1.0/clutter-gst/clutter-gst-enum-types.h +include/clutter-1.0/clutter-gst/clutter-gst-util.h +include/clutter-1.0/clutter-gst/clutter-gst-version.h +include/clutter-1.0/clutter-gst/clutter-gst-video-sink.h +include/clutter-1.0/clutter-gst/clutter-gst-video-texture.h +include/clutter-1.0/clutter-gst/clutter-gst.h +lib/libclutter-gst-1.0.a +lib/libclutter-gst-1.0.la +lib/libclutter-gst-1.0.so +lib/libclutter-gst-1.0.so.0 +lib/girepository-1.0/ClutterGst-1.0.typelib +libdata/pkgconfig/clutter-gst-1.0.pc +%%DOCSDIR%%/ClutterGstVideoSink.html +%%DOCSDIR%%/ClutterGstVideoTexture.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/clutter-gst-Utilities.html +%%DOCSDIR%%/clutter-gst-Versioning-Macros.html +%%DOCSDIR%%/clutter-gst.devhelp +%%DOCSDIR%%/clutter-gst.devhelp2 +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/license.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +share/gir-1.0/ClutterGst-1.0.gir +@dirrmtry %%DOCSDIR%% +@dirrm include/clutter-1.0/clutter-gst +@dirrmtry include/clutter-1.0 |