summaryrefslogtreecommitdiff
path: root/graphics/xmms-scivi/files/patch-src_scivi.h
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-16 00:09:24 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-16 00:09:24 +0000
commitb3cd987b5347643efed3434e2639bdee920bbb14 (patch)
tree665a0cfbdcb23dd93b79ff049d791f0ea1621765 /graphics/xmms-scivi/files/patch-src_scivi.h
parentSince netsaint hasn't been maintained since 2002, and development (diff)
Scivi is a visualization plugin for XMMS, uses 3D
Accelerated hardware, but is not actually 3D. Features: Low CPU Usage because of 3D accelerated hardware. All effects including potentially expensive complex image transformations are done in hardware. So, if you have a fast video card, your CPU most of a time will be idle! Powerful C-style Scripting Language will help you to program your own nice presets! The visualization is under your control! Root-window rendering supported. Put a nice video effects on your desktop! This feature is window-manager dependent. KDE and GNOME probably won't work Press 'V' to switch to root-window mode. Full-screen rendering. Planned. WWW: http://xmms-scivi.sourceforge.net/ PR: 87488 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'graphics/xmms-scivi/files/patch-src_scivi.h')
-rw-r--r--graphics/xmms-scivi/files/patch-src_scivi.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xmms-scivi/files/patch-src_scivi.h b/graphics/xmms-scivi/files/patch-src_scivi.h
new file mode 100644
index 000000000000..b1b2ef535175
--- /dev/null
+++ b/graphics/xmms-scivi/files/patch-src_scivi.h
@@ -0,0 +1,10 @@
+--- src/scivi.h.orig Wed Jan 28 17:28:55 2004
++++ src/scivi.h Fri Oct 14 21:46:01 2005
+@@ -19,6 +19,7 @@
+ #ifndef SCIVI_H
+ #define SCIVI_H
+
++#include <pthread.h>
+ #include <X11/Xlib.h>
+ #include <gtk/gtk.h>
+ #include "glstuff.h"