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-madspin | |
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-madspin')
-rw-r--r-- | audio/xmms-madspin/DESCR | 1 | ||||
-rw-r--r-- | audio/xmms-madspin/Makefile | 21 | ||||
-rw-r--r-- | audio/xmms-madspin/PLIST | 5 | ||||
-rw-r--r-- | audio/xmms-madspin/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/audio/xmms-madspin/DESCR b/audio/xmms-madspin/DESCR new file mode 100644 index 00000000000..112cf4854dd --- /dev/null +++ b/audio/xmms-madspin/DESCR @@ -0,0 +1 @@ +OpenGL XMMS plugin diff --git a/audio/xmms-madspin/Makefile b/audio/xmms-madspin/Makefile new file mode 100644 index 00000000000..9975842e8b4 --- /dev/null +++ b/audio/xmms-madspin/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= madspin-0.03 +PKGNAME= xmms-${DISTNAME} +CATEGORIES= xmms audio +MASTER_SITES= http://www.students.uiuc.edu/~birck/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.students.uiuc.edu/~birck/madspin.html +COMMENT= Based on the madspin winamp plugin + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES +USE_GMAKE= yes + +.include "../../audio/xmms/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-madspin/PLIST b/audio/xmms-madspin/PLIST new file mode 100644 index 00000000000..35758475047 --- /dev/null +++ b/audio/xmms-madspin/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +lib/xmms/Visualization/libmadspin.a +lib/xmms/Visualization/libmadspin.la +lib/xmms/Visualization/libmadspin.so +@dirrm lib/xmms/Visualization diff --git a/audio/xmms-madspin/distinfo b/audio/xmms-madspin/distinfo new file mode 100644 index 00000000000..f9e96992553 --- /dev/null +++ b/audio/xmms-madspin/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ + +SHA1 (madspin-0.03.tar.gz) = b04254aa4e3892bf41b88e7d75e24cc7ba37df05 +Size (madspin-0.03.tar.gz) = 284041 bytes |