aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libvisual-plugins/pkg-descr
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2005-06-22 20:42:34 +0800
committerkwm <kwm@FreeBSD.org>2005-06-22 20:42:34 +0800
commitbbc985224c03d7c838a245de4080622b625d7877 (patch)
tree503f91b02a559c462d22c9db2692ff99cf7c4424 /graphics/libvisual-plugins/pkg-descr
parente511ef714eac002cfa5821c835935206b19bc9c4 (diff)
downloadfreebsd-ports-gnome-bbc985224c03d7c838a245de4080622b625d7877.tar.gz
freebsd-ports-gnome-bbc985224c03d7c838a245de4080622b625d7877.tar.zst
freebsd-ports-gnome-bbc985224c03d7c838a245de4080622b625d7877.zip
Add libvisual-plugins. This is a set of plugins for the graphics/libvisual port.
Diffstat (limited to 'graphics/libvisual-plugins/pkg-descr')
-rw-r--r--graphics/libvisual-plugins/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libvisual-plugins/pkg-descr b/graphics/libvisual-plugins/pkg-descr
new file mode 100644
index 000000000000..1d300ce40a3b
--- /dev/null
+++ b/graphics/libvisual-plugins/pkg-descr
@@ -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.
+
+WWW: http://libvisual.sourceforge.net