The FluidSynth-DSSI is a wrapper for the FluidSynth SoundFont-playing

software synthesizer, allowing it to function as a DSSI plugin.

WWW:	http://dssi.sourceforge.net/

PR:		ports/108124
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
This commit is contained in:
Martin Wilke 2007-01-23 21:50:37 +00:00
parent 349a80b8b3
commit 4b90f1e3fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183128
6 changed files with 60 additions and 0 deletions

View File

@ -165,6 +165,7 @@
SUBDIR += flac123
SUBDIR += flite
SUBDIR += fluidsynth
SUBDIR += fluidsynth-dssi
SUBDIR += fmio
SUBDIR += freealut
SUBDIR += freebirth

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: fluidsynth-dssi
# Date created: 2007-01-19
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= fluidsynth-dssi
PORTVERSION= 0.9.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dssi
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Wrapper for FluidSynth allowing it to function as a DSSI plugin
LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \
lo.6:${PORTSDIR}/audio/liblo \
fluidsynth.2:${PORTSDIR}/audio/fluidsynth \
jack.0:${PORTSDIR}/audio/jack
BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (fluidsynth-dssi-0.9.1.tar.gz) = 06bce40ec6c86545d0587e9364bba116
SHA256 (fluidsynth-dssi-0.9.1.tar.gz) = 87dd0b0cc38eecfce64d4de3d083cc4d8e3d905dd11a26e6e13f758b02d4c728
SIZE (fluidsynth-dssi-0.9.1.tar.gz) = 343784

View File

@ -0,0 +1,21 @@
--- src/Makefile.in.orig Tue Jan 23 21:35:02 2007
+++ src/Makefile.in Tue Jan 23 21:35:52 2007
@@ -697,12 +697,12 @@
# create symlinks for the plugin to jack-dssi-host
install-exec-hook:
- if test -x $(DESTDIR)$(bindir)/jack-dssi-host$(EXEEXT) ; then \
- cd $(DESTDIR)$(bindir) ; \
- if ! test -x ./fluidsynth-dssi$(EXEEXT) ; then \
- $(LN_S) jack-dssi-host$(EXEEXT) fluidsynth-dssi$(EXEEXT) ; \
- fi ; \
- fi
+# if test -x $(DESTDIR)$(bindir)/jack-dssi-host$(EXEEXT) ; then \
+# cd $(DESTDIR)$(bindir) ; \
+# if ! test -x ./fluidsynth-dssi$(EXEEXT) ; then \
+# $(LN_S) jack-dssi-host$(EXEEXT) fluidsynth-dssi$(EXEEXT) ; \
+# fi ; \
+# fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -0,0 +1,4 @@
The FluidSynth-DSSI is a wrapper for the FluidSynth SoundFont-playing
software synthesizer, allowing it to function as a DSSI plugin.
WWW: http://dssi.sourceforge.net/

View File

@ -0,0 +1,4 @@
lib/dssi/fluidsynth-dssi.so
lib/dssi/fluidsynth-dssi.la
lib/dssi/fluidsynth-dssi/FluidSynth-DSSI_gtk
@dirrm lib/dssi/fluidsynth-dssi