diff options
Diffstat (limited to 'audio/xmms-sndstretch')
-rw-r--r-- | audio/xmms-sndstretch/Makefile | 33 | ||||
-rw-r--r-- | audio/xmms-sndstretch/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-sndstretch/files/patch-Makefile | 36 | ||||
-rw-r--r-- | audio/xmms-sndstretch/files/patch-sndstretch.c | 17 | ||||
-rw-r--r-- | audio/xmms-sndstretch/pkg-descr | 12 | ||||
-rw-r--r-- | audio/xmms-sndstretch/pkg-plist | 2 |
6 files changed, 0 insertions, 102 deletions
diff --git a/audio/xmms-sndstretch/Makefile b/audio/xmms-sndstretch/Makefile deleted file mode 100644 index 7c1075484745..000000000000 --- a/audio/xmms-sndstretch/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: xmms-sndstretch -# Date created: 10 November 2001 -# Whom: Edwin Mons <ports@edwinm.ik.nu> -# -# $FreeBSD$ -# - -PORTNAME= sndstretch -PORTVERSION= 0.7 -PORTREVISION= 4 -CATEGORIES= audio -MASTER_SITES= http://www.geocities.com/harpin_floh/mysoft/ -PKGNAMEPREFIX= xmms- -DISTNAME= sndstretch_xmms-${PORTVERSION} - -MAINTAINER= ports@edwinm.ik.nu -COMMENT= Plugin for xmms to change the pitch and/or speed - -DEPRECATED= No Master Site -EXPIRATION_DATE= 2011-09-01 - -LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms - -WRKSRC= ${WRKDIR}/sndstretch_xmms - -USE_GNOME= gtk12 -USE_GMAKE= yes -MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} - -post-extract: - (cd ${WRKSRC}; ${MAKE} clean) - -.include <bsd.port.mk> diff --git a/audio/xmms-sndstretch/distinfo b/audio/xmms-sndstretch/distinfo deleted file mode 100644 index 2110283cd5c3..000000000000 --- a/audio/xmms-sndstretch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sndstretch_xmms-0.7.tar.gz) = 356ff0f98fc58f207441ec5fcc82e1cf2e180ce80cc7cc01d1d86c340e15e09e -SIZE (sndstretch_xmms-0.7.tar.gz) = 96948 diff --git a/audio/xmms-sndstretch/files/patch-Makefile b/audio/xmms-sndstretch/files/patch-Makefile deleted file mode 100644 index 2c10fd439500..000000000000 --- a/audio/xmms-sndstretch/files/patch-Makefile +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.orig Sun Feb 10 14:56:42 2002 -+++ Makefile Sun Dec 7 23:38:40 2003 -@@ -1,6 +1,6 @@ --CC = gcc -+CC ?= gcc - #INCDIR = -I sndstretch --CFLAGS = -Wall -O6 $(INCDIR) `xmms-config --cflags` -+CFLAGS += -Wall $(INCDIR) `xmms-config --cflags` - #LDFLAGS = -lgthread -lpthread - LDFLAGS = -gthread -pthread `xmms-config --libs` - -@@ -11,19 +11,19 @@ - all: effect_plugin output_plugin - - effect_plugin: sndstretch_xmms_eff.lo sndstretch.lo -- $(CC) -shared sndstretch_xmms_eff.lo sndstretch.lo `gtk-config --libs` $(LDFLAGS) -lc -o sndstretch_xmms_eff.so -+ $(CC) -shared sndstretch_xmms_eff.lo sndstretch.lo `${GTK_CONFIG} --libs` ${THREADS} -lc -o sndstretch_xmms_eff.so - - output_plugin: sndstretch_xmms_out.lo sndstretch.lo -- $(CC) -shared sndstretch_xmms_out.lo sndstretch.lo `gtk-config --libs` $(LDFLAGS) -lc -o sndstretch_xmms_out.so -+ $(CC) -shared sndstretch_xmms_out.lo sndstretch.lo `${GTK_CONFIG} --libs` ${THREADS} -lc -o sndstretch_xmms_out.so - - sndstretch_xmms_eff.lo: sndstretch_xmms.h sndstretch_xmms_eff.c sndstretch_xmms.c FB_logo.xpm sndstretch_xmms-logo.xpm -- $(CC) $(CFLAGS) -O2 -fPIC -c sndstretch_xmms_eff.c `gtk-config --cflags` -o sndstretch_xmms_eff.lo -+ $(CC) $(CFLAGS) -fPIC -c sndstretch_xmms_eff.c `${GTK_CONFIG} --cflags` -o sndstretch_xmms_eff.lo - - sndstretch_xmms_out.lo: sndstretch_xmms.h sndstretch_xmms_out.c sndstretch_xmms.c FB_logo.xpm sndstretch_xmms-logo.xpm -- $(CC) $(CFLAGS) -O2 -fPIC -c sndstretch_xmms_out.c `gtk-config --cflags` -o sndstretch_xmms_out.lo -+ $(CC) $(CFLAGS) -fPIC -c sndstretch_xmms_out.c `${GTK_CONFIG} --cflags` -o sndstretch_xmms_out.lo - - sndstretch.lo: sndstretch.c sndstretch.h -- $(CC) $(CFLAGS) -O2 -fPIC -c sndstretch.c -o sndstretch.lo -+ $(CC) $(CFLAGS) -fPIC -c sndstretch.c -o sndstretch.lo - - install: - install sndstretch_xmms_out.so $(XMMS_OPLUGIN_DIR) diff --git a/audio/xmms-sndstretch/files/patch-sndstretch.c b/audio/xmms-sndstretch/files/patch-sndstretch.c deleted file mode 100644 index e04d39ace6f6..000000000000 --- a/audio/xmms-sndstretch/files/patch-sndstretch.c +++ /dev/null @@ -1,17 +0,0 @@ -$FreeBSD$ - ---- sndstretch.c.orig Thu Sep 27 17:10:34 2001 -+++ sndstretch.c Sat Nov 10 12:54:19 2001 -@@ -1053,9 +1053,11 @@ - - speed_act = speed; - pitch_act = pitch; -+#ifdef DEBUG - if ( fade_shift != fade_shift_act ){ - fprintf(stderr,"changed fade_shift_act\n"); - } -+#endif - fade_shift_act = fade_shift; - - // if (ring_buff!=0) free(ring_buff); - diff --git a/audio/xmms-sndstretch/pkg-descr b/audio/xmms-sndstretch/pkg-descr deleted file mode 100644 index 57252e9bbc58..000000000000 --- a/audio/xmms-sndstretch/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -sndstretch_xmms is an xmms plugin to adjust pitch and speed separately -with two sliders. - -sndstretch can be compiled as an effect-plugin, with one major drawback - - the time and the visual plugins don't synchronize with the song - -and a very basic oss-output-plugin with some limitations: - - no additional effect support built in (at least not yet). - - the mixer device and pcm device are fix coded as "/dev/mixer" - and "/dev/dsp" - - the effect is written for normal signed short (S16_LE) and will - probably only work if xmms plays such data (...i think mostly it will). diff --git a/audio/xmms-sndstretch/pkg-plist b/audio/xmms-sndstretch/pkg-plist deleted file mode 100644 index 47ab7d88b4cb..000000000000 --- a/audio/xmms-sndstretch/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -lib/xmms/Output/sndstretch_xmms_out.so -lib/xmms/Effect/sndstretch_xmms_eff.so |