forked from Lainports/freebsd-ports
audio/liquidsfz: Update 0.2.0 -> 0.2.1
Reported by: portscout
This commit is contained in:
parent
ced2644be7
commit
85d455fa44
4 changed files with 28 additions and 24 deletions
|
|
@ -1,10 +1,13 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= liquidsfz
|
||||
DISTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.2.1
|
||||
CATEGORIES= audio
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES= 18e59d6784f32e4d9c25c0f8ccbc9e7d9cd4c865.patch:-p1 # use cut instead of sed for version splitting
|
||||
PATCHFILES+= 217b71d4d8e931e8dd4954a3b1e1e58d8cb5f585.patch:-p1 # LIB: Voice: add missing include
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Sampler that can load and play .sfz files, includes the LV2 pugin
|
||||
|
||||
|
|
@ -15,14 +18,22 @@ BUILD_DEPENDS= lv2>0:audio/lv2
|
|||
LIB_DEPENDS= libjack.so:audio/jack \
|
||||
libsndfile.so:audio/libsndfile
|
||||
|
||||
USES= autoreconf compiler:c++17-lang gmake libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf compiler:c++17-lang gmake libtool pkgconfig readline
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= swesterfeld
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --disable-static
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_FILES= bin/liquidsfz \
|
||||
include/liquidsfz.hh \
|
||||
lib/libliquidsfz.a \
|
||||
lib/libliquidsfz.so \
|
||||
lib/libliquidsfz.so.2 \
|
||||
lib/libliquidsfz.so.2.0.1 \
|
||||
lib/lv2/liquidsfz.lv2/liquidsfz.ttl \
|
||||
lib/lv2/liquidsfz.lv2/liquidsfz_lv2.so \
|
||||
lib/lv2/liquidsfz.lv2/manifest.ttl \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
TIMESTAMP = 1587350862
|
||||
SHA256 (swesterfeld-liquidsfz-0.2.0_GH0.tar.gz) = 976fbf414fe4889e887f7c6b754ee7f918022bc2f20c896ce85d0bbafcfe2875
|
||||
SIZE (swesterfeld-liquidsfz-0.2.0_GH0.tar.gz) = 79367
|
||||
TIMESTAMP = 1603604859
|
||||
SHA256 (swesterfeld-liquidsfz-0.2.1_GH0.tar.gz) = 7504f3a9d0aa0adba94d46fd1e43064e1b82e05ed1f03c5c00bb105d3581ac70
|
||||
SIZE (swesterfeld-liquidsfz-0.2.1_GH0.tar.gz) = 167867
|
||||
SHA256 (18e59d6784f32e4d9c25c0f8ccbc9e7d9cd4c865.patch) = f31e4dea2629ecb437032b7260c211492f6c8b4f710ef1269b8922fa00f8dc99
|
||||
SIZE (18e59d6784f32e4d9c25c0f8ccbc9e7d9cd4c865.patch) = 1104
|
||||
SHA256 (217b71d4d8e931e8dd4954a3b1e1e58d8cb5f585.patch) = 2327a969a48c1ad46447081da37a6886c555b69e09aa02fee9b455cf261cb8e8
|
||||
SIZE (217b71d4d8e931e8dd4954a3b1e1e58d8cb5f585.patch) = 533
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
--- Makefile.am.orig 2020-04-20 02:53:26 UTC
|
||||
--- Makefile.am.orig 2020-10-21 16:07:55 UTC
|
||||
+++ Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = lib src lv2 tests
|
||||
+SUBDIRS = lib src lv2
|
||||
-SUBDIRS = lib tests
|
||||
+SUBDIRS = lib
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.9 dist-bzip2 no-dist-gzip
|
||||
ACLOCAL_AMFLAGS = -I m4 -Wno-portability
|
||||
if COND_WITH_JACK
|
||||
SUBDIRS += src
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- lib/voice.cc.orig 2020-04-20 02:49:05 UTC
|
||||
+++ lib/voice.cc
|
||||
@@ -23,6 +23,8 @@
|
||||
#include "voice.hh"
|
||||
#include "synth.hh"
|
||||
|
||||
+#include <array>
|
||||
+
|
||||
using namespace LiquidSFZInternal;
|
||||
|
||||
double
|
||||
Loading…
Add table
Reference in a new issue