mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/drumgizmo: Update to 0.9.18.1
PR: 242959 Submitted by: Goran Mekić <meka@tilda.center> Reported by: kunda <chitty_cloud@me.com>
This commit is contained in:
parent
6a95c0db75
commit
a86dc79be0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522611
5 changed files with 4 additions and 26 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drumgizmo
|
||||
PORTVERSION= 0.9.17
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.18.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1563296892
|
||||
SHA256 (drumgizmo-0.9.17.tar.gz) = a1a31b2af5544e39e8e19c370fa6fee0a372a14fffa762d4d12debf4e711ec9c
|
||||
SIZE (drumgizmo-0.9.17.tar.gz) = 1008799
|
||||
TIMESTAMP = 1578600953
|
||||
SHA256 (drumgizmo-0.9.18.1.tar.gz) = 67a2d9d4aa11ee92f000cc8a49710408c2328b2581a5339be3cbfe91d99feb2e
|
||||
SIZE (drumgizmo-0.9.18.1.tar.gz) = 1025521
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- drumgizmo/input/ossmidi.cc.orig 2019-05-08 15:53:39 UTC
|
||||
+++ drumgizmo/input/ossmidi.cc
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
+#include <cstring>
|
||||
|
||||
|
||||
OSSInputEngine::OSSInputEngine()
|
|
@ -1,10 +0,0 @@
|
|||
--- drumgizmo/output/oss.cc.orig 2019-06-16 08:27:26 UTC
|
||||
+++ drumgizmo/output/oss.cc
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <iostream>
|
||||
+#include <cstring>
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
bin/dgreftest
|
||||
bin/dgvalidator
|
||||
bin/drumgizmo
|
||||
lib/lv2/drumgizmo.lv2/drumgizmo.so
|
||||
|
|
Loading…
Add table
Reference in a new issue