diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-21 02:16:11 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-21 02:16:11 +0000 |
commit | b5c3714bcdb707f16fbb49bfb59464dfa8eb3f9a (patch) | |
tree | 89f42b80d06a36e377f87f0d63a512de0e5c0c98 /audio | |
parent | 5754bc6142b179d4785d9c358141ccfb5a35cc26 (diff) | |
download | ports-b5c3714bcdb707f16fbb49bfb59464dfa8eb3f9a.tar.gz ports-b5c3714bcdb707f16fbb49bfb59464dfa8eb3f9a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/alienwah/Makefile | 23 | ||||
-rw-r--r-- | audio/alienwah/distinfo | 1 | ||||
-rw-r--r-- | audio/alienwah/files/patch-Makefile | 40 | ||||
-rw-r--r-- | audio/alienwah/pkg-comment | 1 | ||||
-rw-r--r-- | audio/alienwah/pkg-descr | 8 | ||||
-rw-r--r-- | audio/alienwah/pkg-plist | 1 |
7 files changed, 75 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 719b96281bb1..c68a04df7d14 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -9,6 +9,7 @@ SUBDIR += adpcm SUBDIR += afsp SUBDIR += agsatellite + SUBDIR += alienwah SUBDIR += amp SUBDIR += ample SUBDIR += arts diff --git a/audio/alienwah/Makefile b/audio/alienwah/Makefile new file mode 100644 index 000000000000..293579fb0f3f --- /dev/null +++ b/audio/alienwah/Makefile @@ -0,0 +1,23 @@ +# New ports collection Makefile for: alienwah +# Date created: 13 May 2002 +# Whom: Tilman Linneweh <freebsdports@arved.de +# +# $FreeBSD$ +# + +PORTNAME= alienwah +PORTVERSION= 1.13 +CATEGORIES= audio +MASTER_SITES= http://plugin.org.uk/releases/alienwah/ + +MAINTAINER= freebsdports@arved.de + +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa + +USE_GMAKE= yes +INSTALLS_SHLIB= yes + +do-install: + @${INSTALL_DATA} ${WRKSRC}/aw.so ${LOCALBASE}/lib/ladspa + +.include <bsd.port.mk> diff --git a/audio/alienwah/distinfo b/audio/alienwah/distinfo new file mode 100644 index 000000000000..505d2ec84a70 --- /dev/null +++ b/audio/alienwah/distinfo @@ -0,0 +1 @@ +MD5 (alienwah-1.13.tar.gz) = 29ed06ae0975da8ae2bec40ae7a7d111 diff --git a/audio/alienwah/files/patch-Makefile b/audio/alienwah/files/patch-Makefile new file mode 100644 index 000000000000..3a2a6f0686f9 --- /dev/null +++ b/audio/alienwah/files/patch-Makefile @@ -0,0 +1,40 @@ +--- Makefile.orig Sun Jan 6 18:34:24 2002 ++++ Makefile Mon May 13 01:20:42 2002 +@@ -1,25 +1,16 @@ + # parts taken from ladspa-sdk src/makefile + +-INCLUDES = -I/usr/local/include +-#LIBRARIES = -ldl -lm +-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC +-CXXFLAGS = $(CFLAGS) ++CXXFLAGS += -I${LOCALBASE}/include + PLUGINS = aw.so +-CC = cc +-CPP = c++ + + ############################################################################### + # + # RULES TO BUILD PLUGINS FROM C OR C++ CODE + # + +-%.so: %.c +- $(CC) $(CFLAGS) -c $*.c +- $(LD) -o $*.so $*.o -shared +- + %.so: %.cpp +- $(CPP) $(CXXFLAGS) -c $*.cpp +- $(CPP) -o $*.so $*.o -shared ++ $(CXX) $(CXXFLAGS) -c $*.cpp ++ $(CXX) -o $*.so $*.o -shared + + ############################################################################### + # +@@ -29,7 +20,7 @@ + all: $(PLUGINS) + + install: +- cp aw.so /usr/local/lib/ladspa/ ++ cp aw.so ${LOCALBASE}/lib/ladspa/ + + clean: + -rm -f *.o *.so diff --git a/audio/alienwah/pkg-comment b/audio/alienwah/pkg-comment new file mode 100644 index 000000000000..d9fd4eb85576 --- /dev/null +++ b/audio/alienwah/pkg-comment @@ -0,0 +1 @@ +Paul Nasca's AlienWah LADSPA Plugin diff --git a/audio/alienwah/pkg-descr b/audio/alienwah/pkg-descr new file mode 100644 index 000000000000..1b8b7c607caf --- /dev/null +++ b/audio/alienwah/pkg-descr @@ -0,0 +1,8 @@ +Paul Nasca's AlienWah LADSPA Plugin. The DSP code for the plugin was written +by Paul Nasca and the conversion to LADSPA was done by Paul Thompson. + +Author: Paul Nasca <paulnasca@email.ro> +WWW: http://plugin.org.uk/releases/alienwah/ + +- Tilman Linneweh +freebsdports@arved.de diff --git a/audio/alienwah/pkg-plist b/audio/alienwah/pkg-plist new file mode 100644 index 000000000000..682ac664a6da --- /dev/null +++ b/audio/alienwah/pkg-plist @@ -0,0 +1 @@ +lib/ladspa/aw.so |