diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:24:25 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-10 22:24:25 +0000 |
commit | 2e1fdeb9e0dd9b28d72ba5af4ae98d81f4533cd8 (patch) | |
tree | 27047d2174a7a78790f8de4c2d49faa6dfef2d45 /audio/rosegarden/files/patch-ad | |
parent | Change BROKEN to FORBIDDEN; it builds on 3.x but doesn't run. (diff) |
- Update to 2.1pl2.
- Move Petal.so back into ${PREFIX}/lib/rosegarden/petal
- Install a wrapper script that adds the dir to TCLLIBPATH so you don't have
to edit your .profile because of this...
- Fixes for the FreeBSD sound system, midi playback while recording
works now.
PR: 14234
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes:
svn path=/head/; revision=22317
Diffstat (limited to 'audio/rosegarden/files/patch-ad')
-rw-r--r-- | audio/rosegarden/files/patch-ad | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/rosegarden/files/patch-ad b/audio/rosegarden/files/patch-ad index 1922be247b1a..815a1db29be8 100644 --- a/audio/rosegarden/files/patch-ad +++ b/audio/rosegarden/files/patch-ad @@ -1,5 +1,4 @@ ---- do-install.orig Tue Oct 21 14:32:43 1997 -+++ do-install Mon Jul 12 13:17:27 1999 +Index: do-install @@ -1,27 +1,23 @@ #!/bin/sh @@ -46,13 +45,13 @@ $install -d $ROSELIBDIR/petal -test -f ./petal/Petal.so && $install -m 644 ./petal/Petal.so $ROSELIBDIR/petal -+test -f ./petal/Petal.so && $install -m 644 ./petal/Petal.so ${PREFIX}/lib/tclmidi/ ++test -f ./petal/Petal.so && $install -c -m 644 ./petal/Petal.so $ROSELIBDIR/petal $install -c ./petal/Petal.tcl $ROSELIBDIR/petal $install -c ./petal/petaleditor/PetalEditor.tcl $ROSELIBDIR/petal $install -c ./petal/petalmidi/PetalMidi.tcl $ROSELIBDIR/petal -( cd $ROSELIBDIR/petal ; echo "pkg_mkIndex . Petal.so *.tcl" | tclsh ) -+( cd $ROSELIBDIR/petal ; echo "pkg_mkIndex . *.tcl" | tclsh8.0 ) ++( cd $ROSELIBDIR/petal ; echo "pkg_mkIndex . Petal.so *.tcl" | tclsh8.0 ) $install -d $ROSELIBDIR/rosepetal-filters $install -c ./petal/harmonizer.tcl $ROSELIBDIR/rosepetal-filters |