Add JESS, a XMMS visualization plugin that uses SDL.
PR: 35551 Submitted by: David Yeske <dyeske@yahoo.com>
This commit is contained in:
parent
df479a9869
commit
b10a6789a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56561
6 changed files with 37 additions and 0 deletions
|
@ -361,6 +361,7 @@
|
|||
SUBDIR += xmms-fishmatic
|
||||
SUBDIR += xmms-gforce
|
||||
SUBDIR += xmms-goom
|
||||
SUBDIR += xmms-jess
|
||||
SUBDIR += xmms-xvs
|
||||
SUBDIR += xmorph
|
||||
SUBDIR += xmountains
|
||||
|
|
27
graphics/xmms-jess/Makefile
Normal file
27
graphics/xmms-jess/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: xmms-jess
|
||||
# Date created: 3 Feb 2002
|
||||
# Whom: David Yeske <dyeske@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xmms-jess
|
||||
PORTVERSION= 2.9.1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://arquier.free.fr/
|
||||
DISTNAME= JESS-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dyeske@yahoo.com
|
||||
|
||||
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
|
||||
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12
|
||||
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
|
||||
|
||||
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
||||
|
||||
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GLIB= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/xmms-jess/distinfo
Normal file
1
graphics/xmms-jess/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (JESS-2.9.1.tar.gz) = e40db7d3f107c4d7324dbe66faf4fb6b
|
1
graphics/xmms-jess/pkg-comment
Normal file
1
graphics/xmms-jess/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A XMMS visualization plugin that uses SDL
|
6
graphics/xmms-jess/pkg-descr
Normal file
6
graphics/xmms-jess/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
JESS is a visualization plugin for XMMS.
|
||||
|
||||
WWW: http://arquier.free.fr/
|
||||
|
||||
- David
|
||||
dyeske@yahoo.com
|
1
graphics/xmms-jess/pkg-plist
Normal file
1
graphics/xmms-jess/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
lib/xmms/Visualization/libjess.so
|
Loading…
Reference in a new issue