aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libvisual04/pkg-descr
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2004-12-01 05:52:52 +0800
committerkwm <kwm@FreeBSD.org>2004-12-01 05:52:52 +0800
commitdd054ea0c0490f04d492416b0ce253e1e83ef3a5 (patch)
tree4a4e58d3eb34f126a6b222e02aa90882e5d977ba /graphics/libvisual04/pkg-descr
parent45c6945e6f7d11cc2138fb5935286877c055b038 (diff)
downloadfreebsd-ports-gnome-dd054ea0c0490f04d492416b0ce253e1e83ef3a5.tar.gz
freebsd-ports-gnome-dd054ea0c0490f04d492416b0ce253e1e83ef3a5.tar.zst
freebsd-ports-gnome-dd054ea0c0490f04d492416b0ce253e1e83ef3a5.zip
Add libvisual. Libvisual is an abstraction library that comes between
applications and audio visualisation plugins. Approved by: pav (mentor)
Diffstat (limited to 'graphics/libvisual04/pkg-descr')
-rw-r--r--graphics/libvisual04/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/libvisual04/pkg-descr b/graphics/libvisual04/pkg-descr
new file mode 100644
index 000000000000..1d300ce40a3b
--- /dev/null
+++ b/graphics/libvisual04/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