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-tv-scope | |
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-tv-scope')
-rw-r--r-- | audio/xmms-tv-scope/DESCR | 1 | ||||
-rw-r--r-- | audio/xmms-tv-scope/Makefile | 20 | ||||
-rw-r--r-- | audio/xmms-tv-scope/PLIST | 5 | ||||
-rw-r--r-- | audio/xmms-tv-scope/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/audio/xmms-tv-scope/DESCR b/audio/xmms-tv-scope/DESCR new file mode 100644 index 00000000000..3c97b73ec2d --- /dev/null +++ b/audio/xmms-tv-scope/DESCR @@ -0,0 +1 @@ +Moving light embossing occiliscope. diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile new file mode 100644 index 00000000000..bdc3b395956 --- /dev/null +++ b/audio/xmms-tv-scope/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= tv_scope-0.0.2 +PKGNAME= xmms-tv-scope-0.0.2 +CATEGORIES= xmms audio +MASTER_SITES= http://staff.xmms.org/zinx/xmms/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://staff.xmms.org/zinx/xmms/ +COMMENT= 3D Representation of a waveform + +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-tv-scope/PLIST b/audio/xmms-tv-scope/PLIST new file mode 100644 index 00000000000..5d700f79edf --- /dev/null +++ b/audio/xmms-tv-scope/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +lib/xmms/Visualization/tv_scope.a +lib/xmms/Visualization/tv_scope.la +lib/xmms/Visualization/tv_scope.so +@dirrm lib/xmms/Visualization diff --git a/audio/xmms-tv-scope/distinfo b/audio/xmms-tv-scope/distinfo new file mode 100644 index 00000000000..8d4b2ff8dbc --- /dev/null +++ b/audio/xmms-tv-scope/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ + +SHA1 (tv_scope-0.0.2.tar.gz) = cdb825dd8d22140bad694a0721faa42f4f4d9af3 +Size (tv_scope-0.0.2.tar.gz) = 123721 bytes |