pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins0.10-libvisual add gst-plugins0.10-li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1901282f8155
branches:  trunk
changeset: 515430:1901282f8155
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Sun Jul 02 11:45:05 2006 +0000

description:
add gst-plugins0.10-libvisual-0.10.8, the libvisual plugin for
gstreamer0.10

diffstat:

 audio/gst-plugins0.10-libvisual/DESCR    |  16 ++++++++++++++++
 audio/gst-plugins0.10-libvisual/Makefile |  11 +++++++++++
 audio/gst-plugins0.10-libvisual/PLIST    |   2 ++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r c3ac4f0ece8a -r 1901282f8155 audio/gst-plugins0.10-libvisual/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-libvisual/DESCR     Sun Jul 02 11:45:05 2006 +0000
@@ -0,0 +1,16 @@
+Libvisual is an abstraction library that comes between applications
+and audio visualisation plugins.
+
+Often when it comes to audio visualisation plugins or programs that
+create visuals, they depend on a player or something else; basically,
+there is no general framework that enabled application developers
+to easily access cool audio visualisation plugins. Libvisual wants
+to change this by providing an interface towards plugins and
+applications; through this easy to use interface applications can
+easily access plugins and, since the drawing is done by the
+application, it also enables the developer to draw the visual
+anywhere he wants.
+
+The framework also allows you to morph to different plugins and
+mix two at once; all kinds of neat tricks are possible using this
+method.
diff -r c3ac4f0ece8a -r 1901282f8155 audio/gst-plugins0.10-libvisual/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-libvisual/Makefile  Sun Jul 02 11:45:05 2006 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 11:45:05 drochner Exp $
+#
+
+GST_PLUGINS0.10_NAME=  libvisual
+GST_PLUGINS0.10_DIRS=  ext/libvisual
+GST_PLUGINS0.10_FLAGS= libvisual
+
+.include "../../multimedia/gst-plugins0.10-base/Makefile.common"
+
+.include "../../audio/libvisual/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c3ac4f0ece8a -r 1901282f8155 audio/gst-plugins0.10-libvisual/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gst-plugins0.10-libvisual/PLIST     Sun Jul 02 11:45:05 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 11:45:05 drochner Exp $
+lib/gstreamer-0.10/libgstlibvisual.la



Home | Main Index | Thread Index | Old Index