diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-16 07:39:50 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-16 07:39:50 +0800 |
commit | 39e92aced3ca2f76b4240ad516bfc149f864494f (patch) | |
tree | 062676a1fa1984c2649c77f61fdc096aa93dcf1d /graphics/xmms-plazma | |
parent | 41f8962899038999d3e582610cd550ef94d707d8 (diff) | |
download | freebsd-ports-gnome-39e92aced3ca2f76b4240ad516bfc149f864494f.tar.gz freebsd-ports-gnome-39e92aced3ca2f76b4240ad516bfc149f864494f.tar.zst freebsd-ports-gnome-39e92aced3ca2f76b4240ad516bfc149f864494f.zip |
Plazma is an xmms visualization plugin, it was coded with the SDL library.
It runs on Linux, FreeBSD and of the majority of Unix.
It displays effects of rotation of grids, wave radial, oscilloscope and
spectrum analyzer in agreement with the music.
WWW: http://membres.lycos.fr/diablolight/
PR: 87490
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'graphics/xmms-plazma')
-rw-r--r-- | graphics/xmms-plazma/Makefile | 27 | ||||
-rw-r--r-- | graphics/xmms-plazma/distinfo | 2 | ||||
-rw-r--r-- | graphics/xmms-plazma/files/patch-plazma.c | 13 | ||||
-rw-r--r-- | graphics/xmms-plazma/pkg-descr | 8 |
4 files changed, 50 insertions, 0 deletions
diff --git a/graphics/xmms-plazma/Makefile b/graphics/xmms-plazma/Makefile new file mode 100644 index 000000000000..4aebbb48b96d --- /dev/null +++ b/graphics/xmms-plazma/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xmms-plazma +# Date created: 15 Oct 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= xmms-plazma +DISTVERSION= 0.0.7 +CATEGORIES= graphics +MASTER_SITES= http://membres.lycos.fr/diablolight/ + +MAINTAINER= alejandro@varnet.biz +COMMENT= Plazma is an XMMS visualization plugin + +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_GL= yes +USE_GNOME= gtk12 +USE_SDL= sdl + +USE_INC_LIBTOOL_VER=13 + +PLIST_FILES= lib/xmms/Visualization/libplazma.so + +.include <bsd.port.mk> diff --git a/graphics/xmms-plazma/distinfo b/graphics/xmms-plazma/distinfo new file mode 100644 index 000000000000..d29d152fda37 --- /dev/null +++ b/graphics/xmms-plazma/distinfo @@ -0,0 +1,2 @@ +MD5 (xmms-plazma-0.0.7.tar.gz) = fe1e59908132a572516cce213ebd946a +SIZE (xmms-plazma-0.0.7.tar.gz) = 149123 diff --git a/graphics/xmms-plazma/files/patch-plazma.c b/graphics/xmms-plazma/files/patch-plazma.c new file mode 100644 index 000000000000..bf56fc265643 --- /dev/null +++ b/graphics/xmms-plazma/files/patch-plazma.c @@ -0,0 +1,13 @@ +--- plazma.c.orig Thu Oct 25 14:58:03 2001 ++++ plazma.c Sat Oct 15 15:11:05 2005 +@@ -9,8 +9,8 @@ + + #include <gtk/gtk.h> + #include <math.h> +-#include <SDL/SDL.h> +-#include <SDL/SDL_thread.h> ++#include <SDL.h> ++#include <SDL_thread.h> + #include <xmms/plugin.h> + #include <xmms/util.h> + #include <stdio.h> diff --git a/graphics/xmms-plazma/pkg-descr b/graphics/xmms-plazma/pkg-descr new file mode 100644 index 000000000000..94d3fd6eeba9 --- /dev/null +++ b/graphics/xmms-plazma/pkg-descr @@ -0,0 +1,8 @@ +Plazma is an xmms visualization plugin, it was coded with the SDL library. + +It runs on Linux, FreeBSD and of the majority of Unix. + +It displays effects of rotation of grids, wave radial, oscilloscope and +spectrum analyzer in agreement with the music. + +WWW: http://membres.lycos.fr/diablolight/ |