b3cd987b53
Accelerated hardware, but is not actually 3D. Features: Low CPU Usage because of 3D accelerated hardware. All effects including potentially expensive complex image transformations are done in hardware. So, if you have a fast video card, your CPU most of a time will be idle! Powerful C-style Scripting Language will help you to program your own nice presets! The visualization is under your control! Root-window rendering supported. Put a nice video effects on your desktop! This feature is window-manager dependent. KDE and GNOME probably won't work Press 'V' to switch to root-window mode. Full-screen rendering. Planned. WWW: http://xmms-scivi.sourceforge.net/ PR: 87488 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: xmms-scivi
|
|
# Date created: 15 Oct 2005
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scivi
|
|
DISTVERSION= 0.2.0-rc3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
|
|
PKGNAMEPREFIX= xmms-
|
|
|
|
MAINTAINER= alejandro@varnet.biz
|
|
COMMENT= Scivi is a visualization plugin for XMMS
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
USE_REINPLACE= yes
|
|
USE_GL= yes
|
|
USE_GNOME= gtk12
|
|
|
|
USE_LIBTOOL_VER=15
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \
|
|
${WRKSRC}/configure ${WRKSRC}/src/Makefile.in
|
|
@${REINPLACE_CMD} -e "s|<stdint.h>|<inttypes.h>|g" \
|
|
${WRKSRC}/src/dynam.c ${WRKSRC}/src/glstuff.c \
|
|
${WRKSRC}/src/gui.c ${WRKSRC}/src/plugin.c \
|
|
${WRKSRC}/src/presets.c ${WRKSRC}/src/scivi.c \
|
|
${WRKSRC}/src/utilx.c ${WRKSRC}/src/utilf.c \
|
|
${WRKSRC}/src/utilsnd.c
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|