aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-ladspa
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-30 16:58:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-30 16:58:54 +0000
commitf7f03024f726a801e0c93c66551a3fccba74167a (patch)
tree1ad122e829f1745101d0fbe37830666937d2f3d3 /audio/xmms-ladspa
parent6bdcaa3ef5ed7875a8eb564471f4493557b63e20 (diff)
downloadports-f7f03024f726a801e0c93c66551a3fccba74167a.tar.gz
ports-f7f03024f726a801e0c93c66551a3fccba74167a.zip
add xmms-ladspa 0.3
XMMS Plugin that provides LADSPA Plugins to XMMS PR: 37971 Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=60302
Diffstat (limited to 'audio/xmms-ladspa')
-rw-r--r--audio/xmms-ladspa/Makefile24
-rw-r--r--audio/xmms-ladspa/distinfo1
-rw-r--r--audio/xmms-ladspa/files/patch-Makefile11
-rw-r--r--audio/xmms-ladspa/pkg-comment1
-rw-r--r--audio/xmms-ladspa/pkg-descr6
-rw-r--r--audio/xmms-ladspa/pkg-plist1
6 files changed, 44 insertions, 0 deletions
diff --git a/audio/xmms-ladspa/Makefile b/audio/xmms-ladspa/Makefile
new file mode 100644
index 000000000000..80987484cb53
--- /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 000000000000..63e619be5b66
--- /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 000000000000..170edd42bbce
--- /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 000000000000..a80af90974f9
--- /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 000000000000..322a7047909e
--- /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 000000000000..725aa16c2d75
--- /dev/null
+++ b/audio/xmms-ladspa/pkg-plist
@@ -0,0 +1 @@
+lib/xmms/Effect/ladspa.so