diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-02-14 23:56:38 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-02-14 23:56:38 +0000 |
commit | b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e (patch) | |
tree | e26abf9eda9e2e3a9c681287da99414ea992f31c /audio/xmms-nebulus | |
parent | ab66e4be186f7024947b43bdc7f762876ce8741a (diff) | |
download | pkgsrc-b3cdf7b947cf2d42ba1c3bcadc4467e593e6286e.tar.gz |
Big bunch of visual plugins for xmms that all need OpenGL
(which in conjunction with threads as used in xmms needs real
threads, pth is probably not enough... tested on -current)
Diffstat (limited to 'audio/xmms-nebulus')
-rw-r--r-- | audio/xmms-nebulus/DESCR | 12 | ||||
-rw-r--r-- | audio/xmms-nebulus/Makefile | 19 | ||||
-rw-r--r-- | audio/xmms-nebulus/PLIST | 5 | ||||
-rw-r--r-- | audio/xmms-nebulus/distinfo | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/xmms-nebulus/DESCR b/audio/xmms-nebulus/DESCR new file mode 100644 index 00000000000..3af0972438d --- /dev/null +++ b/audio/xmms-nebulus/DESCR @@ -0,0 +1,12 @@ +Nebulus is an OpenGL visual plugin for XMMS. +It's based of several projects: + +- Face blur +- Spectrum analyzer +- Knot effect +- Glthreads +- Tunnel +- Twist +- Tentacles +- Blob +- Energy diff --git a/audio/xmms-nebulus/Makefile b/audio/xmms-nebulus/Makefile new file mode 100644 index 00000000000..b83ad260501 --- /dev/null +++ b/audio/xmms-nebulus/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= xmms-nebulus-0.3.0 +CATEGORIES= xmms audio +MASTER_SITES= http://nebulus.tuxfamily.org/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://nebulus.tuxfamily.org/ +COMMENT= Xmms plugin that uses OpenGL + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../audio/xmms/buildlink2.mk" +.include "../../devel/SDL/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-nebulus/PLIST b/audio/xmms-nebulus/PLIST new file mode 100644 index 00000000000..0d9025e3358 --- /dev/null +++ b/audio/xmms-nebulus/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +lib/xmms/Visualization/libnebulus.a +lib/xmms/Visualization/libnebulus.la +lib/xmms/Visualization/libnebulus.so +@dirrm lib/xmms/Visualization diff --git a/audio/xmms-nebulus/distinfo b/audio/xmms-nebulus/distinfo new file mode 100644 index 00000000000..201481823f6 --- /dev/null +++ b/audio/xmms-nebulus/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ + +SHA1 (xmms-nebulus-0.3.0.tar.gz) = cc00e7d523c493af990b376d923f847673ffae54 +Size (xmms-nebulus-0.3.0.tar.gz) = 390350 bytes |