mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add xmms-paranormal 0.2.0, an adaptation of the "OpenGL Spectrum
Analyzer" from XMMS. PR: 37477 Submitted by: David Yeske <dyeske@yahoo.com>
This commit is contained in:
parent
ff9bd36a6e
commit
ade6c82878
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58248
6 changed files with 54 additions and 0 deletions
|
@ -373,6 +373,7 @@
|
|||
SUBDIR += xmms-infinity
|
||||
SUBDIR += xmms-iris
|
||||
SUBDIR += xmms-jess
|
||||
SUBDIR += xmms-paranormal
|
||||
SUBDIR += xmms-xvs
|
||||
SUBDIR += xmorph
|
||||
SUBDIR += xmountains
|
||||
|
|
36
graphics/xmms-paranormal/Makefile
Normal file
36
graphics/xmms-paranormal/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
|||
# New ports collection makefile for: xmms-paranormal
|
||||
# Date created: 25 Apr 2002
|
||||
# Whom: David Yeske <dyeske@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-paranormal
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= paranormal
|
||||
DISTNAME= paranormal-${PORTVERSION:S/.p/pre/}
|
||||
|
||||
MAINTAINER= dyeske@yahoo.com
|
||||
|
||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
SDL-1.1.4:${PORTSDIR}/devel/sdl12
|
||||
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
|
||||
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include/libxml2/libxml" SDL_CONFIG="${SDL_CONFIG}"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GLIB= yes
|
||||
USE_GTK= yes
|
||||
USE_GMAKE= yes
|
||||
USE_MESA= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
pre-build:
|
||||
@${PERL} -pi -e 's|SDL/|SDL11/|g;' ${WRKSRC}/xmms.c
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/xmms-paranormal/distinfo
Normal file
1
graphics/xmms-paranormal/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (paranormal-0.2.0.tar.gz) = edcabc53164747162d068b290afa0b94
|
1
graphics/xmms-paranormal/pkg-comment
Normal file
1
graphics/xmms-paranormal/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
An adaptation of the "OpenGL Spectrum Analyzer" from XMMS
|
12
graphics/xmms-paranormal/pkg-descr
Normal file
12
graphics/xmms-paranormal/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
Paranormal is an extremely customizable (pseudo-programmable) audio
|
||||
visualization library, based (conceptually) on Winamp's AVS plugin.
|
||||
The goal of Paranormal is to be as flexible as possible by providing
|
||||
a number of 'actuators' that perform various tasks involved in
|
||||
generating an image. These actuators can then be combined to create
|
||||
a nearly unlimited number of effects. These combinations can be
|
||||
saved to a file to be brought back later.
|
||||
|
||||
WWW: http://paranormal.sourceforge.net/
|
||||
|
||||
- David
|
||||
dyeske@yahoo.com
|
3
graphics/xmms-paranormal/pkg-plist
Normal file
3
graphics/xmms-paranormal/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/paranormal
|
||||
bin/pndoc
|
||||
lib/xmms/Visualization/libparanormal.so
|
Loading…
Add table
Reference in a new issue