Date: Mon, 13 May 2002 01:34:16 +0200 (CEST) From: Tilman Linneweh <tilman@arved.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tilman@arved.de Subject: ports/38008: New Port audio/alienwah Message-ID: <200205122334.g4CNYGJ25830@sauna.arved.de>
next in thread | raw e-mail | index | archive | help
>Number: 38008 >Category: ports >Synopsis: New Port audio/alienwah >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 12 16:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Tilman Linneweh >Release: FreeBSD 4.5-STABLE i386 >Organization: BSD Usergroup Austria >Environment: System: FreeBSD sauna.arved.de 4.5-STABLE FreeBSD 4.5-STABLE #2: Tue Feb 19 15:30:21 CET 2002 root@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386 >Description: Yet another LADPA Plugin >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # alienwah/ # alienwah/Makefile # alienwah/distinfo # alienwah/files # alienwah/files/patch-Makefile # alienwah/pkg-comment # alienwah/pkg-plist # alienwah/pkg-descr # echo c - alienwah/ mkdir -p alienwah/ > /dev/null 2>&1 echo x - alienwah/Makefile sed 's/^X//' >alienwah/Makefile << 'END-of-alienwah/Makefile' X# New ports collection Makefile for: alienwah X# Date created: 13 May 2002 X# Whom: Tilman Linneweh <freebsdports@arved.de X# X# $FreeBSD$ X XPORTNAME= alienwah XPORTVERSION= 1.13 XCATEGORIES= audio XMASTER_SITES= http://plugin.org.uk/releases/alienwah/ X XMAINTAINER= freebsdports@arved.de X XBUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa X XINSTALLS_SHLIB= yes XUSE_GMAKE= yes X Xdo-install: X @${INSTALL_DATA} ${WRKSRC}/aw.so ${LOCALBASE}/lib/ladspa/ X X.include <bsd.port.mk> END-of-alienwah/Makefile echo x - alienwah/distinfo sed 's/^X//' >alienwah/distinfo << 'END-of-alienwah/distinfo' XMD5 (alienwah-1.13.tar.gz) = 29ed06ae0975da8ae2bec40ae7a7d111 END-of-alienwah/distinfo echo c - alienwah/files mkdir -p alienwah/files > /dev/null 2>&1 echo x - alienwah/files/patch-Makefile sed 's/^X//' >alienwah/files/patch-Makefile << 'END-of-alienwah/files/patch-Makefile' X--- Makefile.orig Sun Jan 6 18:34:24 2002 X+++ Makefile Mon May 13 01:20:42 2002 X@@ -1,25 +1,16 @@ X # parts taken from ladspa-sdk src/makefile X X-INCLUDES = -I/usr/local/include X-#LIBRARIES = -ldl -lm X-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC X-CXXFLAGS = $(CFLAGS) X+CXXFLAGS += -I${LOCALBASE}/include X PLUGINS = aw.so X-CC = cc X-CPP = c++ X X ############################################################################### X # X # RULES TO BUILD PLUGINS FROM C OR C++ CODE X # X X-%.so: %.c X- $(CC) $(CFLAGS) -c $*.c X- $(LD) -o $*.so $*.o -shared X- X %.so: %.cpp X- $(CPP) $(CXXFLAGS) -c $*.cpp X- $(CPP) -o $*.so $*.o -shared X+ $(CXX) $(CXXFLAGS) -c $*.cpp X+ $(CXX) -o $*.so $*.o -shared X X ############################################################################### X # X@@ -29,7 +20,7 @@ X all: $(PLUGINS) X X install: X- cp aw.so /usr/local/lib/ladspa/ X+ cp aw.so ${LOCALBASE}/lib/ladspa/ X X clean: X -rm -f *.o *.so END-of-alienwah/files/patch-Makefile echo x - alienwah/pkg-comment sed 's/^X//' >alienwah/pkg-comment << 'END-of-alienwah/pkg-comment' XPaul Nasca's AlienWah LADSPA Plugin END-of-alienwah/pkg-comment echo x - alienwah/pkg-plist sed 's/^X//' >alienwah/pkg-plist << 'END-of-alienwah/pkg-plist' Xlib/ladspa/aw.so END-of-alienwah/pkg-plist echo x - alienwah/pkg-descr sed 's/^X//' >alienwah/pkg-descr << 'END-of-alienwah/pkg-descr' XPaul Nasca's AlienWah LADSPA Plugin. The DSP code for the plugin was written Xby Paul Nasca and the conversion to LADSPA was done by Paul Thompson. X XAuthor: Paul Nasca <paulnasca@email.ro> XWWW: http://plugin.org.uk/releases/alienwah/ X X- Tilman Linneweh Xfreebsdports@arved.de END-of-alienwah/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205122334.g4CNYGJ25830>