diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-30 16:58:54 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-30 16:58:54 +0000 |
commit | fd847a7601e14352cd86d85403c8c89db646f80b (patch) | |
tree | fe750c6fbe811c7a9c090d4758f26dbe6ee4dae8 /audio/xmms-ladspa | |
parent | 67a2a555c26676ddb1c45ce4ef0b7a424e68f5c6 (diff) | |
download | FreeBSD-ports-fd847a7601e14352cd86d85403c8c89db646f80b.zip FreeBSD-ports-fd847a7601e14352cd86d85403c8c89db646f80b.tar.gz |
add xmms-ladspa 0.3
XMMS Plugin that provides LADSPA Plugins to XMMS
PR: 37971
Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'audio/xmms-ladspa')
-rw-r--r-- | audio/xmms-ladspa/Makefile | 24 | ||||
-rw-r--r-- | audio/xmms-ladspa/distinfo | 1 | ||||
-rw-r--r-- | audio/xmms-ladspa/files/patch-Makefile | 11 | ||||
-rw-r--r-- | audio/xmms-ladspa/pkg-comment | 1 | ||||
-rw-r--r-- | audio/xmms-ladspa/pkg-descr | 6 | ||||
-rw-r--r-- | audio/xmms-ladspa/pkg-plist | 1 |
6 files changed, 44 insertions, 0 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile new file mode 100644 index 0000000..8098748 --- /dev/null +++ b/audio/xmms-ladspa/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: xmms-ladspa +# Date created: 11 May 2002 +# Whom: Tilman Linneweh <freebsdports@arved.de +# +# $FreeBSD$ + +PORTNAME= xmms-ladspa +PORTVERSION= 0.3 +CATEGORIES= audio +MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ +DISTNAME= xmms_ladspa-${PORTVERSION} + +MAINTAINER= freebsdports@arved.de + +LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms + +USE_X_PREFIX= yes +USE_GTK= yes +WRKSRC= ${WRKDIR}/xmms_ladspa + +do-install: + @${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/ + +.include <bsd.port.mk> diff --git a/audio/xmms-ladspa/distinfo b/audio/xmms-ladspa/distinfo new file mode 100644 index 0000000..63e619b --- /dev/null +++ b/audio/xmms-ladspa/distinfo @@ -0,0 +1 @@ +MD5 (xmms_ladspa-0.3.tar.gz) = 7d372888d9dfdcf74442340322afa92f diff --git a/audio/xmms-ladspa/files/patch-Makefile b/audio/xmms-ladspa/files/patch-Makefile new file mode 100644 index 0000000..170edd4 --- /dev/null +++ b/audio/xmms-ladspa/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Apr 9 03:46:47 2002 ++++ Makefile Sun May 12 02:37:50 2002 +@@ -5,7 +5,7 @@ + rm ladspa.so + + ladspa.so: ladspa.c +- gcc -Wall -shared -o ladspa.so ladspa.c -fPIC `gtk-config --cflags` ++ ${CC} -Wall -shared -o ladspa.so ladspa.c ${CFLAGS} `gtk12-config --cflags` + @echo + @echo "Now copy ladspa.so into your XMMS Effect plugin directory" + @echo "e.g. ~/.xmms/Plugins/Effect or /usr/lib/xmms/Effect" diff --git a/audio/xmms-ladspa/pkg-comment b/audio/xmms-ladspa/pkg-comment new file mode 100644 index 0000000..a80af90 --- /dev/null +++ b/audio/xmms-ladspa/pkg-comment @@ -0,0 +1 @@ +XMMS Plugin that provides LADSPA Plugins to XMMS diff --git a/audio/xmms-ladspa/pkg-descr b/audio/xmms-ladspa/pkg-descr new file mode 100644 index 0000000..322a704 --- /dev/null +++ b/audio/xmms-ladspa/pkg-descr @@ -0,0 +1,6 @@ +This is 0.3 of xmms_ladspa, an Effect for XMMS that provides (some of) +the power of the Linux Audio Developer's Simple Plugin API to your +everyday MP3 and all-around media player. + +Author: njl195@zepler.org.uk +WWW: http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ diff --git a/audio/xmms-ladspa/pkg-plist b/audio/xmms-ladspa/pkg-plist new file mode 100644 index 0000000..725aa16 --- /dev/null +++ b/audio/xmms-ladspa/pkg-plist @@ -0,0 +1 @@ +lib/xmms/Effect/ladspa.so |