From owner-dev-commits-ports-all@freebsd.org Mon May 10 04:54:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B222C62C20E; Mon, 10 May 2021 04:54:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fdpd54f3Tz4k9M; Mon, 10 May 2021 04:54:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 928B71EA34; Mon, 10 May 2021 04:54:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14A4sn5W020378; Mon, 10 May 2021 04:54:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14A4snwN020377; Mon, 10 May 2021 04:54:49 GMT (envelope-from git) Date: Mon, 10 May 2021 04:54:49 GMT Message-Id: <202105100454.14A4snwN020377@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 1c30a3e546b9 - main - audio/linuxsampler: Update 2.1.1 -> 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1c30a3e546b9dbf4d145bb0ac5dfd8b8b82df541 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2021 04:54:49 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c30a3e546b9dbf4d145bb0ac5dfd8b8b82df541 commit 1c30a3e546b9dbf4d145bb0ac5dfd8b8b82df541 Author: Yuri Victorovich AuthorDate: 2021-05-10 04:53:09 +0000 Commit: Yuri Victorovich CommitDate: 2021-05-10 04:54:45 +0000 audio/linuxsampler: Update 2.1.1 -> 2.2.0 --- audio/carla/Makefile | 2 +- audio/linuxsampler/Makefile | 34 +++++++++++++++------------------- audio/linuxsampler/distinfo | 6 +++--- audio/linuxsampler/pkg-plist | 17 +++++++++-------- audio/qsampler/Makefile | 2 +- 5 files changed, 29 insertions(+), 32 deletions(-) diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 6889edebf0f1..9f3a5d7fc887 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -1,7 +1,7 @@ PORTNAME= Carla DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/linuxsampler/Makefile b/audio/linuxsampler/Makefile index 2f754300158b..695f854a5759 100644 --- a/audio/linuxsampler/Makefile +++ b/audio/linuxsampler/Makefile @@ -1,8 +1,7 @@ # Created by: trasz 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 -INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --disable-arts-driver -CONFIGURE_ARGS+= --disable-arts-driver +CXXFLAGS+= -I${LOCALBASE}/include/dssi -OPTIONS_DEFINE= JACK ALSA DSSI LV2 -OPTIONS_DEFAULT= JACK -OPTIONS_SUB= yes +INSTALL_TARGET= install-strip -JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CONFIGURE_ENABLE= jack-driver +OPTIONS_DEFINE= JACK ALSA +OPTIONS_DEFAULT= JACK +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 \ diff --git a/audio/linuxsampler/distinfo b/audio/linuxsampler/distinfo index f70464cd3140..33f8ce20f861 100644 --- a/audio/linuxsampler/distinfo +++ b/audio/linuxsampler/distinfo @@ -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 diff --git a/audio/linuxsampler/pkg-plist b/audio/linuxsampler/pkg-plist index 1604efca7582..ac45379b8025 100644 --- a/audio/linuxsampler/pkg-plist +++ b/audio/linuxsampler/pkg-plist @@ -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 diff --git a/audio/qsampler/Makefile b/audio/qsampler/Makefile index d434a916ac59..77cf37c806af 100644 --- a/audio/qsampler/Makefile +++ b/audio/qsampler/Makefile @@ -3,7 +3,7 @@ PORTNAME= qsampler DISTVERSIONPREFIX= qsampler_ DISTVERSION= 0_6_1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org