diff options
Diffstat (limited to 'graphics')
78 files changed, 0 insertions, 1216 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c9eeaedc78de..40aa75792b01 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1045,22 +1045,6 @@ SUBDIR += xmedcon SUBDIR += xmfract SUBDIR += xmlgraphics-commons - SUBDIR += xmms-blursk - SUBDIR += xmms-dancingparticles - SUBDIR += xmms-dflowers - SUBDIR += xmms-dscope - SUBDIR += xmms-dspectogram - SUBDIR += xmms-dspectral - SUBDIR += xmms-finespectrum - SUBDIR += xmms-fishmatic - SUBDIR += xmms-gdancer - SUBDIR += xmms-iris - SUBDIR += xmms-jess - SUBDIR += xmms-nebulus - SUBDIR += xmms-paranormal - SUBDIR += xmms-scivi - SUBDIR += xmms-vumeter - SUBDIR += xmms-waterfall SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xnview diff --git a/graphics/xmms-blursk/Makefile b/graphics/xmms-blursk/Makefile deleted file mode 100644 index 83be9c7e0043..000000000000 --- a/graphics/xmms-blursk/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= blursk -PORTVERSION= 1.3 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= http://web.cecs.pdx.edu/~kirkenda/blursk/ -PKGNAMEPREFIX= xmms- -DISTNAME= Blursk-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS plugin inspired by "Blur Scope" - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LICENSE= GPLv2 # (or later) - -BUILD_DEPENDS= xmms>0:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms>0:${PORTSDIR}/multimedia/xmms - -USES= compiler -USE_XORG= x11 xv -USE_GNOME= gtk12 -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes - -PLIST_FILES= lib/xmms/Visualization/libblursk.so - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" && ${COMPILER_TYPE} == "clang" -USE_BINUTILS= yes -CPPFLAGS+= -no-integrated-as -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-O2|| ; \ - s|@PTHREAD_LIBS@||' ${WRKSRC}/Makefile.in - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Visualization - (cd ${WRKSRC}/.libs && ${INSTALL_LIB} libblursk.so \ - ${STAGEDIR}${PREFIX}/lib/xmms/Visualization) - -.include <bsd.port.post.mk> diff --git a/graphics/xmms-blursk/distinfo b/graphics/xmms-blursk/distinfo deleted file mode 100644 index 4bcba68b42b9..000000000000 --- a/graphics/xmms-blursk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Blursk-1.3.tar.gz) = df26697ee1f543f0424fc97dcd0e70eb6c0dde9f367c6db8a8cc72c3b69a19b8 -SIZE (Blursk-1.3.tar.gz) = 345631 diff --git a/graphics/xmms-blursk/pkg-descr b/graphics/xmms-blursk/pkg-descr deleted file mode 100644 index 82a80827965f..000000000000 --- a/graphics/xmms-blursk/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Blursk is a visualization plugin for the XMMS MP3 player. It was -inspired by the "Blur Scope" plugin, but Blursk goes far beyond -that. It supports a wide variety of colormaps, blur patterns, -plotting styles, and other options - -WWW: http://web.cecs.pdx.edu/~kirkenda/blursk/ diff --git a/graphics/xmms-dancingparticles/Makefile b/graphics/xmms-dancingparticles/Makefile deleted file mode 100644 index ea4a0e5109f1..000000000000 --- a/graphics/xmms-dancingparticles/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= dancingparticles -PORTVERSION= 0.6 -PORTREVISION= 10 -CATEGORIES= graphics -MASTER_SITES= http://tardyp.free.fr/dancingparticles/ -PKGNAMEPREFIX= xmms- -DISTNAME= ${PORTNAME}${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Makes particles dance with pretty neon colors - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ - libxmms.so:${PORTSDIR}/multimedia/xmms - -USE_GL= glut -USE_GNOME= gtk12 -USE_SDL= sdl - -PLIST_FILES= lib/xmms/Visualization/libdancingparticles2.so \ - %%DATADIR%%/dance.epic \ - %%DATADIR%%/dancingparticles.conf \ - %%DATADIR%%/font.pfb \ - %%DATADIR%%/xmms.epic -PLIST_DIRS= %%DATADIR%% - -post-patch: - @${FIND} ${WRKSRC} -name "*.cc" -or -name "*.h" -print0 | ${XARGS} -0 \ - ${REINPLACE_CMD} -e \ - 's|\(#include.*\)SDL/\(SDL.*\)|\1\2| ; \ - s|/usr/local|${PREFIX}|' - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Visualization - (cd ${WRKSRC} && ${INSTALL_LIB} libdancingparticles2.so \ - ${STAGEDIR}${PREFIX}/lib/xmms/Visualization) - @${MKDIR} ${STAGEDIR}${DATADIR} -.for i in dance.epic dancingparticles.conf font.pfb xmms.epic - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DATADIR}) -.endfor - -.include <bsd.port.mk> diff --git a/graphics/xmms-dancingparticles/distinfo b/graphics/xmms-dancingparticles/distinfo deleted file mode 100644 index fdc0bb05b5b2..000000000000 --- a/graphics/xmms-dancingparticles/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dancingparticles0.6.tgz) = 50bb3d016c63ff7bf17f20b751ca454af975e5af224e33cea80bb353ac27a6f2 -SIZE (dancingparticles0.6.tgz) = 69299 diff --git a/graphics/xmms-dancingparticles/files/patch-Makefile b/graphics/xmms-dancingparticles/files/patch-Makefile deleted file mode 100644 index 275279ed1af0..000000000000 --- a/graphics/xmms-dancingparticles/files/patch-Makefile +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.orig 2004-01-31 20:05:51.000000000 +0900 -+++ Makefile 2013-12-12 06:44:52.000000000 +0900 -@@ -1,14 +1,13 @@ --CC = gcc - #OPT = -m486 -O2 - #OPT = -mpentium -O6 --OPT = -mcpu=k6 -march=k6 -O6 --CFLAGS = $(OPT) -Wall -fPIC `gtk-config --cflags gthread` --LFLAGS = -shared -fPIC -L/usr/local/lib -lm -lstdc++ -lGL -lGLU -L/usr/X11R6/lib -lt1 -lSDL --LFLAGS2 = -L/usr/local/lib -lm -lstdc++ -lGL -lGLU -L/usr/X11R6/lib -lpthread -lgtk -lgdk -lglut -lt1 -+CPPFLAGS += -fPIC `${GTK_CONFIG} --cflags gthread` `${SDL_CONFIG} --cflags` -+LFLAGS = -shared -fPIC -lm -lGL -lGLU -lt1 `${SDL_CONFIG} --libs` -+LFLAGS2 = -lm -lGL -lGLU -lglut -lt1 `${GTK_CONFIG} --libs gdk` - OBJ = plugin.o gl.o etoile.o readme.o parameters.o epic.o config.o signal.o t1font.o - - INSTALL-DIR=`xmms-config --visualization-plugin-dir` - XMMS_DATADIR=`xmms-config --data-dir` -+DATADIR=${PREFIX}/share/dancingparticles - BIN=libdancingparticles2.so - all: $(BIN) - -@@ -20,11 +19,11 @@ - $(CC) -o test $(OBJ) main.o $(LFLAGS2) - - .cpp.o: -- $(CC) $(CFLAGS) $(XMMS_DATADIR_FLAGS) -c $< -+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(XMMS_DATADIR_FLAGS) -c $< - .cc.o: -- $(CC) $(CFLAGS) $(XMMS_DATADIR_FLAGS) -c $< -+ $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(XMMS_DATADIR_FLAGS) -c $< - .c.o: -- $(CC) $(CFLAGS) $(XMMS_DATADIR_FLAGS) -c $< -+ $(CC) $(CFLAGS) $(CPPFLAGS) $(XMMS_DATADIR_FLAGS) -c $< - - clean: - rm -f *.o core *.so* test *~ *\# readme.c diff --git a/graphics/xmms-dancingparticles/files/patch-parameters.cc b/graphics/xmms-dancingparticles/files/patch-parameters.cc deleted file mode 100644 index 8a38d679b06e..000000000000 --- a/graphics/xmms-dancingparticles/files/patch-parameters.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- parameters.cc.orig Sat Oct 15 21:31:18 2005 -+++ parameters.cc Sat Oct 15 21:31:39 2005 -@@ -2,6 +2,7 @@ - #include "etoile.h" - #include <stdio.h> - #include <stdlib.h> -+#include <locale.h> - #include "t1font.h" - // or why use lex when.. - diff --git a/graphics/xmms-dancingparticles/files/patch-plugin.cc b/graphics/xmms-dancingparticles/files/patch-plugin.cc deleted file mode 100644 index e85400ee63e8..000000000000 --- a/graphics/xmms-dancingparticles/files/patch-plugin.cc +++ /dev/null @@ -1,45 +0,0 @@ ---- plugin.cc.orig -+++ plugin.cc -@@ -109,7 +109,7 @@ - - static SDL_Surface *opengl_screen = NULL; - static SDL_Thread *draw_thread = NULL; --SDL_mutex *mutex = NULL; -+SDL_mutex *sdlmutex = NULL; - - VisPlugin dp_vplugin = { - NULL, /* internal */ -@@ -158,14 +158,14 @@ - void - init_mutexes (void) - { -- mutex = SDL_CreateMutex(); -+ sdlmutex = SDL_CreateMutex(); - } - - - void - destroy_mutexes (void) - { -- SDL_DestroyMutex(mutex); -+ SDL_DestroyMutex(sdlmutex); - } - - void -@@ -456,14 +456,14 @@ - - while (!point_general->finished) { - if (!point_general->paused) { -- SDL_mutexP(mutex); -+ SDL_mutexP(sdlmutex); - - update_playlist_info(); - look_conf_file(); - etoileLoop(); - draw_gl(); - -- SDL_mutexV(mutex); -+ SDL_mutexV(sdlmutex); - calc_fps(); - calc_max_fps(); - printf("\rFPS: %3.2f", framerate); printf(" "); diff --git a/graphics/xmms-dancingparticles/files/patch-signal.cc b/graphics/xmms-dancingparticles/files/patch-signal.cc deleted file mode 100644 index 5f788e8f5d6b..000000000000 --- a/graphics/xmms-dancingparticles/files/patch-signal.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- signal.cc.orig -+++ signal.cc -@@ -24,7 +24,7 @@ - #include <SDL/SDL_thread.h> - - beatdetector detector; --extern SDL_mutex *mutex; -+extern SDL_mutex *sdlmutex; - - beatdetector::beatdetector() - { -@@ -93,7 +93,7 @@ - { - int i; - -- SDL_mutexP(mutex); -+ SDL_mutexP(sdlmutex); - - for(i = 0; i < 32; i++) - heights[i] = (heights[i] + spectrum[0][i]) / 2; -@@ -126,7 +126,7 @@ - - curloudness = (curloudness + 1)%200; - -- SDL_mutexV(mutex); -+ SDL_mutexV(sdlmutex); - - } - diff --git a/graphics/xmms-dancingparticles/pkg-descr b/graphics/xmms-dancingparticles/pkg-descr deleted file mode 100644 index 5ded5728d973..000000000000 --- a/graphics/xmms-dancingparticles/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This plugin makes particles dance. Very pretty neon colors. - -WWW: http://tardyp.free.fr/dancingparticles/ diff --git a/graphics/xmms-dflowers/Makefile b/graphics/xmms-dflowers/Makefile deleted file mode 100644 index c1e1462a74a2..000000000000 --- a/graphics/xmms-dflowers/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= dflowers -PORTVERSION= 1.2.1 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver -PKGNAMEPREFIX= xmms- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dual Flowers visualization plugin for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_GNOME= gtk12 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \ - s|-Wall|-Wall ${CFLAGS}|; \ - s|gtk-config|${GTK_CONFIG}|; \ - s|install lib|${INSTALL_PROGRAM} lib|; \ - s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/graphics/xmms-dflowers/distinfo b/graphics/xmms-dflowers/distinfo deleted file mode 100644 index 01512862eb4b..000000000000 --- a/graphics/xmms-dflowers/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dflowers-v1.2.1.tar.gz) = fbd2d76ede96ddf80bc352227ec2763622ce5c1fc4e5bd80af7be9e76f9996f8 -SIZE (dflowers-v1.2.1.tar.gz) = 47051 diff --git a/graphics/xmms-dflowers/files/patch-dflowers.c b/graphics/xmms-dflowers/files/patch-dflowers.c deleted file mode 100644 index 34d1af58e1c6..000000000000 --- a/graphics/xmms-dflowers/files/patch-dflowers.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dflowers.c.orig Sun Nov 10 16:01:04 2002 -+++ dflowers.c Tue Jun 14 20:56:53 2005 -@@ -11,6 +11,7 @@ - #include <math.h> - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <xmms/plugin.h> - #include <xmms/configfile.h> - diff --git a/graphics/xmms-dflowers/pkg-descr b/graphics/xmms-dflowers/pkg-descr deleted file mode 100644 index f22ff852edd6..000000000000 --- a/graphics/xmms-dflowers/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Dual Flowers is a visualization plugin for XMMS. diff --git a/graphics/xmms-dflowers/pkg-plist b/graphics/xmms-dflowers/pkg-plist deleted file mode 100644 index 7da5063d11e6..000000000000 --- a/graphics/xmms-dflowers/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/xmms/Visualization/libdflowers.so -share/xmms/dflowers_themes/bg_blueheart.xpm -share/xmms/dflowers_themes/bg_def.xpm -@dirrm share/xmms/dflowers_themes diff --git a/graphics/xmms-dscope/Makefile b/graphics/xmms-dscope/Makefile deleted file mode 100644 index 10e269021d24..000000000000 --- a/graphics/xmms-dscope/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= dscope -PORTVERSION= 1.3.1 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver -PKGNAMEPREFIX= xmms- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dual Scope visualization plugin for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_GNOME= gtk12 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3||; \ - s|-Wall|-Wall ${CFLAGS}|; \ - s|gtk-config|${GTK_CONFIG}|; \ - s|install lib|${INSTALL_PROGRAM} lib|; \ - s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/graphics/xmms-dscope/distinfo b/graphics/xmms-dscope/distinfo deleted file mode 100644 index 6ab9766a726b..000000000000 --- a/graphics/xmms-dscope/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dscope-v1.3.1.tar.gz) = 018e9b6013ee90b659c036bb53d8b248b330833d546c258c35b100ebb4612428 -SIZE (dscope-v1.3.1.tar.gz) = 35920 diff --git a/graphics/xmms-dscope/files/patch-dscope.c b/graphics/xmms-dscope/files/patch-dscope.c deleted file mode 100644 index 5a536509703c..000000000000 --- a/graphics/xmms-dscope/files/patch-dscope.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dscope.c.orig Sun Nov 10 16:01:05 2002 -+++ dscope.c Wed Jun 15 18:51:15 2005 -@@ -11,6 +11,7 @@ - #include <math.h> - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <xmms/plugin.h> - #include <xmms/configfile.h> - diff --git a/graphics/xmms-dscope/pkg-descr b/graphics/xmms-dscope/pkg-descr deleted file mode 100644 index f087a2a807ab..000000000000 --- a/graphics/xmms-dscope/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Dual Scope is a visualization plugin for XMMS. diff --git a/graphics/xmms-dscope/pkg-plist b/graphics/xmms-dscope/pkg-plist deleted file mode 100644 index 75ac7a59a20a..000000000000 --- a/graphics/xmms-dscope/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/xmms/Visualization/libdscope.so -share/xmms/dscope_themes/bg_gtk.xpm -share/xmms/dscope_themes/bg_xmms.xpm -@dirrm share/xmms/dscope_themes diff --git a/graphics/xmms-dspectogram/Makefile b/graphics/xmms-dspectogram/Makefile deleted file mode 100644 index 623feb6397ca..000000000000 --- a/graphics/xmms-dspectogram/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= dspectogram -PORTVERSION= 1.2.1 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver -PKGNAMEPREFIX= xmms- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dual Spectogram visualization plugin for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_GNOME= gtk12 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \ - s|-Wall|-Wall ${CFLAGS}|; \ - s|gtk-config|${GTK_CONFIG}|; \ - s|install lib|${INSTALL_PROGRAM} lib|; \ - s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/graphics/xmms-dspectogram/distinfo b/graphics/xmms-dspectogram/distinfo deleted file mode 100644 index 2872657f61aa..000000000000 --- a/graphics/xmms-dspectogram/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dspectogram-v1.2.1.tar.gz) = 1a614d7cbb3524ab0015811de9eb9ee06a7a5b0bc7f450f01fb425a6895dba0d -SIZE (dspectogram-v1.2.1.tar.gz) = 42418 diff --git a/graphics/xmms-dspectogram/files/patch-dspectogram.c b/graphics/xmms-dspectogram/files/patch-dspectogram.c deleted file mode 100644 index 78c56729daca..000000000000 --- a/graphics/xmms-dspectogram/files/patch-dspectogram.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dspectogram.c.orig Sun Nov 10 16:01:05 2002 -+++ dspectogram.c Wed Jun 15 19:09:24 2005 -@@ -11,6 +11,7 @@ - #include <math.h> - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <xmms/plugin.h> - #include <xmms/configfile.h> - #include <unistd.h> diff --git a/graphics/xmms-dspectogram/pkg-descr b/graphics/xmms-dspectogram/pkg-descr deleted file mode 100644 index 44fc723f6090..000000000000 --- a/graphics/xmms-dspectogram/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Dual Spectogram is a dual spectral histogram for XMMS. diff --git a/graphics/xmms-dspectogram/pkg-plist b/graphics/xmms-dspectogram/pkg-plist deleted file mode 100644 index 127babf40b04..000000000000 --- a/graphics/xmms-dspectogram/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/xmms/Visualization/libdspectogram.so -share/xmms/dspectogram_themes/bg_gtk.xpm -share/xmms/dspectogram_themes/bg_xmms.xpm -share/xmms/dspectogram_themes/bg_xmms1.xpm -share/xmms/dspectogram_themes/bg_xmms2.xpm -@dirrm share/xmms/dspectogram_themes diff --git a/graphics/xmms-dspectral/Makefile b/graphics/xmms-dspectral/Makefile deleted file mode 100644 index 1c7ddd6b346e..000000000000 --- a/graphics/xmms-dspectral/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= dspectral -PORTVERSION= 1.2.1 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= alepulver -PKGNAMEPREFIX= xmms- -DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/v/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Dual Spectralizer visualization plugin for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_GNOME= gtk12 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-m486||; s|-O2||; \ - s|-Wall|-Wall ${CFLAGS}|; \ - s|gtk-config|${GTK_CONFIG}|; \ - s|install lib|${INSTALL_PROGRAM} lib|; \ - s|install bg|${INSTALL_DATA} bg|' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/graphics/xmms-dspectral/distinfo b/graphics/xmms-dspectral/distinfo deleted file mode 100644 index 3356bbcaf161..000000000000 --- a/graphics/xmms-dspectral/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dspectral-v1.2.1.tar.gz) = 8c13ab12a1adec4e3dd76e5511d1426ac4e31e01acb9248bf0581cc510c2907f -SIZE (dspectral-v1.2.1.tar.gz) = 43983 diff --git a/graphics/xmms-dspectral/files/patch-dspectral.c b/graphics/xmms-dspectral/files/patch-dspectral.c deleted file mode 100644 index 8186085d43e0..000000000000 --- a/graphics/xmms-dspectral/files/patch-dspectral.c +++ /dev/null @@ -1,10 +0,0 @@ ---- dspectral.c.orig Sun Nov 10 16:01:07 2002 -+++ dspectral.c Wed Jun 15 19:17:02 2005 -@@ -12,6 +12,7 @@ - #include <math.h> - #include <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <xmms/plugin.h> - #include <xmms/configfile.h> - diff --git a/graphics/xmms-dspectral/pkg-descr b/graphics/xmms-dspectral/pkg-descr deleted file mode 100644 index 4664b9857f17..000000000000 --- a/graphics/xmms-dspectral/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Dual Spectralizer is a visualization plugin for XMMS. diff --git a/graphics/xmms-dspectral/pkg-plist b/graphics/xmms-dspectral/pkg-plist deleted file mode 100644 index 7a4193c1559a..000000000000 --- a/graphics/xmms-dspectral/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -lib/xmms/Visualization/libdspectral.so -share/xmms/dspectral_themes/bg_blue.xpm -share/xmms/dspectral_themes/bg_darkgreen.xpm -share/xmms/dspectral_themes/bg_gtk.xpm -share/xmms/dspectral_themes/bg_white.xpm -share/xmms/dspectral_themes/bg_xmms.xpm -@dirrm share/xmms/dspectral_themes diff --git a/graphics/xmms-finespectrum/Makefile b/graphics/xmms-finespectrum/Makefile deleted file mode 100644 index 6cb6f7aa5db9..000000000000 --- a/graphics/xmms-finespectrum/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= xmms-finespectrum -PORTVERSION= 1.0.1.a -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= SF/finespectrum/finespectrum/1.0.1alpha -DISTNAME= finespectrum-1.0.1alpha - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fine grain Spectrum analyzers for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -PLIST_FILES= lib/xmms/Visualization/libfinespectrum.so -USES= gmake -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/finespectrum-1.0.1alpha - -post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig - -.include <bsd.port.mk> diff --git a/graphics/xmms-finespectrum/distinfo b/graphics/xmms-finespectrum/distinfo deleted file mode 100644 index 9b3ab7cd1a52..000000000000 --- a/graphics/xmms-finespectrum/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (finespectrum-1.0.1alpha.tar.gz) = 05b5e95d6f87af7ccac4f6648f566df0c0f282365f6ab01f330fa4e4a59a8b16 -SIZE (finespectrum-1.0.1alpha.tar.gz) = 125000 diff --git a/graphics/xmms-finespectrum/files/patch-ltmain.sh b/graphics/xmms-finespectrum/files/patch-ltmain.sh deleted file mode 100644 index 107edd13981d..000000000000 --- a/graphics/xmms-finespectrum/files/patch-ltmain.sh +++ /dev/null @@ -1,16 +0,0 @@ ---- ltmain.sh.orig Tue Aug 27 21:59:27 2002 -+++ ltmain.sh Tue Aug 27 22:00:39 2002 -@@ -3347,11 +3347,13 @@ - IFS="$save_ifs" - fi - -+ if /usr/bin/false; then - # Install the pseudo-library for information purposes. - 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" diff --git a/graphics/xmms-finespectrum/pkg-descr b/graphics/xmms-finespectrum/pkg-descr deleted file mode 100644 index 6f3e130e5009..000000000000 --- a/graphics/xmms-finespectrum/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This plugin provides a nice spectrum analyzer for XMMS without being -a CPU hog. You can even see the harmonics of a nice violin play. -All the 256 points of the spectrum provided by XMMS API are drawn, -no grouping is made on them. - -WWW: http://finespectrum.sourceforge.net/ diff --git a/graphics/xmms-fishmatic/Makefile b/graphics/xmms-fishmatic/Makefile deleted file mode 100644 index a0ee5b4c6875..000000000000 --- a/graphics/xmms-fishmatic/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= xmms-fishmatic -PORTVERSION= 0.0.1 -PORTREVISION= 9 -CATEGORIES= graphics -MASTER_SITES= http://stukach.com/hosted/ -DISTNAME= fishmatic - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS non-static OpenGL stereogram visualization plugin - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -BUILD_DEPENDS= xmms>0:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms>0:${PORTSDIR}/multimedia/xmms - -USES= gmake pkgconfig -USE_XORG= xext -USE_GNOME= gtk12 -USE_GL= glut -USE_AUTOTOOLS= libtool - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_FILES= lib/xmms/Visualization/libfishmatic.so - -post-patch: - @${REINPLACE_CMD} -e \ - 's|"-lpthread|"-pthread|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|-O2|| ; \ - s|@PNG_LIBS@||' ${WRKSRC}/Makefile.in - -pre-configure: - @${RM} -f ${WRKSRC}/config.cache - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Visualization - (cd ${WRKSRC}/.libs && ${INSTALL_LIB} libfishmatic.so \ - ${STAGEDIR}${PREFIX}/lib/xmms/Visualization) - -.include <bsd.port.mk> diff --git a/graphics/xmms-fishmatic/distinfo b/graphics/xmms-fishmatic/distinfo deleted file mode 100644 index 2d3b851da2cc..000000000000 --- a/graphics/xmms-fishmatic/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fishmatic.tar.gz) = 329e5cf062bd1697e77d5c4f45a9367aa7ccb86e4732c640cb647a064d563d84 -SIZE (fishmatic.tar.gz) = 310856 diff --git a/graphics/xmms-fishmatic/pkg-descr b/graphics/xmms-fishmatic/pkg-descr deleted file mode 100644 index c45c27d28042..000000000000 --- a/graphics/xmms-fishmatic/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Fishmatic is an OpenGL stereogram visualization plugin. It generates -a backdrop, and the bubbles react to the music. The fish swim in -three dimensions, with changing stereogram separation. - -There are two types of fish: an angel fish, and a lamprologus. - -This is not a static-dot stereogram. The bubbles look like bubbles, -the fish are texture mapped with nice fish images. diff --git a/graphics/xmms-gdancer/Makefile b/graphics/xmms-gdancer/Makefile deleted file mode 100644 index 0a461adecb55..000000000000 --- a/graphics/xmms-gdancer/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Alexander@Leidinger.net -# $FreeBSD$ - -PORTNAME= xmms-gdancer -PORTVERSION= 0.4.6 -PORTREVISION= 9 -CATEGORIES= graphics -MASTER_SITES= http://www.travisemslander.com/gdancer/files/ -DISTNAME= gdancer-$(PORTVERSION) - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS Visualization plugin, displays dancing figures - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LICENSE= GPLv2 # (or later) - -LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms - -USES= gmake -USE_GNOME= gtk12 -USE_CSTD= gnu89 -USE_AUTOTOOLS= libtool - -PLIST_FILES= lib/xmms/Visualization/gdancer.so - -post-patch: - @${REINPLACE_CMD} -e \ - 's|-O2|@CFLAGS@| ; \ - s|@GDK_PIXBUF_LIBS@||' ${WRKSRC}/src/Makefile.in - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xmms/Visualization - (cd ${WRKSRC}/src/.libs && ${INSTALL_LIB} gdancer.so \ - ${STAGEDIR}${PREFIX}/lib/xmms/Visualization) - -.include <bsd.port.mk> diff --git a/graphics/xmms-gdancer/distinfo b/graphics/xmms-gdancer/distinfo deleted file mode 100644 index dcab98f70fce..000000000000 --- a/graphics/xmms-gdancer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gdancer-0.4.6.tar.gz) = be7ce14816d91c60e4c30f8452da69cb6d8d811fcf3ce021eb2b4ed1e878c49f -SIZE (gdancer-0.4.6.tar.gz) = 474962 diff --git a/graphics/xmms-gdancer/files/patch-src__image.c b/graphics/xmms-gdancer/files/patch-src__image.c deleted file mode 100644 index ae3d02a12fa2..000000000000 --- a/graphics/xmms-gdancer/files/patch-src__image.c +++ /dev/null @@ -1,37 +0,0 @@ ---- src/image.c.orig -+++ src/image.c -@@ -1,5 +1,6 @@ - #include <gtk/gtk.h> - #include <unistd.h> -+#include <stdio.h> - #include <stdlib.h> - #include <string.h> - -@@ -12,6 +13,9 @@ - #include "../pics/neutral.xpm" // *neutralimage[] - #include "../pics/treble.xpm" // *trebleimage[] - -+void gd_image_change (GDancer *, enum gd_freq_type, gboolean); -+void load_images (GDancer *); -+ - // Clears the pixmaps from memory - void clear_images_sub (frame *frame) - { -@@ -109,7 +113,7 @@ - } - } - --gint load_images (GDancer *dancer) -+void load_images (GDancer *dancer) - { - if (dancer->window == NULL) return; // Make sure dancer exists - -@@ -183,7 +187,7 @@ - gd_move_window (dancer); - } - --gint gd_image_change (GDancer *dancer, enum gd_freq_type newtype, gboolean always_draw) -+void gd_image_change (GDancer *dancer, enum gd_freq_type newtype, gboolean always_draw) - { - static frame *oldtype = NULL; - frame *type; diff --git a/graphics/xmms-gdancer/pkg-descr b/graphics/xmms-gdancer/pkg-descr deleted file mode 100644 index b3c07225eecf..000000000000 --- a/graphics/xmms-gdancer/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -XMMS Visualization plugin, displays dancing figures. - -WWW: http://www.travisemslander.com/gdancer/ diff --git a/graphics/xmms-gdancer/pkg-message b/graphics/xmms-gdancer/pkg-message deleted file mode 100644 index daaabfff64a6..000000000000 --- a/graphics/xmms-gdancer/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -+++++ - -Now you have to install some themes from http://www.travisemslander.com/gdancer/themes.php -into .xmms/gdancer_themes/<name_of_theme>. If it does not exist in your home -directory, just create it. - -You HAVE to install the default theme (space_ghost), else you won't be able -to change the config to another dancer. - -+++++ diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile deleted file mode 100644 index cd5cb0f0cc7e..000000000000 --- a/graphics/xmms-iris/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= iris -PORTVERSION= 0.12 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ -PKGNAMEPREFIX= xmms- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adaptation of the "OpenGL Spectrum Analyzer" from XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -GNU_CONFIGURE= yes -PLIST_FILES= lib/xmms/Visualization/libiris.so -USE_GNOME= gtk12 -USE_GMAKE= yes -USE_GL= yes -USE_LDCONFIG= yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} \ - -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ - -e '/objformat=/s|=.*|=elf|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/xmms-iris/distinfo b/graphics/xmms-iris/distinfo deleted file mode 100644 index 18d025a8fa15..000000000000 --- a/graphics/xmms-iris/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (iris-0.12.tar.gz) = 4cfc0d1e82f0ebf8b9dfcc8b326a1a5f0031e8ed0ab7fb67f47ad15bbaea1088 -SIZE (iris-0.12.tar.gz) = 333755 diff --git a/graphics/xmms-iris/files/patch-ltmain.sh b/graphics/xmms-iris/files/patch-ltmain.sh deleted file mode 100644 index 98fa791679a0..000000000000 --- a/graphics/xmms-iris/files/patch-ltmain.sh +++ /dev/null @@ -1,16 +0,0 @@ ---- ltmain.sh.orig Thu Apr 25 22:13:38 2002 -+++ ltmain.sh Thu Apr 25 22:13:56 2002 -@@ -4246,11 +4246,13 @@ - IFS="$save_ifs" - fi - -+ if /usr/bin/false; then - # Install the pseudo-library for information purposes. - 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" diff --git a/graphics/xmms-iris/pkg-descr b/graphics/xmms-iris/pkg-descr deleted file mode 100644 index 7b67b6aa3a01..000000000000 --- a/graphics/xmms-iris/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Really pretty 3D circular spectrum analyzer with beat detection - -WWW: http://cdelfosse.free.fr/xmms-iris/ diff --git a/graphics/xmms-jess/Makefile b/graphics/xmms-jess/Makefile deleted file mode 100644 index 963abe1282a8..000000000000 --- a/graphics/xmms-jess/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= xmms-jess -PORTVERSION= 2.9.1 -PORTREVISION= 9 -CATEGORIES= graphics -MASTER_SITES= http://arquier.free.fr/ -DISTNAME= JESS-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS visualization plugin that uses SDL - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -USE_SDL= sdl -GNU_CONFIGURE= yes -PLIST_FILES= lib/xmms/Visualization/libjess.so lib/xmms/Visualization/libjess.la -USE_GNOME= glib12 -USE_LDCONFIG= yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/xmms-jess/distinfo b/graphics/xmms-jess/distinfo deleted file mode 100644 index f3de444a06a4..000000000000 --- a/graphics/xmms-jess/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (JESS-2.9.1.tar.gz) = 585e3d550af5cdc0b2ca7cdcbe73159cfb1f7a0c9ba24d873c7d4b6cf9e1677d -SIZE (JESS-2.9.1.tar.gz) = 182447 diff --git a/graphics/xmms-jess/files/patch-draw.c b/graphics/xmms-jess/files/patch-draw.c deleted file mode 100644 index d770f02d237e..000000000000 --- a/graphics/xmms-jess/files/patch-draw.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- draw.c.orig Sun Aug 22 17:51:02 2004 -+++ draw.c Sun Aug 22 17:51:23 2004 -@@ -510,7 +510,7 @@ - } - } - break; -- default: -+ default: break; - } - /* printf(" Appel rotation_3d\n"); - printf(" Appel perspective\n"); -@@ -623,7 +623,7 @@ - } - break; - -- default: -+ default: break; - } - } - diff --git a/graphics/xmms-jess/files/patch-misc.c b/graphics/xmms-jess/files/patch-misc.c deleted file mode 100644 index 0c71d739425a..000000000000 --- a/graphics/xmms-jess/files/patch-misc.c +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- misc.c.orig Sun Aug 22 17:51:48 2004 -+++ misc.c Sun Aug 22 17:52:27 2004 -@@ -195,10 +195,10 @@ - printf("Color mode : %i\n",conteur.triplet); - break; - -- default: -+ default: break; - } - break; -- default: -+ default: break; - } - - } diff --git a/graphics/xmms-jess/files/patch-renderer.c b/graphics/xmms-jess/files/patch-renderer.c deleted file mode 100644 index 00fd87a1c83a..000000000000 --- a/graphics/xmms-jess/files/patch-renderer.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- renderer.c.orig Sun Aug 22 17:52:50 2004 -+++ renderer.c Sun Aug 22 17:52:59 2004 -@@ -93,7 +93,7 @@ - conteur.angle2 / 60, 200, 130); - break; - -- default: -+ default: break; - } - - conteur.k3 += 10; diff --git a/graphics/xmms-jess/pkg-descr b/graphics/xmms-jess/pkg-descr deleted file mode 100644 index 7cf570bf20c4..000000000000 --- a/graphics/xmms-jess/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -JESS is a visualization plugin for XMMS. - -WWW: http://arquier.free.fr/ diff --git a/graphics/xmms-nebulus/Makefile b/graphics/xmms-nebulus/Makefile deleted file mode 100644 index 82d964997653..000000000000 --- a/graphics/xmms-nebulus/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= xmms-nebulus -PORTVERSION= 0.8.0 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= http://nebulus.tuxfamily.org/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= XMMS visualization plugin that uses SDL and OpenGL - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -PLIST_FILES= lib/xmms/Visualization/libnebulus.so -USE_SDL= sdl -USE_GL= yes -USE_GNOME= gtk12 -USE_BZIP2= yes -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e \ - 's|-Wall||' \ - ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/xmms-nebulus/distinfo b/graphics/xmms-nebulus/distinfo deleted file mode 100644 index b770218b83ad..000000000000 --- a/graphics/xmms-nebulus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmms-nebulus-0.8.0.tar.bz2) = 672c2c0857fa738f1397024273e3ff0d7cd91bba162e82cfd9e4f930856603a9 -SIZE (xmms-nebulus-0.8.0.tar.bz2) = 532050 diff --git a/graphics/xmms-nebulus/files/patch-ltmain.sh b/graphics/xmms-nebulus/files/patch-ltmain.sh deleted file mode 100644 index 2ac052749556..000000000000 --- a/graphics/xmms-nebulus/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- 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" diff --git a/graphics/xmms-nebulus/pkg-descr b/graphics/xmms-nebulus/pkg-descr deleted file mode 100644 index a0d9652dd186..000000000000 --- a/graphics/xmms-nebulus/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -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/ diff --git a/graphics/xmms-paranormal/Makefile b/graphics/xmms-paranormal/Makefile deleted file mode 100644 index 7333ba02cb15..000000000000 --- a/graphics/xmms-paranormal/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: David Yeske <dyeske@gmail.com> -# $FreeBSD$ - -PORTNAME= xmms-paranormal -PORTVERSION= 0.2.0 -PORTREVISION= 12 -CATEGORIES= graphics -MASTER_SITES= SF/paranormal/old-paranormal-xmms/${PORTVERSION} -DISTNAME= paranormal-${PORTVERSION:S/.p/pre/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adaptation of the "OpenGL Spectrum Analyzer" from XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -CFLAGS+= -I${LOCALBASE}/include/libxml2/libxml - -USES= gmake -USE_GL= glut -GNU_CONFIGURE= yes -USE_SDL= sdl -USE_LDCONFIG= yes -USE_GNOME= gtk12 - -MAKE_JOBS_UNSAFE=yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig - -.include <bsd.port.mk> diff --git a/graphics/xmms-paranormal/distinfo b/graphics/xmms-paranormal/distinfo deleted file mode 100644 index 16953c400697..000000000000 --- a/graphics/xmms-paranormal/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (paranormal-0.2.0.tar.gz) = 4f4f16ed3795b1f25b550aa24e627ae4b91a6121df643ae84edca7701121dff8 -SIZE (paranormal-0.2.0.tar.gz) = 150654 diff --git a/graphics/xmms-paranormal/files/patch-actuators.c b/graphics/xmms-paranormal/files/patch-actuators.c deleted file mode 100644 index 5b4053ecc177..000000000000 --- a/graphics/xmms-paranormal/files/patch-actuators.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- actuators.c.orig Sun Aug 22 17:55:01 2004 -+++ actuators.c Sun Aug 22 17:56:02 2004 -@@ -45,7 +45,8 @@ - sizeof (union actuator_option_val)); - break; - case OPT_TYPE_STRING: -- } -+ break; -+ } - } - - /* the NULL option */ diff --git a/graphics/xmms-paranormal/files/patch-paranormal.c b/graphics/xmms-paranormal/files/patch-paranormal.c deleted file mode 100644 index 112c05b7bfab..000000000000 --- a/graphics/xmms-paranormal/files/patch-paranormal.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- paranormal.c.orig Sun Aug 22 17:56:22 2004 -+++ paranormal.c Sun Aug 22 17:56:36 2004 -@@ -167,7 +167,7 @@ - case SDLK_BACKQUOTE: - take_screenshot (); - break; -- default: -+ default: break; - } - break; - case SDL_VIDEORESIZE: diff --git a/graphics/xmms-paranormal/pkg-descr b/graphics/xmms-paranormal/pkg-descr deleted file mode 100644 index ced4f187d1ef..000000000000 --- a/graphics/xmms-paranormal/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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/ diff --git a/graphics/xmms-paranormal/pkg-plist b/graphics/xmms-paranormal/pkg-plist deleted file mode 100644 index cd82a4689c71..000000000000 --- a/graphics/xmms-paranormal/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/paranormal -bin/pndoc -lib/xmms/Visualization/libparanormal.la -lib/xmms/Visualization/libparanormal.so diff --git a/graphics/xmms-scivi/Makefile b/graphics/xmms-scivi/Makefile deleted file mode 100644 index 3b95e9887f2e..000000000000 --- a/graphics/xmms-scivi/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= scivi -DISTVERSION= 0.2.0-rc3 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= SF/xmms-${PORTNAME}/${PORTNAME}/0.2.0-rc3 -PKGNAMEPREFIX= xmms- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Scivi is a visualization plugin for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -USE_BZIP2= yes -USE_GL= yes -USE_XORG= x11 xt -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/xmms-scivi/distinfo b/graphics/xmms-scivi/distinfo deleted file mode 100644 index 4d36763cc54e..000000000000 --- a/graphics/xmms-scivi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scivi-0.2.0-rc3.tar.bz2) = 069b3fb5d99a3727774d21cc65afaf9321da426cff274e8461b1e7dea679576a -SIZE (scivi-0.2.0-rc3.tar.bz2) = 304802 diff --git a/graphics/xmms-scivi/files/patch-src_glstuff.c b/graphics/xmms-scivi/files/patch-src_glstuff.c deleted file mode 100644 index b5006875f0bb..000000000000 --- a/graphics/xmms-scivi/files/patch-src_glstuff.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/glstuff.c.orig Wed Jan 10 19:23:52 2007 -+++ src/glstuff.c Wed Jan 10 19:26:44 2007 -@@ -120,15 +120,15 @@ - - #define GET(_fatal_, _n_)\ - if (!dontload){\ -- ((void*)(sc_##_n_)) = getaddr(#_n_); \ -+ sc_##_n_ = (void *)getaddr(#_n_); \ - if ((sc_##_n_) == NULL) { \ -- ((void*)(sc_##_n_)) = stub_func; \ -+ sc_##_n_ = (void *)stub_func; \ - eprintf("failed to get address of '%s'\n", #_n_);\ - if ((_fatal_)) failed++;\ - }\ - /* eprintf("func %s @ %p\n", #_n_, sc_##_n_);*/ \ - } else \ -- ((void*)(sc_##_n_)) = stub_func; -+ sc_##_n_ = (void *)stub_func; - - getaddr = sc_glXGetProcAddress ? - ((void*)sc_glXGetProcAddress) : diff --git a/graphics/xmms-scivi/files/patch-src_presets.c b/graphics/xmms-scivi/files/patch-src_presets.c deleted file mode 100644 index 668a67176bbb..000000000000 --- a/graphics/xmms-scivi/files/patch-src_presets.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/presets.c.orig Sat Nov 1 21:06:51 2003 -+++ src/presets.c Sat Oct 15 20:54:03 2005 -@@ -20,6 +20,8 @@ - #include <config.h> - #endif - -+#include <sys/cdefs.h> -+#include <sys/syslimits.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -162,10 +164,10 @@ - line = 1; - - while (1) { -- glr = getline(&linebuffer, &linebuffersize, f); -- -- if (glr < 0) -+ if (fgets(linebuffer, linebuffersize, f) == NULL) - break; -+ -+ glr = strlen(linebuffer); - - line++; - diff --git a/graphics/xmms-scivi/files/patch-src_scivi.h b/graphics/xmms-scivi/files/patch-src_scivi.h deleted file mode 100644 index b1b2ef535175..000000000000 --- a/graphics/xmms-scivi/files/patch-src_scivi.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/scivi.h.orig Wed Jan 28 17:28:55 2004 -+++ src/scivi.h Fri Oct 14 21:46:01 2005 -@@ -19,6 +19,7 @@ - #ifndef SCIVI_H - #define SCIVI_H - -+#include <pthread.h> - #include <X11/Xlib.h> - #include <gtk/gtk.h> - #include "glstuff.h" diff --git a/graphics/xmms-scivi/pkg-descr b/graphics/xmms-scivi/pkg-descr deleted file mode 100644 index aa5c1b96c4a0..000000000000 --- a/graphics/xmms-scivi/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Scivi is a visualization plugin for XMMS, uses 3D -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/ diff --git a/graphics/xmms-scivi/pkg-plist b/graphics/xmms-scivi/pkg-plist deleted file mode 100644 index c2721be576d6..000000000000 --- a/graphics/xmms-scivi/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -lib/xmms/Visualization/scivi.la -lib/xmms/Visualization/scivi.so -%%DATADIR%%/presets/array1.scv -%%DATADIR%%/presets/mines.scv -%%DATADIR%%/presets/randot.scv -%%DATADIR%%/presets/simple.scv -%%DATADIR%%/presets/simple10.scv -%%DATADIR%%/presets/simple11.scv -%%DATADIR%%/presets/simple12.scv -%%DATADIR%%/presets/simple2.scv -%%DATADIR%%/presets/simple3.scv -%%DATADIR%%/presets/simple4.scv -%%DATADIR%%/presets/simple5.scv -%%DATADIR%%/presets/simple6.scv -%%DATADIR%%/presets/simple7.scv -%%DATADIR%%/presets/simple8.scv -%%DATADIR%%/presets/simple9.scv -%%DATADIR%%/presets/simplefc.scv -%%DATADIR%%/presets/simpleso.scv -%%DATADIR%%/presets/solariz.scv -%%DATADIR%%/presets/trans1.scv -%%DATADIR%%/presets/trans2.scv -%%DATADIR%%/presets/trans3.scv -%%DATADIR%%/presets/trans4.scv -%%DATADIR%%/presets/trans5.scv -%%DATADIR%%/presets/trans6.scv -%%DATADIR%%/presets/trans7.scv -%%DATADIR%%/presets/trans8.scv -%%DATADIR%%/presets/trans9.scv -%%DATADIR%%/scivi-warn.xpm -%%PORTDOCS%%%%DOCSDIR%%/README -@dirrm %%DATADIR%%/presets -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/graphics/xmms-vumeter/Makefile b/graphics/xmms-vumeter/Makefile deleted file mode 100644 index 876c3b56c48d..000000000000 --- a/graphics/xmms-vumeter/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= vumeter -PORTVERSION= 0.9.2 -PORTREVISION= 8 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}plugin/Plugin%20for%20XMMS -PKGNAMEPREFIX= xmms- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Analog VUmeter plugin for XMMS - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms - -USE_GNOME= gdkpixbuf -GNU_CONFIGURE= yes - -DATADIR= ${PREFIX}/share/xmms/VU_Meter_skins - -post-patch: - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/src/vumeter.h - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -post-install: -.for s in default default.mirror default.oldxmms - @${MKDIR} ${STAGEDIR}${DATADIR}/${s} - ${INSTALL_DATA} ${WRKSRC}/skins/${s}/* ${STAGEDIR}${DATADIR}/${s} -.endfor - -.include <bsd.port.mk> diff --git a/graphics/xmms-vumeter/distinfo b/graphics/xmms-vumeter/distinfo deleted file mode 100644 index b4251ab23a05..000000000000 --- a/graphics/xmms-vumeter/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vumeter-0.9.2.tar.gz) = 7b05d6d1ced0f51a4d6e5aa5d86df6d1f80b943ad269f733a67768538076c8c3 -SIZE (vumeter-0.9.2.tar.gz) = 380236 diff --git a/graphics/xmms-vumeter/pkg-descr b/graphics/xmms-vumeter/pkg-descr deleted file mode 100644 index 7020bd4f0613..000000000000 --- a/graphics/xmms-vumeter/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An analog VUmeter plugin for XMMS. - -WWW: http://vumeterplugin.sourceforge.net/ diff --git a/graphics/xmms-vumeter/pkg-plist b/graphics/xmms-vumeter/pkg-plist deleted file mode 100644 index 5edf6b69805c..000000000000 --- a/graphics/xmms-vumeter/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -lib/xmms/Visualization/libvumeter.la -lib/xmms/Visualization/libvumeter.so -%%DATADIR%%/default.mirror/background.png -%%DATADIR%%/default.mirror/overlay.png -%%DATADIR%%/default.mirror/skin.cfg -%%DATADIR%%/default.mirror/titlebar_notselected.png -%%DATADIR%%/default.mirror/titlebar_selected.png -%%DATADIR%%/default.oldxmms/background.png -%%DATADIR%%/default.oldxmms/led_off_img.png -%%DATADIR%%/default.oldxmms/led_on_img.png -%%DATADIR%%/default.oldxmms/skin.cfg -%%DATADIR%%/default.oldxmms/titlebar_notselected.png -%%DATADIR%%/default.oldxmms/titlebar_selected.png -%%DATADIR%%/default/background.png -%%DATADIR%%/default/led_off_img.png -%%DATADIR%%/default/led_on_img.png -%%DATADIR%%/default/skin.cfg -%%DATADIR%%/default/titlebar_notselected.png -%%DATADIR%%/default/titlebar_selected.png -@dirrm %%DATADIR%%/default.oldxmms -@dirrm %%DATADIR%%/default.mirror -@dirrm %%DATADIR%%/default -@dirrm %%DATADIR%% diff --git a/graphics/xmms-waterfall/Makefile b/graphics/xmms-waterfall/Makefile deleted file mode 100644 index 4c47ab456d9a..000000000000 --- a/graphics/xmms-waterfall/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Alejandro Pulver <alejandro@varnet.biz> -# $FreeBSD$ - -PORTNAME= waterfall -PORTVERSION= 0.11 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://www.sethoscope.net/waterfall/ -PKGNAMEPREFIX= xmms- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Yet another XMMS spectrum analyzer - -DEPRECATED= Abandonware, please consider using multimedia/audacious instead -EXPIRATION_DATE= 2014-03-23 - -LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms - -USE_GNOME= gtk12 -GNU_CONFIGURE= yes - -PLIST_FILES= lib/xmms/Visualization/libwaterfall.la \ - lib/xmms/Visualization/libwaterfall.so - -post-patch: - @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig - -.include <bsd.port.mk> diff --git a/graphics/xmms-waterfall/distinfo b/graphics/xmms-waterfall/distinfo deleted file mode 100644 index 23df12d5056c..000000000000 --- a/graphics/xmms-waterfall/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (waterfall-0.11.tar.gz) = 23be1e476b6b0618319c4ce79d6ce77cc1f301d3c0498cd552b0f03da34229d3 -SIZE (waterfall-0.11.tar.gz) = 126038 diff --git a/graphics/xmms-waterfall/files/patch-ltconfig b/graphics/xmms-waterfall/files/patch-ltconfig deleted file mode 100644 index e1b5234b3828..000000000000 --- a/graphics/xmms-waterfall/files/patch-ltconfig +++ /dev/null @@ -1,20 +0,0 @@ ---- ltconfig.orig 1999-11-21 19:32:12.000000000 +0000 -+++ ltconfig -@@ -1349,7 +1349,7 @@ else - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd*) -+ dragonfly*|freebsd*) - archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts' - hardcode_libdir_flag_spec='-R$libdir' - hardcode_direct=yes -@@ -1823,7 +1823,7 @@ freebsd1*) - dynamic_linker=no - ;; - --freebsd*) -+dragonfly*|freebsd*) - objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` - version_type=freebsd-$objformat - case "$version_type" in diff --git a/graphics/xmms-waterfall/pkg-descr b/graphics/xmms-waterfall/pkg-descr deleted file mode 100644 index 0fdbce9cd69c..000000000000 --- a/graphics/xmms-waterfall/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Waterfall is yet another XMMS spectrum analyzer. While most analyzers only -show a changing snapshot of the current sound, waterfall shows a scrolling -spectrogram, a 2-d plot of frequency vs time, with energy represented by -intensity. There are also options to use color to display stereo -discrepancies, frequency onsets, or frequency uniformity. - -WWW: http://www.sethoscope.net/waterfall/ |