pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/clutter-gst Import clutter-gst-0.8.0 as mul...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbfef0e6cd73
branches: trunk
changeset: 551373:cbfef0e6cd73
user: obache <obache%pkgsrc.org@localhost>
date: Sun Dec 14 11:10:01 2008 +0000
description:
Import clutter-gst-0.8.0 as multimedia/clutter-gst.
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.
diffstat:
multimedia/clutter-gst/DESCR | 14 ++++++++++++++
multimedia/clutter-gst/Makefile | 23 +++++++++++++++++++++++
multimedia/clutter-gst/PLIST | 29 +++++++++++++++++++++++++++++
multimedia/clutter-gst/buildlink3.mk | 24 ++++++++++++++++++++++++
multimedia/clutter-gst/distinfo | 5 +++++
5 files changed, 95 insertions(+), 0 deletions(-)
diffs (115 lines):
diff -r f550b9153982 -r cbfef0e6cd73 multimedia/clutter-gst/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/clutter-gst/DESCR Sun Dec 14 11:10:01 2008 +0000
@@ -0,0 +1,14 @@
+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.
diff -r f550b9153982 -r cbfef0e6cd73 multimedia/clutter-gst/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/clutter-gst/Makefile Sun Dec 14 11:10:01 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/14 11:10:01 obache Exp $
+#
+
+DISTNAME= clutter-gst-0.8.0
+CATEGORIES= multimedia
+MASTER_SITES= http://www.clutter-project.org/sources/clutter-gst/0.8/
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://www.clutter-project.org/
+COMMENT= Clutter GStreamer integration
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
+
+.include "../../graphics/clutter/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f550b9153982 -r cbfef0e6cd73 multimedia/clutter-gst/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/clutter-gst/PLIST Sun Dec 14 11:10:01 2008 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/14 11:10:01 obache Exp $
+include/clutter-0.8/clutter-gst/clutter-gst-audio.h
+include/clutter-0.8/clutter-gst/clutter-gst-shaders.h
+include/clutter-0.8/clutter-gst/clutter-gst-util.h
+include/clutter-0.8/clutter-gst/clutter-gst-version.h
+include/clutter-0.8/clutter-gst/clutter-gst-video-sink.h
+include/clutter-0.8/clutter-gst/clutter-gst-video-texture.h
+include/clutter-0.8/clutter-gst/clutter-gst.h
+lib/libclutter-gst-0.8.la
+lib/pkgconfig/clutter-gst-0.8.pc
+share/gtk-doc/html/clutter-gst/ClutterGstAudio.html
+share/gtk-doc/html/clutter-gst/ClutterGstVideoSink.html
+share/gtk-doc/html/clutter-gst/ClutterGstVideoTexture.html
+share/gtk-doc/html/clutter-gst/ch01.html
+share/gtk-doc/html/clutter-gst/ch02.html
+share/gtk-doc/html/clutter-gst/clutter-gst-Utilities.html
+share/gtk-doc/html/clutter-gst/clutter-gst-Versioning-Macros.html
+share/gtk-doc/html/clutter-gst/clutter-gst.devhelp
+share/gtk-doc/html/clutter-gst/clutter-gst.devhelp2
+share/gtk-doc/html/clutter-gst/home.png
+share/gtk-doc/html/clutter-gst/index.html
+share/gtk-doc/html/clutter-gst/index.sgml
+share/gtk-doc/html/clutter-gst/left.png
+share/gtk-doc/html/clutter-gst/license.html
+share/gtk-doc/html/clutter-gst/right.png
+share/gtk-doc/html/clutter-gst/style.css
+share/gtk-doc/html/clutter-gst/up.png
+@dirrm share/gtk-doc/html/clutter-gst
+@dirrm include/clutter-0.8/clutter-gst
diff -r f550b9153982 -r cbfef0e6cd73 multimedia/clutter-gst/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/clutter-gst/buildlink3.mk Sun Dec 14 11:10:01 2008 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/12/14 11:10:01 obache Exp $
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+CLUTTER_GST_BUILDLINK3_MK:= ${CLUTTER_GST_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+= clutter-gst
+.endif
+
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nclutter-gst}
+BUILDLINK_PACKAGES+= clutter-gst
+BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}clutter-gst
+
+.if ${CLUTTER_GST_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.clutter-gst+= clutter-gst>=0.8.0
+BUILDLINK_PKGSRCDIR.clutter-gst?= ../../multimedia/clutter-gst
+.endif # CLUTTER_GST_BUILDLINK3_MK
+
+.include "../../graphics/clutter/buildlink3.mk"
+.include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r f550b9153982 -r cbfef0e6cd73 multimedia/clutter-gst/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/clutter-gst/distinfo Sun Dec 14 11:10:01 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/14 11:10:01 obache Exp $
+
+SHA1 (clutter-gst-0.8.0.tar.gz) = bcf485769a11f453a73a3c8b2499c5cf91fdc2d4
+RMD160 (clutter-gst-0.8.0.tar.gz) = ab872ff32d0b4f360fcc50a22a1d3e754fa3b8bf
+Size (clutter-gst-0.8.0.tar.gz) = 496402 bytes
Home |
Main Index |
Thread Index |
Old Index