From 729377c0dec982b52b99a08e8461c368eec0f1b8 Mon Sep 17 00:00:00 2001 From: netchild Date: Tue, 23 Apr 2002 16:46:05 +0000 Subject: Add xmms-gdancer 0.4.4, XMMS Visualization plugin, displays dancing figures. Approved by: steve --- audio/Makefile | 1 + audio/xmms-gdancer/Makefile | 34 ++++++++++++++++++++++++++++++++++ audio/xmms-gdancer/distinfo | 1 + audio/xmms-gdancer/pkg-comment | 1 + audio/xmms-gdancer/pkg-descr | 3 +++ audio/xmms-gdancer/pkg-plist | 1 + 6 files changed, 41 insertions(+) create mode 100644 audio/xmms-gdancer/Makefile create mode 100644 audio/xmms-gdancer/distinfo create mode 100644 audio/xmms-gdancer/pkg-comment create mode 100644 audio/xmms-gdancer/pkg-descr create mode 100644 audio/xmms-gdancer/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index af609a7..dcca7be 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -255,6 +255,7 @@ SUBDIR += xmms-crossfade SUBDIR += xmms-crystality SUBDIR += xmms-fc + SUBDIR += xmms-gdancer SUBDIR += xmms-kde SUBDIR += xmms-liveice SUBDIR += xmms-musepack diff --git a/audio/xmms-gdancer/Makefile b/audio/xmms-gdancer/Makefile new file mode 100644 index 0000000..0d224ae --- /dev/null +++ b/audio/xmms-gdancer/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: xmms-gdancer +# Date created: 2. Jul 2001 +# Whom: Alexander@Leidinger.net +# +# $FreeBSD$ +# + +PORTNAME= xmms-gdancer +PORTVERSION= 0.4.4 +CATEGORIES= audio +MASTER_SITES= http://www.figz.com/gdancer/files/ +DISTNAME= gdancer-$(PORTVERSION) + +MAINTAINER= netchild@FreeBSD.org + +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms \ + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + +USE_X_PREFIX= yes +USE_GTK= yes +INSTALLS_SHLIB= yes + +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --enable-pixbuf + +post-install: + -${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la + @${ECHO_CMD} +++ + @${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php + @${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just + @${ECHO_CMD} create it. + +.include diff --git a/audio/xmms-gdancer/distinfo b/audio/xmms-gdancer/distinfo new file mode 100644 index 0000000..ca0f351 --- /dev/null +++ b/audio/xmms-gdancer/distinfo @@ -0,0 +1 @@ +MD5 (gdancer-0.4.4.tar.gz) = 49a1f116c6cf64209c366381adeecc60 diff --git a/audio/xmms-gdancer/pkg-comment b/audio/xmms-gdancer/pkg-comment new file mode 100644 index 0000000..a65eea3 --- /dev/null +++ b/audio/xmms-gdancer/pkg-comment @@ -0,0 +1 @@ +XMMS Visualization plugin, displays dancing figures diff --git a/audio/xmms-gdancer/pkg-descr b/audio/xmms-gdancer/pkg-descr new file mode 100644 index 0000000..987c245 --- /dev/null +++ b/audio/xmms-gdancer/pkg-descr @@ -0,0 +1,3 @@ +XMMS Visualization plugin, displays dancing figures. + +WWW: http://www.figz.com/gdancer/ diff --git a/audio/xmms-gdancer/pkg-plist b/audio/xmms-gdancer/pkg-plist new file mode 100644 index 0000000..31f0ef9 --- /dev/null +++ b/audio/xmms-gdancer/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Visualization/gdancer.so -- cgit v1.1