diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-16 22:53:56 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-16 22:53:56 +0000 |
commit | 06c90356264d193eb1f7d676f908de057316a0e4 (patch) | |
tree | 63c65fe17995c0d6d9efae5418563962005bdca2 /graphics/xmms-dscope | |
parent | 32e06537aff7300452253d13e5ad06fc8a75429c (diff) |
Notes
Diffstat (limited to 'graphics/xmms-dscope')
-rw-r--r-- | graphics/xmms-dscope/Makefile | 32 | ||||
-rw-r--r-- | graphics/xmms-dscope/distinfo | 2 | ||||
-rw-r--r-- | graphics/xmms-dscope/files/patch-dscope.c | 10 | ||||
-rw-r--r-- | graphics/xmms-dscope/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/xmms-dscope/pkg-plist | 4 |
5 files changed, 54 insertions, 0 deletions
diff --git a/graphics/xmms-dscope/Makefile b/graphics/xmms-dscope/Makefile new file mode 100644 index 000000000000..0c9442417e36 --- /dev/null +++ b/graphics/xmms-dscope/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: graphics/xmms-dscope +# Date created: 15 Jun 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= dscope +PORTVERSION= 1.3.1 +CATEGORIES= graphics +MASTER_SITES= http://www.shell.linux.se/bm/f/ +PKGNAMEPREFIX= xmms- +DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/} + +MAINTAINER= alejandro@varnet.biz +COMMENT= Dual Scope visualization plugin for XMMS + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GNOME= gtk12 + +post-patch: + @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3||; \ + s|-Wall|-Wall ${CFLAGS}|; \ + s|gtk-config|${GTK_CONFIG}|; \ + s|install lib|${INSTALL_PROGRAM} lib|; \ + s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/graphics/xmms-dscope/distinfo b/graphics/xmms-dscope/distinfo new file mode 100644 index 000000000000..63c862fbcb88 --- /dev/null +++ b/graphics/xmms-dscope/distinfo @@ -0,0 +1,2 @@ +MD5 (dscope-v1.3.1.tar.gz) = a883144570402cd67eb1090a4b9b529a +SIZE (dscope-v1.3.1.tar.gz) = 35920 diff --git a/graphics/xmms-dscope/files/patch-dscope.c b/graphics/xmms-dscope/files/patch-dscope.c new file mode 100644 index 000000000000..5a536509703c --- /dev/null +++ b/graphics/xmms-dscope/files/patch-dscope.c @@ -0,0 +1,10 @@ +--- dscope.c.orig Sun Nov 10 16:01:05 2002 ++++ dscope.c Wed Jun 15 18:51:15 2005 +@@ -11,6 +11,7 @@ + #include <math.h> + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + #include <xmms/plugin.h> + #include <xmms/configfile.h> + diff --git a/graphics/xmms-dscope/pkg-descr b/graphics/xmms-dscope/pkg-descr new file mode 100644 index 000000000000..2ad2a6b35955 --- /dev/null +++ b/graphics/xmms-dscope/pkg-descr @@ -0,0 +1,6 @@ +Dual Scope is a visualization plugin for XMMS. + +WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin + +- Alejandro Pulver +alejandro@varnet.biz diff --git a/graphics/xmms-dscope/pkg-plist b/graphics/xmms-dscope/pkg-plist new file mode 100644 index 000000000000..75ac7a59a20a --- /dev/null +++ b/graphics/xmms-dscope/pkg-plist @@ -0,0 +1,4 @@ +lib/xmms/Visualization/libdscope.so +share/xmms/dscope_themes/bg_gtk.xpm +share/xmms/dscope_themes/bg_xmms.xpm +@dirrm share/xmms/dscope_themes |