summaryrefslogtreecommitdiff
path: root/audio/xmms-paranormal
diff options
context:
space:
mode:
authorhubertf <hubertf>2003-02-14 23:56:38 +0000
committerhubertf <hubertf>2003-02-14 23:56:38 +0000
commit2c0af43995b822222382572d32975527f9b867cc (patch)
treee26abf9eda9e2e3a9c681287da99414ea992f31c /audio/xmms-paranormal
parent36623a875cc573e377df21c29e1e1f9e3a94f0c8 (diff)
downloadpkgsrc-2c0af43995b822222382572d32975527f9b867cc.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-paranormal')
-rw-r--r--audio/xmms-paranormal/DESCR8
-rw-r--r--audio/xmms-paranormal/Makefile39
-rw-r--r--audio/xmms-paranormal/PLIST7
-rw-r--r--audio/xmms-paranormal/distinfo4
4 files changed, 58 insertions, 0 deletions
diff --git a/audio/xmms-paranormal/DESCR b/audio/xmms-paranormal/DESCR
new file mode 100644
index 00000000000..697e0bcaefa
--- /dev/null
+++ b/audio/xmms-paranormal/DESCR
@@ -0,0 +1,8 @@
+Paranormal is an extremely customizable (pseudo-programmable)
+visualization plugin for the X MultiMedia System, based (conceptually)
+on Winamp's AVS plugin. The goal of Paranormal is to be as flexible as
+possible by providing a number of 'actuators' that perform various
+tasks involved in generating an image. These actuators can then be
+combined to create a nearly unlimited number of effects. These
+combinations can be saved to a file to be brought back later or
+distributed to your friends.
diff --git a/audio/xmms-paranormal/Makefile b/audio/xmms-paranormal/Makefile
new file mode 100644
index 00000000000..b7de44cb46d
--- /dev/null
+++ b/audio/xmms-paranormal/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $
+#
+
+DISTNAME= paranormal-0.2.0
+PKGNAME= xmms-paranormal-0.2.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=/paranormal/}
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://paranormal.sourceforge.net/
+COMMENT= Extremely customizable (pseudo-programmable) XMMS plugin
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= YES
+USE_X11= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1
+
+# Might be better in textproc/libxml2/buildlink.mk:
+CPPFLAGS+= -I${BUILDLINK_DIR}/include/libxml2
+CPPFLAGS+= -I${BUILDLINK_DIR}/include/libxml2/libxml
+
+USE_BUILDLINK2= yes
+
+post-extract:
+ cd ${WRKSRC} ; \
+ if [ ! -f configure.orig ]; then \
+ ${MV} configure configure.orig ; \
+ fi ; \
+ ${SED} \
+ -e 's|XML_CONFIG|XML2_CONFIG|g' \
+ <configure.orig >configure ; \
+ ${CHMOD} +x configure
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../audio/xmms/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/xmms-paranormal/PLIST b/audio/xmms-paranormal/PLIST
new file mode 100644
index 00000000000..5ff12445a74
--- /dev/null
+++ b/audio/xmms-paranormal/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $
+bin/paranormal
+bin/pndoc
+lib/xmms/Visualization/libparanormal.a
+lib/xmms/Visualization/libparanormal.la
+lib/xmms/Visualization/libparanormal.so
+@dirrm lib/xmms/Visualization
diff --git a/audio/xmms-paranormal/distinfo b/audio/xmms-paranormal/distinfo
new file mode 100644
index 00000000000..73dcb19a763
--- /dev/null
+++ b/audio/xmms-paranormal/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/02/14 23:56:39 hubertf Exp $
+
+SHA1 (paranormal-0.2.0.tar.gz) = d0770592b088f80bb4832afe9b391d72b7ce86f0
+Size (paranormal-0.2.0.tar.gz) = 150654 bytes