From 9faada387fd8557a8ea69f2ec303dc28edbe44d6 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Tue, 8 Jul 2003 07:35:57 +0000 Subject: new release svn path=/trunk/; revision=752 --- externals/debian/changelog | 6 ++++++ externals/debian/rules | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'externals/debian') diff --git a/externals/debian/changelog b/externals/debian/changelog index 87275779..98b62c3d 100644 --- a/externals/debian/changelog +++ b/externals/debian/changelog @@ -1,3 +1,9 @@ +pd-externals (0.6-1) unstable; urgency=low + + * new release, with cyclone + + -- Guenter Geiger (Debian/GNU) Fri, 20 Jun 2003 12:12:10 +0200 + pd-externals (0.5-1) unstable; urgency=low * added the missing single externals diff --git a/externals/debian/rules b/externals/debian/rules index bf63ead2..03515b4c 100755 --- a/externals/debian/rules +++ b/externals/debian/rules @@ -28,7 +28,6 @@ orig: cd ..;tar --exclude=CVS -czvf pd-externals_0.3.orig.tar.gz externals - build: build-stamp build-stamp: configure-stamp @@ -41,17 +40,19 @@ build-stamp: configure-stamp # Build zexy - (cd zexy/src; $(MAKE) -f makefile.linux) + (cd zexy/src; $(MAKE) -f makefile.linux LINCLUDE="-I ../../build/include") # Build flext - (cd grill/flext; $(MAKE) -f makefile.pd-linux STK=/usr/include/stk) + (cd grill/flext; $(MAKE) -f makefile.pd-linux PDPATH=../../build/include STK=/usr/include/stk) # Flext externals # - (cd footils; make FLEXTPATH=../../grill/flext/pd-linux \ - FLEXTINC=../../grill/flext/source FLUIDLIB=" -lfluidsynth") + (cd footils; make PD_DIR=../../build/include \ + FLEXTPATH=../../grill/flext/pd-linux \ + FLEXTINC=../../grill/flext/source \ + FLUIDLIB=" -lfluidsynth") # OSC -- cgit v1.2.1