# 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: # # amb-plugins # amb-plugins/pkg-descr # amb-plugins/Makefile # amb-plugins/distinfo # amb-plugins/files # amb-plugins/files/patch-Makefile # echo c - amb-plugins mkdir -p amb-plugins > /dev/null 2>&1 echo x - amb-plugins/pkg-descr sed 's/^X//' >amb-plugins/pkg-descr << 'END-of-amb-plugins/pkg-descr' XA set of ambisonics plugins, mainly to be used within Ardour. Mono Xand stereo to B-format panning, horizontal rotator, square, hexagon Xand cube decoders. X XWWW: http://www.kokkinizita.net/linuxaudio/ladspa/index.html END-of-amb-plugins/pkg-descr echo x - amb-plugins/Makefile sed 's/^X//' >amb-plugins/Makefile << 'END-of-amb-plugins/Makefile' X# New ports collection makefile for: amb-plugins X# Date created: 2007-08-28 X# Whom: Edward Tomasz Napierala X# X# $FreeBSD$ X# X XPORTNAME= amb-plugins XPORTVERSION= 0.3.0 XCATEGORIES= audio XMASTER_SITES= http://www.kokkinizita.net/linuxaudio/downloads/ XDISTNAME= AMB-plugins-${PORTVERSION} X XMAINTAINER= trasz@FreeBSD.org XCOMMENT= A set of ambisonics plugins, mainly to be used within Ardour X XBUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa XRUN_DEPENDS= ${BUILD_DEPENDS} X XUSE_BZIP2= yes XUSE_GMAKE= yes X XPLIST_FILES= lib/ladspa/ambisonic1.so lib/ladspa/ambisonic2.so X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/ambisonic1.so ${PREFIX}/lib/ladspa X ${INSTALL_DATA} ${WRKSRC}/ambisonic2.so ${PREFIX}/lib/ladspa X X.include END-of-amb-plugins/Makefile echo x - amb-plugins/distinfo sed 's/^X//' >amb-plugins/distinfo << 'END-of-amb-plugins/distinfo' XMD5 (AMB-plugins-0.3.0.tar.bz2) = 39a38b23a5f3a3e3009da37976660081 XSHA256 (AMB-plugins-0.3.0.tar.bz2) = 0ef1735ec550ba1dd4756e4d7f04042df4e5ae77586567d2278c6e6aa7c7bbec XSIZE (AMB-plugins-0.3.0.tar.bz2) = 22425 END-of-amb-plugins/distinfo echo c - amb-plugins/files mkdir -p amb-plugins/files > /dev/null 2>&1 echo x - amb-plugins/files/patch-Makefile sed 's/^X//' >amb-plugins/files/patch-Makefile << 'END-of-amb-plugins/files/patch-Makefile' X--- Makefile.orig 2006-12-19 23:02:17.000000000 +0100 X+++ Makefile 2007-08-28 23:33:25.000000000 +0200 X@@ -1,19 +1,19 @@ X X-CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3 X+CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall X X X all: ambisonic1.so ambisonic2.so X X X ambisonic1.so: ambisonic1.o ambisonic1_if.o filter1.o X- g++ -shared -o $@ ambisonic1.o ambisonic1_if.o filter1.o X+ $(CXX) -shared -o $@ ambisonic1.o ambisonic1_if.o filter1.o X X ambisonic1.o: ladspaplugin.h ambisonic1.h filter1.h X ambisonic1_if.o: ladspaplugin.h ambisonic1.h X X X ambisonic2.so: ambisonic2.o ambisonic2_if.o X- g++ -shared -o $@ ambisonic2.o ambisonic2_if.o X+ $(CXX) -shared -o $@ ambisonic2.o ambisonic2_if.o X X ambisonic2.o: ladspaplugin.h ambisonic2.h X ambisonic2_if.o: ladspaplugin.h ambisonic2.h END-of-amb-plugins/files/patch-Makefile exit