diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-18 05:02:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-18 05:02:21 +0000 |
commit | d3fa75c7de2666f5e89f3f9b385911fa2c2d80d0 (patch) | |
tree | 16dc23e2ca4d70859f31c5de891beb38a90a224e | |
parent | 2e160df7271593e3967191d68d8b3ae3eb4820b0 (diff) | |
download | pkgsrc-d3fa75c7de2666f5e89f3f9b385911fa2c2d80d0.tar.gz |
xmms-neato-20010818: Circle effect XMMS plugin
-rw-r--r-- | audio/xmms-neato/Makefile | 36 | ||||
-rw-r--r-- | audio/xmms-neato/distinfo | 5 | ||||
-rw-r--r-- | audio/xmms-neato/patches/patch-aa | 13 | ||||
-rw-r--r-- | audio/xmms-neato/pkg/DESCR | 1 | ||||
-rw-r--r-- | audio/xmms-neato/pkg/PLIST | 4 |
5 files changed, 59 insertions, 0 deletions
diff --git a/audio/xmms-neato/Makefile b/audio/xmms-neato/Makefile new file mode 100644 index 00000000000..3c6a674a4f5 --- /dev/null +++ b/audio/xmms-neato/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/18 05:02:21 hubertf Exp $ +# + +DISTNAME= neato +PKGNAME= xmms-neato-20010818 +CATEGORIES= xmms audio +MASTER_SITES= http://www.rpi.edu/~mullr/xmms/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.rpi.edu/~mullr/xmms/ +COMMENT= Circle effect XMMS plugin + +GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= yes +USE_X11= yes +USE_LIBTOOL= yes +USE_GMAKE= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +CPPFLAGS+= -D_POSIX_THREAD_SYSCALL_SOFT=1 + +GNU_CONFIGURE= YES + +post-extract: + cd ${WRKSRC} ; \ + ${RM} mkinstalldirs ; \ + ${ECHO} "#!/bin/sh" >>mkinstalldirs ; \ + ${ECHO} 'exec ${MKDIR} "$$@"' >>mkinstalldirs ; \ + ${CHMOD} +x mkinstalldirs ; \ + ${RM} install-sh ; \ + ${ECHO} "#!/bin/sh" >>install-sh ; \ + ${ECHO} 'exec ${INSTALL} "$$@"' >>install-sh ; \ + ${CHMOD} +x install-sh ; \ + ${MAKE} distclean + +.include "../../audio/xmms/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/xmms-neato/distinfo b/audio/xmms-neato/distinfo new file mode 100644 index 00000000000..8c0b2dbd4c9 --- /dev/null +++ b/audio/xmms-neato/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/08/18 05:02:21 hubertf Exp $ + +SHA1 (neato.tar.gz) = 43bbbf0f87a24073924dd0f6b7c095c468cec867 +Size (neato.tar.gz) = 138206 bytes +SHA1 (patch-aa) = 6dc4a0037cd4aa3374dc2cc43b300c541cd28261 diff --git a/audio/xmms-neato/patches/patch-aa b/audio/xmms-neato/patches/patch-aa new file mode 100644 index 00000000000..38df586fbe5 --- /dev/null +++ b/audio/xmms-neato/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/08/18 05:02:21 hubertf Exp $ + +--- Makefile.in.orig Sat Dec 25 23:16:10 1999 ++++ Makefile.in +@@ -75,7 +75,7 @@ + VERSION = @VERSION@ + + lib_LTLIBRARIES = neato.la +-libdir = /usr/lib/xmms/Visualization ++libdir = `${XMMS_CONFIG} --visualization-plugin-dir` + + neato_la_LDFLAGS = -module -avoid-version + LIBS = @GTK_LIBS@ diff --git a/audio/xmms-neato/pkg/DESCR b/audio/xmms-neato/pkg/DESCR new file mode 100644 index 00000000000..146f0c9c676 --- /dev/null +++ b/audio/xmms-neato/pkg/DESCR @@ -0,0 +1 @@ +Russerll's Super-Neato-Box is a visual XMMS plugin. diff --git a/audio/xmms-neato/pkg/PLIST b/audio/xmms-neato/pkg/PLIST new file mode 100644 index 00000000000..9a12446f118 --- /dev/null +++ b/audio/xmms-neato/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/08/18 05:02:21 hubertf Exp $ +lib/xmms/Visualization/neato.a +lib/xmms/Visualization/neato.la +lib/xmms/Visualization/neato.so |