1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

New port xmms-nebulus version 0.3.0: A XMMS visualization plugin

that uses SDL and OpenGL

Submitted by:	David Yeske <dyeske@yahoo.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-10-05 18:36:21 +00:00
parent ba55e860c6
commit 4479c666d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67366
7 changed files with 80 additions and 0 deletions

View File

@ -426,6 +426,7 @@
SUBDIR += xmms-infinity
SUBDIR += xmms-iris
SUBDIR += xmms-jess
SUBDIR += xmms-nebulus
SUBDIR += xmms-paranormal
SUBDIR += xmms-xvs
SUBDIR += xmorph

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: xmms-nebulus
# Date created: 3 Oct 2002
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= xmms-nebulus
PORTVERSION= 0.3.0
CATEGORIES= graphics
MASTER_SITES= http://nebulus.tuxfamily.org/
MAINTAINER= dyeske@yahoo.com
BUILD_DEPENDS= xmms-config:${PORTSDIR}/audio/xmms
LIB_DEPENDS= SDL-1.1.4:${PORTSDIR}/devel/sdl12
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_X_PREFIX= yes
USE_MESA= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-patch:
@${REINPLACE_CMD} -e 's|SDL/SDL.h|SDL11/SDL.h|g; \
s|SDL/SDL_thread.h|SDL11/SDL_thread.h|g' \
${WRKSRC}/src/nebulus.c
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xmms-nebulus-0.3.0.tar.gz) = 7c56c0587f1ae610c242b1db88fad22b

View File

@ -0,0 +1,25 @@
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1 @@
A XMMS visualization plugin that uses SDL and OpenGL

View File

@ -0,0 +1,17 @@
Nebulus is an OpenGL visual plugin for XMMS.
It's based of several projects:
- Face blur
- Spectrum analyzer
- Knot effect
- Glthreads
- Tunnel
- Twist
- Tentacles
- Blob
- Energy
WWW: http://nebulus.tuxfamily.org/
- David
dyeske@yahoo.com

View File

@ -0,0 +1 @@
lib/xmms/Visualization/libnebulus.so