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:
parent
ba55e860c6
commit
4479c666d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67366
@ -426,6 +426,7 @@
|
||||
SUBDIR += xmms-infinity
|
||||
SUBDIR += xmms-iris
|
||||
SUBDIR += xmms-jess
|
||||
SUBDIR += xmms-nebulus
|
||||
SUBDIR += xmms-paranormal
|
||||
SUBDIR += xmms-xvs
|
||||
SUBDIR += xmorph
|
||||
|
34
graphics/xmms-nebulus/Makefile
Normal file
34
graphics/xmms-nebulus/Makefile
Normal 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>
|
1
graphics/xmms-nebulus/distinfo
Normal file
1
graphics/xmms-nebulus/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmms-nebulus-0.3.0.tar.gz) = 7c56c0587f1ae610c242b1db88fad22b
|
25
graphics/xmms-nebulus/files/patch-ltmain.sh
Normal file
25
graphics/xmms-nebulus/files/patch-ltmain.sh
Normal 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"
|
1
graphics/xmms-nebulus/pkg-comment
Normal file
1
graphics/xmms-nebulus/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A XMMS visualization plugin that uses SDL and OpenGL
|
17
graphics/xmms-nebulus/pkg-descr
Normal file
17
graphics/xmms-nebulus/pkg-descr
Normal 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
|
1
graphics/xmms-nebulus/pkg-plist
Normal file
1
graphics/xmms-nebulus/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/xmms/Visualization/libnebulus.so
|
Loading…
Reference in New Issue
Block a user