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-synaesthesia | |
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-synaesthesia')
-rw-r--r-- | audio/xmms-synaesthesia/DESCR | 1 | ||||
-rw-r--r-- | audio/xmms-synaesthesia/Makefile | 20 | ||||
-rw-r--r-- | audio/xmms-synaesthesia/PLIST | 5 | ||||
-rw-r--r-- | audio/xmms-synaesthesia/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/audio/xmms-synaesthesia/DESCR b/audio/xmms-synaesthesia/DESCR new file mode 100644 index 00000000000..b513eb0aa7d --- /dev/null +++ b/audio/xmms-synaesthesia/DESCR @@ -0,0 +1 @@ +Port of Synaesthesia to an XMMS plugin diff --git a/audio/xmms-synaesthesia/Makefile b/audio/xmms-synaesthesia/Makefile new file mode 100644 index 00000000000..b99debea599 --- /dev/null +++ b/audio/xmms-synaesthesia/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +# + +DISTNAME= synaesthesia-xmms-0.0.3-rc3 +PKGNAME= xmms-synaesthesia-0.0.3rc3 +CATEGORIES= audio xmms +MASTER_SITES= http://staff.xmms.org/zinx/xmms/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://staff.xmms.org/zinx/xmms/ +COMMENT= Port of Synaesthesia to an XMMS plugin + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_X11= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 + +.include "../../audio/xmms/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-synaesthesia/PLIST b/audio/xmms-synaesthesia/PLIST new file mode 100644 index 00000000000..115e12cc39c --- /dev/null +++ b/audio/xmms-synaesthesia/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ +lib/xmms/Visualization/libsynaesthesia.a +lib/xmms/Visualization/libsynaesthesia.la +lib/xmms/Visualization/libsynaesthesia.so +@dirrm lib/xmms/Visualization diff --git a/audio/xmms-synaesthesia/distinfo b/audio/xmms-synaesthesia/distinfo new file mode 100644 index 00000000000..a82009a2c4f --- /dev/null +++ b/audio/xmms-synaesthesia/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $ + +SHA1 (synaesthesia-xmms-0.0.3-rc3.tar.gz) = 7c60a4ac9cc069e0f1fecf97d34b4f48a7b77c5c +Size (synaesthesia-xmms-0.0.3-rc3.tar.gz) = 152116 bytes |