audio/linuxsampler: Update 2.1.1 -> 2.2.0
This commit is contained in:
parent
cfa6c48e9a
commit
1c30a3e546
@ -1,7 +1,7 @@
|
||||
PORTNAME= Carla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.2.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,8 +1,7 @@
|
||||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||
|
||||
PORTNAME= linuxsampler
|
||||
DISTVERSION= 2.1.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 2.2.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://download.linuxsampler.org/packages/
|
||||
|
||||
@ -15,36 +14,33 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
ONLY_FOR_ARCHS_REASON= "not yet ported"
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2 \
|
||||
dssi>0:audio/dssi
|
||||
LIB_DEPENDS= libgig.so:audio/libgig \
|
||||
libsndfile.so:audio/libsndfile \
|
||||
libuuid.so:misc/e2fsprogs-libuuid
|
||||
|
||||
USES= bison:wrapper gmake libtool pathfix pkgconfig sqlite:3 tar:bzip2
|
||||
USES= bison:wrapper compiler:c++14-lang gmake libtool localbase pathfix pkgconfig sqlite:3 tar:bzip2
|
||||
USE_LDCONFIG= ${PREFIX}/lib/linuxsampler
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= HAVE_UNIX98=1
|
||||
USE_LDCONFIG= ${PREFIX}/lib/linuxsampler
|
||||
CONFIGURE_ARGS= --disable-arts-driver
|
||||
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/dssi
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS+= --disable-arts-driver
|
||||
|
||||
OPTIONS_DEFINE= JACK ALSA DSSI LV2
|
||||
OPTIONS_DEFINE= JACK ALSA
|
||||
OPTIONS_DEFAULT= JACK
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
JACK_CONFIGURE_ENABLE= jack-driver
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||
ALSA_CONFIGURE_ENABLE= alsa-driver
|
||||
ALSA_BROKEN= error: unknown type name 'snd_pcm_t'
|
||||
|
||||
DSSI_DESC= Enable DSSI support
|
||||
DSSI_BUILD_DEPENDS= dssi>0:audio/dssi
|
||||
DSSI_CPPFLAGS= -I${LOCALBASE}/include/dssi
|
||||
|
||||
LV2_DESC= Enable LV2 support
|
||||
LV2_BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
LV2_CONFIGURE_ENV_OFF= ac_cv_header_lv2_h=no
|
||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
JACK_CONFIGURE_ENABLE= jack-driver
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1564722296
|
||||
SHA256 (linuxsampler-2.1.1.tar.bz2) = 20050b22066e9cdbdad34c0470d3c4a47f75e4af620fd98af277f5d2417132be
|
||||
SIZE (linuxsampler-2.1.1.tar.bz2) = 1410461
|
||||
TIMESTAMP = 1620606594
|
||||
SHA256 (linuxsampler-2.2.0.tar.bz2) = c4d163c6bac2d01f0e8f5d07210d40988ee93b7e07b98472c946a8076303998c
|
||||
SIZE (linuxsampler-2.2.0.tar.bz2) = 1507276
|
||||
|
@ -30,22 +30,23 @@ include/linuxsampler/engines/Engine.h
|
||||
include/linuxsampler/engines/EngineChannel.h
|
||||
include/linuxsampler/engines/FxSend.h
|
||||
include/linuxsampler/engines/InstrumentManager.h
|
||||
include/linuxsampler/engines/LFO.h
|
||||
include/linuxsampler/plugins/InstrumentEditor.h
|
||||
include/linuxsampler/plugins/InstrumentEditorFactory.h
|
||||
include/linuxsampler/scriptvm/ScriptVM.h
|
||||
include/linuxsampler/scriptvm/ScriptVMFactory.h
|
||||
include/linuxsampler/scriptvm/common.h
|
||||
%%DSSI%%lib/dssi/linuxsampler.a
|
||||
%%DSSI%%lib/dssi/linuxsampler.so
|
||||
lib/dssi/linuxsampler.a
|
||||
lib/dssi/linuxsampler.so
|
||||
lib/linuxsampler/liblinuxsampler.a
|
||||
lib/linuxsampler/liblinuxsampler.so
|
||||
lib/linuxsampler/liblinuxsampler.so.5
|
||||
lib/linuxsampler/liblinuxsampler.so.5.0.0
|
||||
lib/linuxsampler/liblinuxsampler.so.6
|
||||
lib/linuxsampler/liblinuxsampler.so.6.0.0
|
||||
lib/linuxsampler/plugins/.keep_me
|
||||
%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.a
|
||||
%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.so
|
||||
%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl
|
||||
%%LV2%%lib/lv2/linuxsampler.lv2/manifest.ttl
|
||||
lib/lv2/linuxsampler.lv2/linuxsampler.a
|
||||
lib/lv2/linuxsampler.lv2/linuxsampler.so
|
||||
lib/lv2/linuxsampler.lv2/linuxsampler.ttl
|
||||
lib/lv2/linuxsampler.lv2/manifest.ttl
|
||||
libdata/pkgconfig/linuxsampler.pc
|
||||
man/man1/linuxsampler.1.gz
|
||||
man/man1/lscp.1.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= qsampler
|
||||
DISTVERSIONPREFIX= qsampler_
|
||||
DISTVERSION= 0_6_1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user