1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

audio/bsequencer-lv2: Update 0.4 -> 1.2.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2019-12-08 16:33:45 +00:00
parent e980e660d3
commit 6025f39877
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519311
3 changed files with 4 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= bsequencer
DISTVERSIONPREFIX= v
DISTVERSION= 0.4
DISTVERSION= 1.2.0
CATEGORIES= audio
PKGNAMESUFFIX= -lv2

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1567585780
SHA256 (sjaehn-BSEQuencer-v0.4_GH0.tar.gz) = 43c77121d0460b98c38b07741b679440d947455f03a90b82a3e7f77940d0ae6d
SIZE (sjaehn-BSEQuencer-v0.4_GH0.tar.gz) = 1144889
TIMESTAMP = 1575821259
SHA256 (sjaehn-BSEQuencer-1.2.0_GH0.tar.gz) = f3a415ca3e014878655de287193014d02dfb8e738b7c5f9c1476acdca93f7c54
SIZE (sjaehn-BSEQuencer-1.2.0_GH0.tar.gz) = 1343434

View File

@ -1,11 +0,0 @@
--- src/BSEQuencer.cpp.orig 2019-09-04 08:30:06 UTC
+++ src/BSEQuencer.cpp
@@ -626,7 +626,7 @@ void BSEQuencer::run (uint32_t n_samples)
PadMessage* pMes = (PadMessage*) (&vec->body + 1);
// Copy PadMessages to pads
- for (uint i = 0; i < size; ++i)
+ for (unsigned i = 0; i < size; ++i)
{
int row = (int) pMes[i].row;
int step = (int) pMes[i].step;