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-iris | |
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-iris')
-rw-r--r-- | audio/xmms-iris/DESCR | 5 | ||||
-rw-r--r-- | audio/xmms-iris/Makefile | 19 | ||||
-rw-r--r-- | audio/xmms-iris/PLIST | 5 | ||||
-rw-r--r-- | audio/xmms-iris/distinfo | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/audio/xmms-iris/DESCR b/audio/xmms-iris/DESCR new file mode 100644 index 00000000000..913482ff12b --- /dev/null +++ b/audio/xmms-iris/DESCR @@ -0,0 +1,5 @@ +This is an OpenGL visualization plugin for XMMS XMMS is the X +MultiMedia System, a multimedia player able to play mp3, mpeg, avi +and other multimedia file formats. IRIS is an adaptation of the +"OpenGL Spectrum Analyzer" from XMMS. It features a theme engine +and fullscreen modes. diff --git a/audio/xmms-iris/Makefile b/audio/xmms-iris/Makefile new file mode 100644 index 00000000000..05fb8475cab --- /dev/null +++ b/audio/xmms-iris/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= iris-0.11 +PKGNAME= xmms-${DISTNAME} +CATEGORIES= xmms audio +MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://cdelfosse.free.fr/xmms-iris/ +COMMENT= OpenGL Spectrum Analyzer with theme engine and fullscreen modes + +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +GNU_CONFIGURE= YES + +.include "../../audio/xmms/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-iris/PLIST b/audio/xmms-iris/PLIST new file mode 100644 index 00000000000..b153f606f26 --- /dev/null +++ b/audio/xmms-iris/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +lib/xmms/Visualization/libiris.a +lib/xmms/Visualization/libiris.la +lib/xmms/Visualization/libiris.so +@dirrm lib/xmms/Visualization diff --git a/audio/xmms-iris/distinfo b/audio/xmms-iris/distinfo new file mode 100644 index 00000000000..f3601aa8ef4 --- /dev/null +++ b/audio/xmms-iris/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ + +SHA1 (iris-0.11.tar.gz) = c461cf9f0e3aef5b8c956a6bbc55356247b94527 +Size (iris-0.11.tar.gz) = 216752 bytes |