Add xmms-dspectral.
Dual Spectralizer is a visualization plugin for XMMS. WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin PR: ports/82300 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
This commit is contained in:
parent
c64997ab75
commit
4aa61382a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137568
6 changed files with 58 additions and 0 deletions
|
@ -570,6 +570,7 @@
|
|||
SUBDIR += xmedcon
|
||||
SUBDIR += xmfract
|
||||
SUBDIR += xmms-blursk
|
||||
SUBDIR += xmms-dspectral
|
||||
SUBDIR += xmms-finespectrum
|
||||
SUBDIR += xmms-fishmatic
|
||||
SUBDIR += xmms-gdancer
|
||||
|
|
32
graphics/xmms-dspectral/Makefile
Normal file
32
graphics/xmms-dspectral/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: graphics/xmms-dspectral
|
||||
# Date created: 15 Jun 2005
|
||||
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dspectral
|
||||
PORTVERSION= 1.2.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 Spectralizer 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|-m486||; s|-O2||; \
|
||||
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>
|
2
graphics/xmms-dspectral/distinfo
Normal file
2
graphics/xmms-dspectral/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (dspectral-v1.2.1.tar.gz) = 8500a7ad53841d90dfec852c080b7fd7
|
||||
SIZE (dspectral-v1.2.1.tar.gz) = 43983
|
10
graphics/xmms-dspectral/files/patch-dspectral.c
Normal file
10
graphics/xmms-dspectral/files/patch-dspectral.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- dspectral.c.orig Sun Nov 10 16:01:07 2002
|
||||
+++ dspectral.c Wed Jun 15 19:17:02 2005
|
||||
@@ -12,6 +12,7 @@
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <xmms/plugin.h>
|
||||
#include <xmms/configfile.h>
|
||||
|
6
graphics/xmms-dspectral/pkg-descr
Normal file
6
graphics/xmms-dspectral/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Dual Spectralizer is a visualization plugin for XMMS.
|
||||
|
||||
WWW: http://www.shell.linux.se/bm/index.php?page=xmmsplugin
|
||||
|
||||
- Alejandro Pulver
|
||||
alejandro@varnet.biz
|
7
graphics/xmms-dspectral/pkg-plist
Normal file
7
graphics/xmms-dspectral/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
lib/xmms/Visualization/libdspectral.so
|
||||
share/xmms/dspectral_themes/bg_blue.xpm
|
||||
share/xmms/dspectral_themes/bg_darkgreen.xpm
|
||||
share/xmms/dspectral_themes/bg_gtk.xpm
|
||||
share/xmms/dspectral_themes/bg_white.xpm
|
||||
share/xmms/dspectral_themes/bg_xmms.xpm
|
||||
@dirrm share/xmms/dspectral_themes
|
Loading…
Reference in a new issue