mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
audio/linuxsampler: Update 2.1.1 -> 2.2.0
This commit is contained in:
parent
cfa6c48e9a
commit
1c30a3e546
5 changed files with 29 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= Carla
|
PORTNAME= Carla
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 2.2.0
|
DISTVERSION= 2.2.0
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
# Created by: trasz <trasz@pin.if.uz.zgora.pl>
|
||||||
|
|
||||||
PORTNAME= linuxsampler
|
PORTNAME= linuxsampler
|
||||||
DISTVERSION= 2.1.1
|
DISTVERSION= 2.2.0
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
MASTER_SITES= https://download.linuxsampler.org/packages/
|
MASTER_SITES= https://download.linuxsampler.org/packages/
|
||||||
|
|
||||||
|
@ -15,36 +14,33 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
ONLY_FOR_ARCHS= amd64 i386
|
ONLY_FOR_ARCHS= amd64 i386
|
||||||
ONLY_FOR_ARCHS_REASON= "not yet ported"
|
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 \
|
LIB_DEPENDS= libgig.so:audio/libgig \
|
||||||
libsndfile.so:audio/libsndfile \
|
libsndfile.so:audio/libsndfile \
|
||||||
libuuid.so:misc/e2fsprogs-libuuid
|
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
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= HAVE_UNIX98=1
|
CONFIGURE_ENV= HAVE_UNIX98=1
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/linuxsampler
|
CONFIGURE_ARGS= --disable-arts-driver
|
||||||
|
|
||||||
|
CXXFLAGS+= -I${LOCALBASE}/include/dssi
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --disable-arts-driver
|
OPTIONS_DEFINE= JACK ALSA
|
||||||
|
|
||||||
OPTIONS_DEFINE= JACK ALSA DSSI LV2
|
|
||||||
OPTIONS_DEFAULT= JACK
|
OPTIONS_DEFAULT= JACK
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
||||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
|
||||||
JACK_CONFIGURE_ENABLE= jack-driver
|
|
||||||
|
|
||||||
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
|
||||||
ALSA_CONFIGURE_ENABLE= alsa-driver
|
ALSA_CONFIGURE_ENABLE= alsa-driver
|
||||||
|
ALSA_BROKEN= error: unknown type name 'snd_pcm_t'
|
||||||
|
|
||||||
DSSI_DESC= Enable DSSI support
|
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||||
DSSI_BUILD_DEPENDS= dssi>0:audio/dssi
|
JACK_CONFIGURE_ENABLE= jack-driver
|
||||||
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
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1564722296
|
TIMESTAMP = 1620606594
|
||||||
SHA256 (linuxsampler-2.1.1.tar.bz2) = 20050b22066e9cdbdad34c0470d3c4a47f75e4af620fd98af277f5d2417132be
|
SHA256 (linuxsampler-2.2.0.tar.bz2) = c4d163c6bac2d01f0e8f5d07210d40988ee93b7e07b98472c946a8076303998c
|
||||||
SIZE (linuxsampler-2.1.1.tar.bz2) = 1410461
|
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/EngineChannel.h
|
||||||
include/linuxsampler/engines/FxSend.h
|
include/linuxsampler/engines/FxSend.h
|
||||||
include/linuxsampler/engines/InstrumentManager.h
|
include/linuxsampler/engines/InstrumentManager.h
|
||||||
|
include/linuxsampler/engines/LFO.h
|
||||||
include/linuxsampler/plugins/InstrumentEditor.h
|
include/linuxsampler/plugins/InstrumentEditor.h
|
||||||
include/linuxsampler/plugins/InstrumentEditorFactory.h
|
include/linuxsampler/plugins/InstrumentEditorFactory.h
|
||||||
include/linuxsampler/scriptvm/ScriptVM.h
|
include/linuxsampler/scriptvm/ScriptVM.h
|
||||||
include/linuxsampler/scriptvm/ScriptVMFactory.h
|
include/linuxsampler/scriptvm/ScriptVMFactory.h
|
||||||
include/linuxsampler/scriptvm/common.h
|
include/linuxsampler/scriptvm/common.h
|
||||||
%%DSSI%%lib/dssi/linuxsampler.a
|
lib/dssi/linuxsampler.a
|
||||||
%%DSSI%%lib/dssi/linuxsampler.so
|
lib/dssi/linuxsampler.so
|
||||||
lib/linuxsampler/liblinuxsampler.a
|
lib/linuxsampler/liblinuxsampler.a
|
||||||
lib/linuxsampler/liblinuxsampler.so
|
lib/linuxsampler/liblinuxsampler.so
|
||||||
lib/linuxsampler/liblinuxsampler.so.5
|
lib/linuxsampler/liblinuxsampler.so.6
|
||||||
lib/linuxsampler/liblinuxsampler.so.5.0.0
|
lib/linuxsampler/liblinuxsampler.so.6.0.0
|
||||||
lib/linuxsampler/plugins/.keep_me
|
lib/linuxsampler/plugins/.keep_me
|
||||||
%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.a
|
lib/lv2/linuxsampler.lv2/linuxsampler.a
|
||||||
%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.so
|
lib/lv2/linuxsampler.lv2/linuxsampler.so
|
||||||
%%LV2%%lib/lv2/linuxsampler.lv2/linuxsampler.ttl
|
lib/lv2/linuxsampler.lv2/linuxsampler.ttl
|
||||||
%%LV2%%lib/lv2/linuxsampler.lv2/manifest.ttl
|
lib/lv2/linuxsampler.lv2/manifest.ttl
|
||||||
libdata/pkgconfig/linuxsampler.pc
|
libdata/pkgconfig/linuxsampler.pc
|
||||||
man/man1/linuxsampler.1.gz
|
man/man1/linuxsampler.1.gz
|
||||||
man/man1/lscp.1.gz
|
man/man1/lscp.1.gz
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
PORTNAME= qsampler
|
PORTNAME= qsampler
|
||||||
DISTVERSIONPREFIX= qsampler_
|
DISTVERSIONPREFIX= qsampler_
|
||||||
DISTVERSION= 0_6_1
|
DISTVERSION= 0_6_1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue