mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
audio/linuxsampler: Drop DSSI dependency
DSSI is a no-longer-maintained interface to obsolete LADSPA plugins.
This commit is contained in:
parent
f13b8b7f90
commit
fb6a27c49f
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= linuxsampler
|
||||
DISTVERSION= 2.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://download.linuxsampler.org/packages/
|
||||
|
||||
|
@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= not yet ported to this architecture
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
||||
dssi>0:audio/dssi
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
LIB_DEPENDS= libgig.so:audio/libgig \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
@ -43,6 +42,8 @@ ALSA_BROKEN= error: unknown type name 'snd_pcm_t'
|
|||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
JACK_CONFIGURE_ENABLE= jack-driver
|
||||
|
||||
CONFLICTS_BUILD= dssi # DSSI is a no-longer-maintained interface to obsolete LADSPA plugins - no need to pull DSSI and LADSPA into dependencies
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|CXX_CPU_SWITCH=.*|CXX_CPU_SWITCH=|g ; \
|
||||
|
|
|
@ -36,8 +36,6 @@ include/linuxsampler/plugins/InstrumentEditorFactory.h
|
|||
include/linuxsampler/scriptvm/ScriptVM.h
|
||||
include/linuxsampler/scriptvm/ScriptVMFactory.h
|
||||
include/linuxsampler/scriptvm/common.h
|
||||
lib/dssi/linuxsampler.a
|
||||
lib/dssi/linuxsampler.so
|
||||
lib/linuxsampler/liblinuxsampler.a
|
||||
lib/linuxsampler/liblinuxsampler.so
|
||||
lib/linuxsampler/liblinuxsampler.so.6
|
||||
|
|
Loading…
Add table
Reference in a new issue