Upgrade to portaudio-svn-1960

One function added, tweak our sndio bits while here.
Tests and ok ratchov@
This commit is contained in:
jca 2019-02-06 14:21:15 +00:00
parent 92a5b0e3a0
commit a9ecf02bfa
5 changed files with 18 additions and 16 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.18 2019/01/12 20:29:34 uaa Exp $
# $OpenBSD: Makefile,v 1.19 2019/02/06 14:21:15 jca Exp $
COMMENT= portable cross-platform audio API
DISTNAME = pa_stable_v19_20140130
PKGNAME = portaudio-svn-1919
DISTNAME = pa_stable_v190600_20161030
PKGNAME = portaudio-svn-1960
CATEGORIES= audio
MASTER_SITES = http://www.portaudio.com/archives/
EXTRACT_SUFX = .tgz
REVISION = 0
SHARED_LIBS = portaudio 1.1
SHARED_LIBS = portaudio 1.2
HOMEPAGE= http://www.portaudio.com/

View File

@ -1,2 +1,2 @@
SHA256 (pa_stable_v19_20140130.tgz) = j+AkpfBoHhEsaXmAj2hMNRYGHMUdOswLcmr5j8lsjVc=
SIZE (pa_stable_v19_20140130.tgz) = 1504620
SHA256 (pa_stable_v190600_20161030.tgz) = 9aIdfc1u6EOXRG+h+hoGdbsuikptzrQwWoQEaY2NFRM=
SIZE (pa_stable_v190600_20161030.tgz) = 1450572

View File

@ -236,6 +236,7 @@ sndioThread(void *arg)
failed:
s->active = 0;
DPR("sndioThread: done\n");
return NULL;
}
static PaError

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28 bentley Exp $
--- configure.in.orig Thu Jan 16 10:49:33 2014
+++ configure.in Wed Jul 9 12:13:37 2014
$OpenBSD: patch-configure_in,v 1.5 2019/02/06 14:21:15 jca Exp $
Index: configure.in
--- configure.in.orig
+++ configure.in
@@ -24,6 +24,10 @@ AC_ARG_WITH(alsa,
AS_HELP_STRING([--with-alsa], [Enable support for ALSA @<:@autodetect@:>@]),
[with_alsa=$withval])
@ -23,7 +24,7 @@ $OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28 bentley Exp $
have_asihpi=no
if test "x$with_asihpi" != "xno"; then
AC_CHECK_LIB(hpi, HPI_SubSysCreate, have_asihpi=yes, have_asihpi=no, -lm)
@@ -397,6 +405,13 @@ case "${host_os}" in
@@ -406,6 +414,13 @@ case "${host_os}" in
AC_DEFINE(PA_USE_ALSA,1)
fi
@ -37,7 +38,7 @@ $OpenBSD: patch-configure_in,v 1.4 2014/09/13 04:56:28 bentley Exp $
if [[ "$have_jack" = "yes" ] && [ "$with_jack" != "no" ]] ; then
DLL_LIBS="$DLL_LIBS $JACK_LIBS"
CFLAGS="$CFLAGS $JACK_CFLAGS"
@@ -500,6 +515,7 @@ case "$target_os" in
@@ -509,6 +524,7 @@ case "$target_os" in
;;
*)
AC_MSG_RESULT([

View File

@ -1,7 +1,8 @@
$OpenBSD: patch-include_portaudio_h,v 1.2 2013/03/12 00:59:50 brad Exp $
--- include/portaudio.h.orig Thu Jul 5 23:44:38 2012
+++ include/portaudio.h Thu Jul 5 23:49:33 2012
@@ -236,7 +236,8 @@ typedef enum PaHostApiTypeId
$OpenBSD: patch-include_portaudio_h,v 1.3 2019/02/06 14:21:15 jca Exp $
Index: include/portaudio.h
--- include/portaudio.h.orig
+++ include/portaudio.h
@@ -287,7 +287,8 @@ typedef enum PaHostApiTypeId
paWDMKS=11,
paJACK=12,
paWASAPI=13,