mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to portmidi-2.0.8
ok sthen@
This commit is contained in:
@@ -2,7 +2,7 @@ COMMENT = library for real time input and output of MIDI data
|
||||
|
||||
GH_ACCOUNT = PortMidi
|
||||
GH_PROJECT = portmidi
|
||||
GH_TAGNAME = v2.0.6
|
||||
GH_TAGNAME = v2.0.8
|
||||
|
||||
SHARED_LIBS = portmidi 2.0
|
||||
|
||||
@@ -21,6 +21,4 @@ CONFIGURE_ARGS+= -DUSE_SNDIO=ON
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
FIX_CRLF_FILES = pm_common/pmutil.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (portmidi-2.0.6.tar.gz) = gdIrNAUWIc1WyNXvEpCO8qWXZMnN+6ba5Hqr3bcayRQ=
|
||||
SIZE (portmidi-2.0.6.tar.gz) = 193068
|
||||
SHA256 (portmidi-2.0.8.tar.gz) = 8hIB1MwjNjjXu27inubezlT2ycGut5ibyXgAHKry9mY=
|
||||
SIZE (portmidi-2.0.8.tar.gz) = 190833
|
||||
|
||||
@@ -8,8 +8,8 @@ Index: CMakeLists.txt
|
||||
# Versions are now in the form x.y.z
|
||||
# Changed 1.0 to 2.0 because API is extended with virtual ports:
|
||||
set(SOVERSION "2")
|
||||
-set(VERSION "2.0.4")
|
||||
+set(VERSION "2.0.6")
|
||||
-set(VERSION "2.0.7")
|
||||
+set(VERSION "2.0.8")
|
||||
|
||||
project(portmidi VERSION "${VERSION}"
|
||||
DESCRIPTION "Cross-Platform MIDI IO")
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Index: pm_common/CMakeLists.txt
|
||||
--- pm_common/CMakeLists.txt.orig
|
||||
+++ pm_common/CMakeLists.txt
|
||||
@@ -37,9 +37,10 @@ set(PM_LIB_PUBLIC_SRC ${PMDIR}/pm_common/portmidi.c
|
||||
@@ -44,9 +44,10 @@ set(PM_LIB_PUBLIC_SRC ${PMDIR}/pm_common/portmidi.c
|
||||
${PMDIR}/pm_common/pmutil.c
|
||||
${PMDIR}/porttime/porttime.c)
|
||||
add_library(portmidi ${PM_LIB_PUBLIC_SRC})
|
||||
|
||||
Reference in New Issue
Block a user